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 8ca68f4 commit b09e34a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zorg/buildbot/builders/sanitizers/buildbot_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +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

if [[ "$(arch)" == "aarch64" ]] ; then
# TODO: Investigate what is wrong with aarch64 unwinder.
Expand Down

0 comments on commit b09e34a

Please sign in to comment.