This is an archive of the discontinued LLVM Phabricator instance.

Updated dosep.py to output progress and dump std{out,err} on test failure.
ClosedPublic

Authored by chaoren on May 29 2015, 4:12 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 26836.May 29 2015, 4:12 PM
chaoren retitled this revision from to Updated dosep.py to output progress and dump std{out,err} on test failure..
chaoren updated this object.
chaoren edited the test plan for this revision. (Show Details)
chaoren added reviewers: zturner, vharron, clayborg.
chaoren added a subscriber: Unknown Object (MLST).

I think it'll be a good idea if we just switched to using llvm-lit.

zturner edited edge metadata.May 29 2015, 4:19 PM

Agree, but that's a really huge undertaking. See this thread for a relevant
discussion

https://www.mail-archive.com/lldb-dev@cs.uiuc.edu/msg06263.html

chaoren updated this revision to Diff 26838.May 29 2015, 4:27 PM
chaoren edited edge metadata.
  • Display name of test suite that failed.
chaoren updated this revision to Diff 26868.May 31 2015, 9:30 PM
  • Accidentally printed stdout again instead of stderr.
  • Passing lock and counter by argument to work on Windows.

Looks ok, did you get a chance to run on Windows to verify that it still
works?

Yep, the last update was specifically made for it to work on Windows.

cool, lgtm then

This revision was automatically updated to reflect the committed changes.