You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove @requires_sync_compilation test annotation. NFC
None of these tests require sync compilation anymore as far as I can
tell, and even if they did, chrome now supports sync compilation up of
wasm files up to 8Mb:
chromium/chromium@d1a1a8f
Also, rename `test_binaryen_async` to `test_async_compile`.
Fixes: #14404
requires_graphics_hardware=unittest.skipIf(os.getenv('EMTEST_LACKS_GRAPHICS_HARDWARE'), "This test requires graphics hardware")
218
218
requires_sound_hardware=unittest.skipIf(os.getenv('EMTEST_LACKS_SOUND_HARDWARE'), "This test requires sound hardware")
219
-
requires_sync_compilation=unittest.skipIf(is_chrome(), "This test requires synchronous compilation, which does not work in Chrome (except for tiny wasms)")
220
219
requires_offscreen_canvas=unittest.skipIf(os.getenv('EMTEST_LACKS_OFFSCREEN_CANVAS'), "This test requires a browser with OffscreenCanvas")
0 commit comments