File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
zorg/buildbot/builders/sanitizers Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments