File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1368,6 +1368,8 @@ def test_exceptions_refcount(self):
13681368
13691369 @with_both_eh_sjlj
13701370 def test_exceptions_primary (self ):
1371+ if '-fsanitize=leak' in self .emcc_args and '-fwasm-exceptions' in self .emcc_args :
1372+ self .skipTest ('https://github.com/emscripten-core/emscripten/issues/21124' )
13711373 self .do_core_test ('test_exceptions_primary.cpp' )
13721374
13731375 @with_both_eh_sjlj
@@ -1384,6 +1386,8 @@ def test_exceptions_multiple_inherit(self):
13841386
13851387 @with_both_eh_sjlj
13861388 def test_exceptions_multiple_inherit_rethrow (self ):
1389+ if '-fsanitize=leak' in self .emcc_args and '-fwasm-exceptions' in self .emcc_args :
1390+ self .skipTest ('https://github.com/emscripten-core/emscripten/issues/21124' )
13871391 self .do_core_test ('test_exceptions_multiple_inherit_rethrow.cpp' )
13881392
13891393 @with_both_eh_sjlj
You can’t perform that action at this time.
0 commit comments