Skip to content

Commit e929196

Browse files
authored
Disable asan.test_sse2. NFC (#19948)
1 parent dea3875 commit e929196

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
@@ -6713,6 +6713,7 @@ def test_sse1(self):
67136713
@no_safe_heap('has unaligned 64-bit operations in wasm')
67146714
@is_slow_test
67156715
@no_ubsan('https://github.com/emscripten-core/emscripten/issues/19688')
6716+
@no_asan('local count too large')
67166717
def test_sse2(self):
67176718
src = test_file('sse/test_sse2.cpp')
67186719
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)