@@ -5470,8 +5470,6 @@ def test_full_js_library_strict(self):
5470
5470
'es6' : (['-sEXPORT_ES6' ],),
5471
5471
'strict' : (['-sSTRICT' ],),
5472
5472
})
5473
- @no_wasm64 ('https://github.com/emscripten-core/emscripten/pull/23508' )
5474
- @no_2gb ('https://github.com/emscripten-core/emscripten/pull/23508' )
5475
5473
@requires_sound_hardware
5476
5474
def test_audio_worklet (self , args ):
5477
5475
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):
5494
5492
'' : ([],),
5495
5493
'closure' : (['--closure' , '1' , '-Oz' ],),
5496
5494
})
5497
- @no_wasm64 ('https://github.com/emscripten-core/emscripten/pull/23508' )
5498
- @no_2gb ('https://github.com/emscripten-core/emscripten/pull/23508' )
5499
5495
@requires_sound_hardware
5500
5496
def test_audio_worklet_modularize (self , args ):
5501
5497
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):
5507
5503
'' : ([],),
5508
5504
'minimal_with_closure' : (['-sMINIMAL_RUNTIME' , '--closure=1' , '-Oz' ],),
5509
5505
})
5510
- @no_wasm64 ('https://github.com/emscripten-core/emscripten/pull/23508' )
5511
- @no_2gb ('https://github.com/emscripten-core/emscripten/pull/23508' )
5512
5506
@requires_sound_hardware
5513
5507
def test_audio_worklet_params_mixing (self , args ):
5514
5508
os .mkdir ('audio_files' )
@@ -5517,8 +5511,6 @@ def test_audio_worklet_params_mixing(self, args):
5517
5511
self .btest_exit ('webaudio/audioworklet_params_mixing.c' , args = ['-sAUDIO_WORKLET' , '-sWASM_WORKERS' , '-DTEST_AND_EXIT' ] + args )
5518
5512
5519
5513
# 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' )
5522
5514
@requires_sound_hardware
5523
5515
@also_with_minimal_runtime
5524
5516
def test_audio_worklet_emscripten_locks (self ):
0 commit comments