Skip to content

Commit 0b71d81

Browse files
committed
Doesn't yet work with 2GB or wasm64
1 parent 350d8b9 commit 0b71d81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_browser.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5516,7 +5516,9 @@ def test_audio_worklet_params_mixing(self, args):
55165516
shutil.copy(test_file('webaudio/audio_files/emscripten-bass.mp3'), 'audio_files/')
55175517
self.btest_exit('webaudio/audioworklet_params_mixing.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS', '-DTEST_AND_EXIT'] + args)
55185518

5519-
# Tests AudioWorklet with emscripten_lock_busyspin_wait_acquire() and friends.
5519+
# 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')
55205522
@requires_sound_hardware
55215523
@also_with_minimal_runtime
55225524
def test_audio_worklet_emscripten_locks(self):

0 commit comments

Comments
 (0)