This is an archive of the discontinued LLVM Phabricator instance.

[lit] Print exit code in for unresolved (lldb)tests.
ClosedPublic

Authored by JDevlieghere on Aug 29 2019, 2:19 PM.

Details

Summary

A test is marked unresolved when we're unable to find PASSED or FAILED
in the dotest output. Usually this is because we crashed and when that
happens the exit code can give a clue as to why. This patch adds the
exit code to the lit output to make it easier to investigate those
issues.

Diff Detail

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.Aug 29 2019, 2:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2019, 2:19 PM
aprantl accepted this revision.Aug 29 2019, 2:50 PM

If it helps...
Is there anything else we can print for a crashed dotest?

This revision is now accepted and ready to land.Aug 29 2019, 2:50 PM

If it helps...
Is there anything else we can print for a crashed dotest?

Is there anything else other than stdout, stderr and the exit code?

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2019, 3:04 PM