Skip to content

Commit 467587c

Browse files
committed
[sanitizer] Disable test which fails aarch64 with any sanitizer
1 parent 005e68e commit 467587c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,6 @@ 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"
438436
fi
439437
if [[ "$(arch)" == "aarch64" && "$sanitizer_name" == "hwasan" ]] ; then
440438
# TODO: Investigate one slow tests.
@@ -449,6 +447,7 @@ function check_stage2 {
449447
# TODO: Investigate what is wrong with aarch64 unwinder.
450448
LIT_FILTER_OUT+="|ostream.formatted.print/vprint_nonunicode.pass.cpp"
451449
LIT_FILTER_OUT+="|ostream.formatted.print/vprint_unicode.pass.cpp"
450+
LIT_FILTER_OUT+="|ra_sign_state.pass.cpp"
452451
fi
453452
ninja -C libcxx_build_${sanitizer_name} check-cxx check-cxxabi
454453
) || build_failure

0 commit comments

Comments
 (0)