We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246209c commit cf8372dCopy full SHA for cf8372d
tests/test_other.py
@@ -7498,6 +7498,7 @@ def test_lto_flags(self):
7498
# We have LTO tests covered in 'wasmltoN' targets in test_core.py, but they
7499
# don't run as a part of Emscripten CI, so we add a separate LTO test here.
7500
@require_v8
7501
+ @disabled('https://github.com/emscripten-core/emscripten/issues/14947')
7502
def test_lto_wasm_exceptions(self):
7503
self.set_setting('EXCEPTION_DEBUG')
7504
self.emcc_args += ['-fwasm-exceptions', '-flto']
0 commit comments