Skip to content

Commit f8c6def

Browse files
authored
Temporarily disable ubsan.test_sse2. NFC (#19733)
1 parent 77e3eb0 commit f8c6def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6737,6 +6737,7 @@ def test_sse1(self):
67376737
@no_wasm64('https://github.com/llvm/llvm-project/issues/57577')
67386738
@no_safe_heap('has unaligned 64-bit operations in wasm')
67396739
@is_slow_test
6740+
@no_ubsan('https://github.com/emscripten-core/emscripten/issues/19688')
67406741
def test_sse2(self):
67416742
src = test_file('sse/test_sse2.cpp')
67426743
self.run_process([shared.CLANG_CXX, src, '-msse2', '-Wno-argument-outside-range', '-o', 'test_sse2', '-D_CRT_SECURE_NO_WARNINGS=1'] + clang_native.get_clang_native_args(), stdout=PIPE)

0 commit comments

Comments
 (0)