We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca68f4 commit b09e34aCopy full SHA for b09e34a
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -425,6 +425,11 @@ function check_stage2 {
425
# TODO: Investigate one slow tests.
426
LIT_FILTER_OUT+="|test_demangle.pass.cpp"
427
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
434
if [[ "$(arch)" == "aarch64" ]] ; then
435
# TODO: Investigate what is wrong with aarch64 unwinder.
0 commit comments