This is an archive of the discontinued LLVM Phabricator instance.

Handle unexpected output in test output
ClosedPublic

Authored by emaste on Aug 4 2014, 6:33 AM.

Details

Summary

LitTestCommand has a set of descriptions for test result codes, and ends up throwing an exception if an unexpected result is somehow reported.

For example, see the FreeBSD buildbot:
http://lab.llvm.org:8011/builders/lldb-x86_64-freebsd/builds/77/steps/test%20lldb/logs/err.html

We've been running the patch in this review on the FreeBSD-specific buildbot:
http://llvm-amd64.freebsd.your.org/b/builders/lldb-amd64-freebsd

Diff Detail

Event Timeline

emaste updated this revision to Diff 12158.Aug 4 2014, 6:33 AM
emaste retitled this revision from to Handle unexpected output in test output.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a reviewer: gkistanova.
emaste added a subscriber: Unknown Object (MLST).
gkistanova edited edge metadata.Aug 4 2014, 12:57 PM

Looks good to me
Thank you!

emaste closed this revision.Aug 4 2014, 1:12 PM
emaste updated this revision to Diff 12176.

Closed by commit rL214767 (authored by @emaste).