Skip to content

Commit bad3b04

Browse files
authored
[test] Remove test_memory64_proxies. NFC (#24480)
This tests is not actually testing anything anymore and it should have been removed as part of #20725.
1 parent 5b08b3b commit bad3b04

File tree

3 files changed

+0
-54
lines changed

3 files changed

+0
-54
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,6 @@ jobs:
734734
wasm64l.test_bigswitch
735735
wasm64l.test_module_wasm_memory
736736
wasm64l.test_longjmp2_emscripten
737-
other.test_memory64_proxies
738737
other.test_failing_growth_wasm64"
739738
- upload-test-results
740739
test-jsc:

test/other/test_memory64_proxies.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

test/test_other.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15500,19 +15500,6 @@ def test_explicit_target(self):
1550015500
def test_quick_exit(self):
1550115501
self.do_other_test('test_quick_exit.c')
1550215502

15503-
@requires_wasm64
15504-
@requires_node_canary
15505-
def test_memory64_proxies(self):
15506-
self.run_process([EMCC, test_file('hello_world.c'),
15507-
'-sMEMORY64=1',
15508-
'-sINITIAL_MEMORY=5gb',
15509-
'-sMAXIMUM_MEMORY=5gb',
15510-
'-sALLOW_MEMORY_GROWTH',
15511-
'-sEXPORTED_FUNCTIONS=_malloc,_main',
15512-
'-Wno-experimental',
15513-
'--extern-post-js', test_file('other/test_memory64_proxies.js')])
15514-
self.run_js('a.out.js')
15515-
1551615503
def test_no_minify(self):
1551715504
# Test that comments are preserved with `--minify=0` is used, even in `-Oz` builds.
1551815505
# This allows the output of emscripten to be run through the closure compiler as

0 commit comments

Comments
 (0)