This is an archive of the discontinued LLVM Phabricator instance.

[LIT] emit timeout error message only if timeout was reached
ClosedPublic

Authored by AlexeySachkov on Jul 5 2019, 4:01 AM.

Details

Summary

This improves readability of LIT output: previously
error messages gets emitted that say that there was no error:

error: command reached timeout: False

Diff Detail

Repository
rL LLVM

Event Timeline

AlexeySachkov created this revision.Jul 5 2019, 4:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2019, 4:01 AM
Herald added a subscriber: delcypher. · View Herald Transcript

@AlexeySachkov LGTM provided the lit tests continue to pass.

mgorny accepted this revision.Jul 7 2019, 3:06 AM

LGTM.

This revision is now accepted and ready to land.Jul 7 2019, 3:06 AM
This revision was automatically updated to reflect the committed changes.