Details
Details
- Reviewers
vharron zturner clayborg - Commits
- rG5e3ab2b95f4c: Updated dosep.py to output progress and dump std{out,err} on test failure.
rLLDB238765: Updated dosep.py to output progress and dump std{out,err} on test failure.
rL238765: Updated dosep.py to output progress and dump std{out,err} on test failure.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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
Comment Actions
- Accidentally printed stdout again instead of stderr.
- Passing lock and counter by argument to work on Windows.