File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6986,6 +6986,10 @@ def image_compare(output):
69866986 @no_asan ('autodebug logging interferes with asan' )
69876987 @with_env_modify ({'EMCC_AUTODEBUG' : '1' })
69886988 def test_autodebug_wasm (self ):
6989+ # failed to asynchronously prepare wasm: LinkError: WebAssembly.instantiate(): Import #13 module="env" function="get_v128": function import requires a callable
6990+ if '-msimd128' in self .cflags :
6991+ self .skipTest ('Does not work with SIMD. https://github.com/emscripten-core/emscripten/issues/25001' )
6992+
69896993 # Even though the test itself doesn't directly use reference types,
69906994 # Binaryen's '--instrument-locals' will add their logging functions if
69916995 # reference-types is enabled. So make sure this test passes when
You can’t perform that action at this time.
0 commit comments