@@ -5497,8 +5497,6 @@ def test_full_js_library_strict(self):
5497
5497
'es6' : (['-sEXPORT_ES6' ],),
5498
5498
'strict' : (['-sSTRICT' ],),
5499
5499
})
5500
- @no_wasm64 ('https://github.com/emscripten-core/emscripten/pull/23508' )
5501
- @no_2gb ('https://github.com/emscripten-core/emscripten/pull/23508' )
5502
5500
@requires_sound_hardware
5503
5501
def test_audio_worklet (self , args ):
5504
5502
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):
5521
5519
'' : ([],),
5522
5520
'closure' : (['--closure' , '1' , '-Oz' ],),
5523
5521
})
5524
- @no_wasm64 ('https://github.com/emscripten-core/emscripten/pull/23508' )
5525
- @no_2gb ('https://github.com/emscripten-core/emscripten/pull/23508' )
5526
5522
@requires_sound_hardware
5527
5523
def test_audio_worklet_modularize (self , args ):
5528
5524
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):
5534
5530
'' : ([],),
5535
5531
'minimal_with_closure' : (['-sMINIMAL_RUNTIME' , '--closure=1' , '-Oz' ],),
5536
5532
})
5537
- @no_wasm64 ('https://github.com/emscripten-core/emscripten/pull/23508' )
5538
- @no_2gb ('https://github.com/emscripten-core/emscripten/pull/23508' )
5539
5533
@requires_sound_hardware
5540
5534
def test_audio_worklet_params_mixing (self , args ):
5541
5535
os .mkdir ('audio_files' )
@@ -5544,8 +5538,6 @@ def test_audio_worklet_params_mixing(self, args):
5544
5538
self .btest_exit ('webaudio/audioworklet_params_mixing.c' , cflags = ['-sAUDIO_WORKLET' , '-sWASM_WORKERS' , '-DTEST_AND_EXIT' ] + args )
5545
5539
5546
5540
# 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' )
5549
5541
@requires_sound_hardware
5550
5542
@also_with_minimal_runtime
5551
5543
def test_audio_worklet_emscripten_locks (self ):
0 commit comments