Skip to content

Commit

Permalink
Removed wasm64 tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cwoffenden committed Feb 18, 2025
1 parent d7d6cba commit fd8b9ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -5471,6 +5471,7 @@ def test_full_js_library_strict(self):
'es6': (['-sEXPORT_ES6'],),
'strict': (['-sSTRICT'],),
})
@no_wasm64('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 @@ -5491,6 +5492,7 @@ def test_audio_worklet_post_function(self, args):
'': ([],),
'closure': (['--closure', '1', '-Oz'],),
})
@no_wasm64('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 Down

0 comments on commit fd8b9ba

Please sign in to comment.