Skip to content

Commit

Permalink
Can now run 2GB and wasm64 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cwoffenden committed Feb 25, 2025
1 parent 43e9e71 commit 0c3df92
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/test_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -5470,8 +5470,6 @@ def test_full_js_library_strict(self):
'es6': (['-sEXPORT_ES6'],),
'strict': (['-sSTRICT'],),
})
@no_wasm64('https://github.com/emscripten-core/emscripten/pull/23508')
@no_2gb('https://github.com/emscripten-core/emscripten/pull/23508')
@requires_sound_hardware
def test_audio_worklet(self, args):
self.btest_exit('webaudio/audioworklet.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-DTEST_AND_EXIT'] + args)
Expand All @@ -5494,8 +5492,6 @@ def test_audio_worklet_post_function(self, args):
'': ([],),
'closure': (['--closure', '1', '-Oz'],),
})
@no_wasm64('https://github.com/emscripten-core/emscripten/pull/23508')
@no_2gb('https://github.com/emscripten-core/emscripten/pull/23508')
@requires_sound_hardware
def test_audio_worklet_modularize(self, args):
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)
Expand All @@ -5507,8 +5503,6 @@ def test_audio_worklet_modularize(self, args):
'': ([],),
'minimal_with_closure': (['-sMINIMAL_RUNTIME', '--closure=1', '-Oz'],),
})
@no_wasm64('https://github.com/emscripten-core/emscripten/pull/23508')
@no_2gb('https://github.com/emscripten-core/emscripten/pull/23508')
@requires_sound_hardware
def test_audio_worklet_params_mixing(self, args):
os.mkdir('audio_files')
Expand All @@ -5517,8 +5511,6 @@ def test_audio_worklet_params_mixing(self, args):
self.btest_exit('webaudio/audioworklet_params_mixing.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-DTEST_AND_EXIT'] + args)

# Tests AudioWorklet with emscripten_lock_busyspin_wait_acquire() and friends
@no_wasm64('https://github.com/emscripten-core/emscripten/pull/23508')
@no_2gb('https://github.com/emscripten-core/emscripten/pull/23508')
@requires_sound_hardware
@also_with_minimal_runtime
def test_audio_worklet_emscripten_locks(self):
Expand Down

0 comments on commit 0c3df92

Please sign in to comment.