From 8c708db1600e0738fa1b6dd77a3795010ce4bc2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Mon, 27 Apr 2026 21:51:53 +0300 Subject: [PATCH] Disable failing test wasm2js0.test_autodebug_wasm. https://github.com/emscripten-core/emscripten/issues/25549 --- test/test_core.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/test_core.py b/test/test_core.py index 684cd67485174..5cc66945140cd 100644 --- a/test/test_core.py +++ b/test/test_core.py @@ -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