Skip to content

Commit

Permalink
[sanitizer] Disable test failing with msan
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Dec 10, 2024
1 parent 0d09429 commit 005e68e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zorg/buildbot/builders/sanitizers/buildbot_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 005e68e

Please sign in to comment.