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