Skip to content

Commit 0c3df92

Browse files
committed
Can now run 2GB and wasm64 tests
1 parent 43e9e71 commit 0c3df92

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
@@ -5470,8 +5470,6 @@ def test_full_js_library_strict(self):
54705470
'es6': (['-sEXPORT_ES6'],),
54715471
'strict': (['-sSTRICT'],),
54725472
})
5473-
@no_wasm64('https://github.com/emscripten-core/emscripten/pull/23508')
5474-
@no_2gb('https://github.com/emscripten-core/emscripten/pull/23508')
54755473
@requires_sound_hardware
54765474
def test_audio_worklet(self, args):
54775475
self.btest_exit('webaudio/audioworklet.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-DTEST_AND_EXIT'] + args)
@@ -5494,8 +5492,6 @@ def test_audio_worklet_post_function(self, args):
54945492
'': ([],),
54955493
'closure': (['--closure', '1', '-Oz'],),
54965494
})
5497-
@no_wasm64('https://github.com/emscripten-core/emscripten/pull/23508')
5498-
@no_2gb('https://github.com/emscripten-core/emscripten/pull/23508')
54995495
@requires_sound_hardware
55005496
def test_audio_worklet_modularize(self, args):
55015497
self.btest_exit('webaudio/audioworklet.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-sMODULARIZE=1', '-sEXPORT_NAME=MyModule', '--shell-file', test_file('shell_that_launches_modularize.html'), '-DTEST_AND_EXIT'] + args)
@@ -5507,8 +5503,6 @@ def test_audio_worklet_modularize(self, args):
55075503
'': ([],),
55085504
'minimal_with_closure': (['-sMINIMAL_RUNTIME', '--closure=1', '-Oz'],),
55095505
})
5510-
@no_wasm64('https://github.com/emscripten-core/emscripten/pull/23508')
5511-
@no_2gb('https://github.com/emscripten-core/emscripten/pull/23508')
55125506
@requires_sound_hardware
55135507
def test_audio_worklet_params_mixing(self, args):
55145508
os.mkdir('audio_files')
@@ -5517,8 +5511,6 @@ def test_audio_worklet_params_mixing(self, args):
55175511
self.btest_exit('webaudio/audioworklet_params_mixing.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-DTEST_AND_EXIT'] + args)
55185512

55195513
# Tests AudioWorklet with emscripten_lock_busyspin_wait_acquire() and friends
5520-
@no_wasm64('https://github.com/emscripten-core/emscripten/pull/23508')
5521-
@no_2gb('https://github.com/emscripten-core/emscripten/pull/23508')
55225514
@requires_sound_hardware
55235515
@also_with_minimal_runtime
55245516
def test_audio_worklet_emscripten_locks(self):

0 commit comments

Comments
 (0)