File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
zorg/buildbot/builders/sanitizers Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -425,12 +425,11 @@ function check_stage2 {
425
425
# TODO: Investigate one slow tests.
426
426
LIT_FILTER_OUT+=" |test_demangle.pass.cpp"
427
427
fi
428
- if [[ " $( arch) " == " aarch64" && " $sanitizer_name " == " ubsan" ]] ; then
429
- # https://github.com/llvm/llvm-project/pull/119520
430
- LIT_FILTER_OUT+=" |catch_null_pointer_to_object_pr64953.pass.cpp"
431
- LIT_FILTER_OUT+=" |catch_ptr_02.pass.cpp"
432
- fi
433
-
428
+
429
+ # https://github.com/llvm/llvm-project/pull/119520
430
+ LIT_FILTER_OUT+=" |catch_null_pointer_to_object_pr64953.pass.cpp"
431
+ LIT_FILTER_OUT+=" |catch_ptr_02.pass.cpp"
432
+
434
433
if [[ " $( arch) " == " aarch64" ]] ; then
435
434
# TODO: Investigate what is wrong with aarch64 unwinder.
436
435
LIT_FILTER_OUT+=" |ostream.formatted.print/vprint_nonunicode.pass.cpp"
You can’t perform that action at this time.
0 commit comments