Skip to content

Commit fd8b9ba

Browse files
committed
Removed wasm64 tests for now
1 parent d7d6cba commit fd8b9ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_browser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5471,6 +5471,7 @@ def test_full_js_library_strict(self):
54715471
'es6': (['-sEXPORT_ES6'],),
54725472
'strict': (['-sSTRICT'],),
54735473
})
5474+
@no_wasm64('https://github.com/emscripten-core/emscripten/pull/23508')
54745475
@requires_sound_hardware
54755476
def test_audio_worklet(self, args):
54765477
self.btest_exit('webaudio/audioworklet.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-DTEST_AND_EXIT'] + args)
@@ -5491,6 +5492,7 @@ def test_audio_worklet_post_function(self, args):
54915492
'': ([],),
54925493
'closure': (['--closure', '1', '-Oz'],),
54935494
})
5495+
@no_wasm64('https://github.com/emscripten-core/emscripten/pull/23508')
54945496
@requires_sound_hardware
54955497
def test_audio_worklet_modularize(self, args):
54965498
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)

0 commit comments

Comments
 (0)