From b09e34a5113c7d57413954d7309316b8f9d687ac Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Wed, 11 Dec 2024 00:32:07 -0800 Subject: [PATCH] [sanitizer] Temporarily disable two tests with ubsan Wait for https://github.com/llvm/llvm-project/pull/119520 --- zorg/buildbot/builders/sanitizers/buildbot_functions.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zorg/buildbot/builders/sanitizers/buildbot_functions.sh b/zorg/buildbot/builders/sanitizers/buildbot_functions.sh index 90d185e1..0bbefd10 100755 --- a/zorg/buildbot/builders/sanitizers/buildbot_functions.sh +++ b/zorg/buildbot/builders/sanitizers/buildbot_functions.sh @@ -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.