Skip to content

Commit 005e68e

Browse files
committed
[sanitizer] Disable test failing with msan
1 parent 0d09429 commit 005e68e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@ function check_stage2 {
433433
LIT_FILTER_OUT+="|catch_multi_level_pointer.pass.cpp"
434434
LIT_FILTER_OUT+="|guard_threaded_test.pass.cpp"
435435
LIT_FILTER_OUT+="|test_demangle.pass.cpp"
436+
# TODO: Crashes.
437+
LIT_FILTER_OUT+="|ra_sign_state.pass.cpp"
436438
fi
437439
if [[ "$(arch)" == "aarch64" && "$sanitizer_name" == "hwasan" ]] ; then
438440
# TODO: Investigate one slow tests.

0 commit comments

Comments
 (0)