This is an archive of the discontinued LLVM Phabricator instance.

[lit] Fix FormatError on individual test timeout
ClosedPublic

Authored by mgorny on Oct 3 2016, 9:29 AM.

Details

Summary

Fix Python FormatError that occurs when lit is trying to output test timeout message. Seems to be broken since r271610

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny updated this revision to Diff 73292.Oct 3 2016, 9:29 AM
mgorny retitled this revision from to [lit] Fix FormatError on individual test timeout.
mgorny updated this object.
mgorny added a reviewer: ddunbar.
mgorny added a subscriber: llvm-commits.
modocache accepted this revision.Oct 12 2016, 7:42 AM
modocache edited edge metadata.

Thank you! I applied this and D25236 locally, and confirmed that they fix a failure I've been seeing in shtest-timeout.py. Thanks, @mgorny!

This revision is now accepted and ready to land.Oct 12 2016, 7:42 AM
This revision was automatically updated to reflect the committed changes.