Improve test harness for the buildbots
authorDaniel Malea <daniel.malea@intel.com>
Fri, 15 Feb 2013 21:31:37 +0000 (21:31 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Fri, 15 Feb 2013 21:31:37 +0000 (21:31 +0000)
commitcbaef2667863a214afa93722c6c2f40a11ee937d
tree3faff0c45e997474fa4816d3dd7c956431bef742
parent985d1c5d15d7a09d4cf7fdad1d502aadc1672fd6
Improve test harness for the buildbots
- Add a "parsable" mode to dotest.py that outputs test results in exactly the same format as clang's lit tests
- Improve dosep script to output list of failing tests (output should look like clang test failure summaries)
- Cleanup lldb/test/Makefile to remove needless parameters and environment variables
- Switch makefile tests to use parsable-mode output; should make the buildbot results parsable
- Switch makefile tests to use dosep to log catch crashing tests (instead of halting the test suite)

llvm-svn: 175309
lldb/test/Makefile
lldb/test/dosep.ty
lldb/test/dotest.py