mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-11 09:16:11 +00:00

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
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.