From 5afb97a9a56c46fac0eb2c180a7323aa86c82651 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Fri, 8 Mar 2024 13:20:16 -0800 Subject: [PATCH] [wasm64] Enable test_sdl_audio_beep_sleep --- test/test_browser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_browser.py b/test/test_browser.py index eb24332cb8613..f7a5e043ec833 100644 --- a/test/test_browser.py +++ b/test/test_browser.py @@ -3364,7 +3364,6 @@ def test_async_mainloop(self): print(opts) self.btest_exit('async_mainloop.cpp', args=['-O' + str(opts), '-sASYNCIFY']) - @no_wasm64('crash in wasm-opt') @requires_sound_hardware def test_sdl_audio_beep_sleep(self): self.btest_exit('test_sdl_audio_beep_sleep.cpp', args=['-Os', '-sASSERTIONS', '-sDISABLE_EXCEPTION_CATCHING=0', '-profiling', '-sSAFE_HEAP', '-lSDL', '-sASYNCIFY'], timeout=90)