Skip to content

Commit

Permalink
Disable test_avx under UBSan (#22635)
Browse files Browse the repository at this point in the history
This is needed after #22430 expanded the test.
  • Loading branch information
dschuff authored Sep 26, 2024
1 parent 1fbcff0 commit 3dc7a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -6638,6 +6638,7 @@ def test_sse4(self, use_4_2):
@requires_native_clang
@is_slow_test
@no_asan('local count too large')
@no_ubsan('local count too large')
def test_avx(self):
src = test_file('sse/test_avx.cpp')
self.run_process([shared.CLANG_CXX, src, '-mavx', '-Wno-argument-outside-range', '-Wpedantic', '-o', 'test_avx', '-D_CRT_SECURE_NO_WARNINGS=1'] + clang_native.get_clang_native_args(), stdout=PIPE)
Expand Down

0 comments on commit 3dc7a77

Please sign in to comment.