This is an archive of the discontinued LLVM Phabricator instance.

[zorg] [LLDB] Add lldb-s390x-fedora, lldb-ppc64le-fedora
ClosedPublic

Authored by jankratochvil on Sep 3 2019, 7:25 AM.

Details

Reviewers
gkistanova
labath
Summary

They both have many failing testcases but one can at least check buildability and manually to check if some patch does not add new failing testcases.

Diff Detail

Event Timeline

jankratochvil created this revision.Sep 3 2019, 7:25 AM
labath accepted this revision.Sep 3 2019, 9:59 AM

Looks fine to me. I believe these bots will be a very useful addition. I have one random idea you can consider if you'd like: I believe there is a way to mark (I think it involves setting flunkOnFailure=False) a particular step so that it is still run, but it does not fail the overall build. That way, you might be able to mark these bots "stable" and get breakage notifications if the build breaks, but still leave open the possibility for manual inspection of test results.

This revision is now accepted and ready to land.Sep 3 2019, 9:59 AM
jankratochvil closed this revision.Oct 3 2019, 2:25 AM

Forgot to check it in, checked in by @gkistanova: rL373521