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 ac40f61 commit cd9910eCopy full SHA for cd9910e
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -392,6 +392,12 @@ function check_stage2 {
392
LIT_FILTER_OUT+="|test_vector2.pass.cpp"
393
LIT_FILTER_OUT+="|forced_unwind2.pass.cpp"
394
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
401
ninja -C libcxx_build_${sanitizer_name} check-cxx check-cxxabi
402
) || build_failure
403
) &>check_cxx.log &
0 commit comments