diff options
| author | Todd Fiala <todd.fiala@gmail.com> | 2015-12-14 21:28:46 +0000 |
|---|---|---|
| committer | Todd Fiala <todd.fiala@gmail.com> | 2015-12-14 21:28:46 +0000 |
| commit | 685a7570ecfa07fda30be12098bf5e6d392d1e4d (patch) | |
| tree | feb9dde6f0e0329d172265b96757861dadf395ab /lldb/packages/Python/lldbsuite/test/configuration.py | |
| parent | e1eb5e39f5c4bc2d66bec4cc7895fbac85a3dc3f (diff) | |
| download | bcm5719-llvm-685a7570ecfa07fda30be12098bf5e6d392d1e4d.tar.gz bcm5719-llvm-685a7570ecfa07fda30be12098bf5e6d392d1e4d.zip | |
test infra: enable single-worker rerun phase for flakey tests.
Use of --rerun-all-issues will enable any test method failure, not just
test methods marked with the flakey decorator, to rerun.
Currently this does not change the flakey logic's immediate rerun
attempt. I want to make sure this doesn't cause any significant issues
before changing that part.
The rerun reporting is only known to work properly with the
default (new) BasicResultsFormatter reporting. Once we work out
any issues, I'll go back and make sure the curses output handles
it properly as well.
llvm-svn: 255543
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index 2e4dd411f2f..69ed9fc32e2 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -141,6 +141,7 @@ test_result = None # Test rerun configuration vars rerun_all_issues = False +rerun_max_file_threhold = 0 # The names of all tests. Used to assert we don't have two tests with the same base name. all_tests = set() |

