Skip to content

Commit 69fe1ce

Browse files
committed
[sanitizer] Don't skip simple-exception.cpp
1 parent 95b9d22 commit 69fe1ce

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -458,13 +458,7 @@ function check_stage2 {
458458
fi
459459

460460
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
461+
ninja -C ${STAGE2_DIR} check-all || build_failure
468462
}
469463

470464
function check_stage2_msan {

0 commit comments

Comments
 (0)