Skip to content

Commit

Permalink
[sanitizer] Don't skip simple-exception.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Dec 11, 2024
1 parent 95b9d22 commit 69fe1ce
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions zorg/buildbot/builders/sanitizers/buildbot_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -458,13 +458,7 @@ function check_stage2 {
fi

echo @@@BUILD_STEP stage2/$sanitizer_name check@@@
(
if [[ "$sanitizer_name" == "asan" || "$sanitizer_name" == "asan_ubsan" ]] ; then
# For unknown reasons gcc 12.3.0 leaks in _Unwind_Find_FDE.
export LIT_FILTER_OUT="Interpreter/simple-exception.cpp"
fi
ninja -C ${STAGE2_DIR} check-all
)|| build_failure
ninja -C ${STAGE2_DIR} check-all || build_failure
}

function check_stage2_msan {
Expand Down

0 comments on commit 69fe1ce

Please sign in to comment.