This is an archive of the discontinued LLVM Phabricator instance.

[lit] Fix test shtest-timeout.py for modern output
ClosedPublic

Authored by mgorny on Oct 4 2016, 7:26 AM.

Details

Summary

Update the CHECK lines in the shtest-timeout.py lit test to account for
the current output. The output has been changed in r271610 without
adjust the tests.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny updated this revision to Diff 73475.Oct 4 2016, 7:26 AM
mgorny retitled this revision from to [lit] Fix test shtest-timeout.py for modern output.
mgorny updated this object.
mgorny added reviewers: ddunbar, delcypher.
mgorny added a subscriber: llvm-commits.
modocache edited edge metadata.

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

modocache accepted this revision.Oct 12 2016, 7:43 AM
modocache edited edge metadata.
This revision is now accepted and ready to land.Oct 12 2016, 7:43 AM
This revision was automatically updated to reflect the committed changes.