We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ee436 commit cd03d11Copy full SHA for cd03d11
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -426,10 +426,6 @@ function check_stage2 {
426
LIT_FILTER_OUT+="|test_demangle.pass.cpp"
427
fi
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
-
433
if [[ "$(arch)" == "aarch64" ]] ; then
434
# TODO: Investigate what is wrong with aarch64 unwinder.
435
LIT_FILTER_OUT+="|ostream.formatted.print/vprint_nonunicode.pass.cpp"
0 commit comments