teak-llvm/lldb/packages/Python/lldbsuite/test/issue_verification
Todd Fiala 93153922db test infra: adds book-keeping for rerunnable tests
Also adds full path info for exceptional exits and timeouts when
no test method is currently running.

Adds --rerun-all-issues command line arg.  If specified, all
test issues are eligible for rerun.  If not specified, only tests
marked flakey are eligible for rerun.

The actual rerunning will occur in an upcoming change.  This
change just handles tha accounting of what should be rerun.

llvm-svn: 255438
2015-12-12 19:26:56 +00:00
..
disable.py enable timeout/exceptional exit support for xUnit formatter 2015-12-09 22:02:31 +00:00
enable.py enable timeout/exceptional exit support for xUnit formatter 2015-12-09 22:02:31 +00:00
README.txt
TestExpectedTimeout.py.park Add expected timeout support to test event architecture. 2015-12-11 19:44:23 +00:00
TestFail.py.park
TestSignal.py.park
TestSignalOutsideTestMethod.py.park test infra: adds book-keeping for rerunnable tests 2015-12-12 19:26:56 +00:00
TestTimeout.py.park

Tests in this directory are intentionally setup to
fail, error, timeout, etc. to verify that the buildbots
pick up errors.  The tests in this directory will be
parked/removed/renamed after verifying they trigger
as expected.