Skip to content

Commit 93e7611

Browse files
committed
[sanitizer] Temporarily disable two tests with ubsan
Wait for llvm/llvm-project#119520
1 parent b09e34a commit 93e7611

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -425,12 +425,11 @@ function check_stage2 {
425425
# TODO: Investigate one slow tests.
426426
LIT_FILTER_OUT+="|test_demangle.pass.cpp"
427427
fi
428-
if [[ "$(arch)" == "aarch64" && "$sanitizer_name" == "ubsan" ]] ; then
429-
# https://github.com/llvm/llvm-project/pull/119520
430-
LIT_FILTER_OUT+="|catch_null_pointer_to_object_pr64953.pass.cpp"
431-
LIT_FILTER_OUT+="|catch_ptr_02.pass.cpp"
432-
fi
433-
428+
429+
# https://github.com/llvm/llvm-project/pull/119520
430+
LIT_FILTER_OUT+="|catch_null_pointer_to_object_pr64953.pass.cpp"
431+
LIT_FILTER_OUT+="|catch_ptr_02.pass.cpp"
432+
434433
if [[ "$(arch)" == "aarch64" ]] ; then
435434
# TODO: Investigate what is wrong with aarch64 unwinder.
436435
LIT_FILTER_OUT+="|ostream.formatted.print/vprint_nonunicode.pass.cpp"

0 commit comments

Comments
 (0)