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 a3a2687 commit 089d69cCopy full SHA for 089d69c
test/test_core.py
@@ -894,6 +894,9 @@ def test_longjmp(self):
894
895
@with_both_sjlj
896
def test_longjmp_zero(self):
897
+ if '-fsanitize=undefined' in self.emcc_args and self.get_setting('SUPPORT_LONGJMP') == 'emscripten':
898
+ # For some reason this tests fails under ubsan, but only with emscripten EH.
899
+ self.skipTest('https://github.com/emscripten-core/emscripten/issues/21533')
900
self.do_core_test('test_longjmp_zero.c')
901
902
def test_longjmp_with_and_without_exceptions(self):
0 commit comments