Skip to content

Commit

Permalink
[sanitizer] Disable test which fails aarch64 with any sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Dec 10, 2024
1 parent 005e68e commit 467587c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zorg/buildbot/builders/sanitizers/buildbot_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,6 @@ 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 All @@ -449,6 +447,7 @@ function check_stage2 {
# TODO: Investigate what is wrong with aarch64 unwinder.
LIT_FILTER_OUT+="|ostream.formatted.print/vprint_nonunicode.pass.cpp"
LIT_FILTER_OUT+="|ostream.formatted.print/vprint_unicode.pass.cpp"
LIT_FILTER_OUT+="|ra_sign_state.pass.cpp"
fi
ninja -C libcxx_build_${sanitizer_name} check-cxx check-cxxabi
) || build_failure
Expand Down

0 comments on commit 467587c

Please sign in to comment.