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):
1368
1368
1369
1369
@with_both_eh_sjlj
1370
1370
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' )
1371
1373
self .do_core_test ('test_exceptions_primary.cpp' )
1372
1374
1373
1375
@with_both_eh_sjlj
@@ -1384,6 +1386,8 @@ def test_exceptions_multiple_inherit(self):
1384
1386
1385
1387
@with_both_eh_sjlj
1386
1388
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' )
1387
1391
self .do_core_test ('test_exceptions_multiple_inherit_rethrow.cpp' )
1388
1392
1389
1393
@with_both_eh_sjlj
You can’t perform that action at this time.
0 commit comments