Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading