Skip to content

Commit 63907bb

Browse files
authored
Skip simd2.test_autodebug_wasm (#25002)
CC @kripken is SIMD+EMCC_AUTODEBUG combination expected/intended to work? Or is this skip good?
1 parent 85e2276 commit 63907bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_core.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)