Skip to content

Commit e749f23

Browse files
authored
Temporarily disable test_exceptions_longjmp3_wasm under LSan. NFC (#17006)
This test currently has a leak: #17004.
1 parent 5eccb0f commit e749f23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,6 +1738,8 @@ def test_exceptions_longjmp2(self):
17381738

17391739
@with_both_eh_sjlj
17401740
def test_exceptions_longjmp3(self):
1741+
if '-fwasm-exceptions' in self.emcc_args:
1742+
self.skipTest('https://github.com/emscripten-core/emscripten/issues/17004')
17411743
self.do_core_test('test_exceptions_longjmp3.cpp')
17421744

17431745
@with_both_eh_sjlj

0 commit comments

Comments
 (0)