Skip to content

Commit cf8372d

Browse files
authored
Temporarily disable test_lto_wasm_exceptions. NFC (#14948)
See #14947
1 parent 246209c commit cf8372d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_other.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7498,6 +7498,7 @@ def test_lto_flags(self):
74987498
# We have LTO tests covered in 'wasmltoN' targets in test_core.py, but they
74997499
# don't run as a part of Emscripten CI, so we add a separate LTO test here.
75007500
@require_v8
7501+
@disabled('https://github.com/emscripten-core/emscripten/issues/14947')
75017502
def test_lto_wasm_exceptions(self):
75027503
self.set_setting('EXCEPTION_DEBUG')
75037504
self.emcc_args += ['-fwasm-exceptions', '-flto']

0 commit comments

Comments
 (0)