Skip to content

Commit b09e34a

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +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
428433

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

0 commit comments

Comments
 (0)