Skip to content

Commit 1a22e81

Browse files
committed
Re-enabled wasm64 tests
1 parent 34c38f3 commit 1a22e81

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/test_browser.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5497,8 +5497,6 @@ def test_full_js_library_strict(self):
54975497
'es6': (['-sEXPORT_ES6'],),
54985498
'strict': (['-sSTRICT'],),
54995499
})
5500-
@no_wasm64('https://github.com/emscripten-core/emscripten/pull/23508')
5501-
@no_2gb('https://github.com/emscripten-core/emscripten/pull/23508')
55025500
@requires_sound_hardware
55035501
def test_audio_worklet(self, args):
55045502
self.btest_exit('webaudio/audioworklet.c', cflags=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-DTEST_AND_EXIT'] + args)
@@ -5521,8 +5519,6 @@ def test_audio_worklet_post_function(self, args):
55215519
'': ([],),
55225520
'closure': (['--closure', '1', '-Oz'],),
55235521
})
5524-
@no_wasm64('https://github.com/emscripten-core/emscripten/pull/23508')
5525-
@no_2gb('https://github.com/emscripten-core/emscripten/pull/23508')
55265522
@requires_sound_hardware
55275523
def test_audio_worklet_modularize(self, args):
55285524
self.btest_exit('webaudio/audioworklet.c', cflags=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-sMODULARIZE=1', '-sEXPORT_NAME=MyModule', '--shell-file', test_file('shell_that_launches_modularize.html'), '-DTEST_AND_EXIT'] + args)
@@ -5534,8 +5530,6 @@ def test_audio_worklet_modularize(self, args):
55345530
'': ([],),
55355531
'minimal_with_closure': (['-sMINIMAL_RUNTIME', '--closure=1', '-Oz'],),
55365532
})
5537-
@no_wasm64('https://github.com/emscripten-core/emscripten/pull/23508')
5538-
@no_2gb('https://github.com/emscripten-core/emscripten/pull/23508')
55395533
@requires_sound_hardware
55405534
def test_audio_worklet_params_mixing(self, args):
55415535
os.mkdir('audio_files')
@@ -5544,8 +5538,6 @@ def test_audio_worklet_params_mixing(self, args):
55445538
self.btest_exit('webaudio/audioworklet_params_mixing.c', cflags=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-DTEST_AND_EXIT'] + args)
55455539

55465540
# Tests AudioWorklet with emscripten_lock_busyspin_wait_acquire() and friends
5547-
@no_wasm64('https://github.com/emscripten-core/emscripten/pull/23508')
5548-
@no_2gb('https://github.com/emscripten-core/emscripten/pull/23508')
55495541
@requires_sound_hardware
55505542
@also_with_minimal_runtime
55515543
def test_audio_worklet_emscripten_locks(self):

0 commit comments

Comments
 (0)