Skip to content

Commit cd9910e

Browse files
authored
1 parent ac40f61 commit cd9910e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,12 @@ function check_stage2 {
392392
LIT_FILTER_OUT+="|test_vector2.pass.cpp"
393393
LIT_FILTER_OUT+="|forced_unwind2.pass.cpp"
394394
fi
395+
396+
if [[ "$(arch)" == "aarch64" ]] ; then
397+
# TODO: Investigate what is wrong with aarch64 unwinder.
398+
LIT_FILTER_OUT+="|ostream.formatted.print/vprint_nonunicode.pass.cpp"
399+
LIT_FILTER_OUT+="|ostream.formatted.print/vprint_unicode.pass.cpp"
400+
fi
395401
ninja -C libcxx_build_${sanitizer_name} check-cxx check-cxxabi
396402
) || build_failure
397403
) &>check_cxx.log &

0 commit comments

Comments
 (0)