forked from OSchip/llvm-project
Summary: This adds ability to mark test that do not complete due to hangs, crashes, etc., as "expected", to avoid flagging the build red for a known problem. Functionally, this extends the scope of the existing expectedFailureXXX decorators to cover these states as well. Once this is in, I will start replacing the magic list of failing tests in dosep.py with our regular annotations which should hopefully make code simpler. Reviewers: tfiala Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D15530 llvm-svn: 255763 |
||
|---|---|---|
| .. | ||
| README.txt | ||
| TestExpectedTimeout.py.park | ||
| TestFail.py.park | ||
| TestRerunFail.py.park | ||
| TestRerunTimeout.py.park | ||
| TestSignal.py.park | ||
| TestSignalOutsideTestMethod.py.park | ||
| TestTimeout.py.park | ||
| disable.py | ||
| enable.py | ||
| rerun_base.py | ||
README.txt
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.