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 95b9d22 commit 69fe1ceCopy full SHA for 69fe1ce
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -458,13 +458,7 @@ function check_stage2 {
458
fi
459
460
echo @@@BUILD_STEP stage2/$sanitizer_name check@@@
461
- (
462
- if [[ "$sanitizer_name" == "asan" || "$sanitizer_name" == "asan_ubsan" ]] ; then
463
- # For unknown reasons gcc 12.3.0 leaks in _Unwind_Find_FDE.
464
- export LIT_FILTER_OUT="Interpreter/simple-exception.cpp"
465
- fi
466
- ninja -C ${STAGE2_DIR} check-all
467
- )|| build_failure
+ ninja -C ${STAGE2_DIR} check-all || build_failure
468
}
469
470
function check_stage2_msan {
0 commit comments