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 {
433
433
LIT_FILTER_OUT+=" |catch_multi_level_pointer.pass.cpp"
434
434
LIT_FILTER_OUT+=" |guard_threaded_test.pass.cpp"
435
435
LIT_FILTER_OUT+=" |test_demangle.pass.cpp"
436
- # TODO: Crashes.
437
- LIT_FILTER_OUT+=" |ra_sign_state.pass.cpp"
438
436
fi
439
437
if [[ " $( arch) " == " aarch64" && " $sanitizer_name " == " hwasan" ]] ; then
440
438
# TODO: Investigate one slow tests.
@@ -449,6 +447,7 @@ function check_stage2 {
449
447
# TODO: Investigate what is wrong with aarch64 unwinder.
450
448
LIT_FILTER_OUT+=" |ostream.formatted.print/vprint_nonunicode.pass.cpp"
451
449
LIT_FILTER_OUT+=" |ostream.formatted.print/vprint_unicode.pass.cpp"
450
+ LIT_FILTER_OUT+=" |ra_sign_state.pass.cpp"
452
451
fi
453
452
ninja -C libcxx_build_${sanitizer_name} check-cxx check-cxxabi
454
453
) || build_failure
You can’t perform that action at this time.
0 commit comments