Skip to content

Commit

Permalink
[sanitizer] Temporarily disable two tests with ubsan
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Dec 11, 2024
1 parent b09e34a commit 93e7611
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions zorg/buildbot/builders/sanitizers/buildbot_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -425,12 +425,11 @@ function check_stage2 {
# TODO: Investigate one slow tests.
LIT_FILTER_OUT+="|test_demangle.pass.cpp"
fi
if [[ "$(arch)" == "aarch64" && "$sanitizer_name" == "ubsan" ]] ; then
# https://github.com/llvm/llvm-project/pull/119520
LIT_FILTER_OUT+="|catch_null_pointer_to_object_pr64953.pass.cpp"
LIT_FILTER_OUT+="|catch_ptr_02.pass.cpp"
fi


# https://github.com/llvm/llvm-project/pull/119520
LIT_FILTER_OUT+="|catch_null_pointer_to_object_pr64953.pass.cpp"
LIT_FILTER_OUT+="|catch_ptr_02.pass.cpp"

if [[ "$(arch)" == "aarch64" ]] ; then
# TODO: Investigate what is wrong with aarch64 unwinder.
LIT_FILTER_OUT+="|ostream.formatted.print/vprint_nonunicode.pass.cpp"
Expand Down

0 comments on commit 93e7611

Please sign in to comment.