commit | 5a51f70abd95a8294b5dba5d3511d1d1e5ef029c | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Fri Jul 30 02:54:33 2010 |
committer | Daniel Dunbar <daniel@zuster.org> | Fri Jul 30 02:54:33 2010 |
tree | eeb8554d298f620eae8738fd52db590945b77352 | |
parent | 15025867440c7309ca1624960627ce45c8d3a40d [diff] |
TEST=simple: Add support for tests which can generate multiple results. Test is expected to write Output/TESTNAME.extra-results.txt, in the format: -- Result-FOO: NNN.NNNN Result-BAR: NNN.NNNN -- which we will then report as fake tests (with no compile info). Good enough for now, perhaps. llvm-svn: 109844