| Index: Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py b/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py
|
| index f447a71339cb41ed89c9ab92d1bf449efc20f8cd..114dfbcb505eb95fce64eb7ec5b303a261bc2dfa 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py
|
| @@ -58,6 +58,9 @@ ERROR_CODES = (
|
| UNEXPECTED_ERROR_EXIT_STATUS,
|
| )
|
|
|
| +# In order to avoid colliding with the above codes, we put a ceiling on
|
| +# the value returned by num_regressions
|
| +MAX_FAILURES_EXIT_STATUS = 101
|
|
|
| class TestRunException(Exception):
|
| def __init__(self, code, msg):
|
|
|