From 1295669cffb84d558494eb15f394601760338b91 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 27 Apr 2026 15:04:05 -0700 Subject: [PATCH] Re-eanble test after binaryen update This was fixed on the binaryen side: https://github.com/WebAssembly/binaryen/pull/8649 Fixes: #25549 --- .circleci/config.yml | 1 + test/test_core.py | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e92aed8560613..f3cc87da6f67e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -717,6 +717,7 @@ jobs: core2s.test_dylink_syslibs_missing_assertions core2s.test_module_wasm_memory cores.test_minimal_runtime_safe_heap + wasm2js0.test_autodebug_wasm wasm2js3.test_memorygrowth_2 wasm2js2.test_pthread_proxying wasmfs.test_hello_world diff --git a/test/test_core.py b/test/test_core.py index 5cc66945140cd..108f0e669952f 100644 --- a/test/test_core.py +++ b/test/test_core.py @@ -7017,9 +7017,6 @@ def test_autodebug_wasm(self): if '-msimd128' in self.cflags: 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 # reference-types is enabled. So make sure this test passes when