Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -7015,7 +7015,10 @@ def image_compare(output):
def test_autodebug_wasm(self):
# failed to asynchronously prepare wasm: LinkError: WebAssembly.instantiate(): Import #13 module="env" function="get_v128": function import requires a callable
if '-msimd128' in self.cflags:
self.skipTest('Does not work with SIMD. https://github.com/emscripten-core/emscripten/issues/25001')
self.skipTest('https://github.com/emscripten-core/emscripten/issues/25001')

if self.is_wasm2js() and '-O0' in self.cflags:
self.skipTest('https://github.com/emscripten-core/emscripten/issues/25549')

# Even though the test itself doesn't directly use reference types,
# Binaryen's '--instrument-locals' will add their logging functions if
Expand Down
Loading