From 005e68e0766c69a8bf7c0ab713207f3a67aa0387 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Mon, 9 Dec 2024 22:39:43 -0800 Subject: [PATCH] [sanitizer] Disable test failing with msan --- zorg/buildbot/builders/sanitizers/buildbot_functions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zorg/buildbot/builders/sanitizers/buildbot_functions.sh b/zorg/buildbot/builders/sanitizers/buildbot_functions.sh index 773075e4..e7bf4ddd 100755 --- a/zorg/buildbot/builders/sanitizers/buildbot_functions.sh +++ b/zorg/buildbot/builders/sanitizers/buildbot_functions.sh @@ -433,6 +433,8 @@ function check_stage2 { LIT_FILTER_OUT+="|catch_multi_level_pointer.pass.cpp" LIT_FILTER_OUT+="|guard_threaded_test.pass.cpp" LIT_FILTER_OUT+="|test_demangle.pass.cpp" + # TODO: Crashes. + LIT_FILTER_OUT+="|ra_sign_state.pass.cpp" fi if [[ "$(arch)" == "aarch64" && "$sanitizer_name" == "hwasan" ]] ; then # TODO: Investigate one slow tests.