Searched refs:MAX_FAILURES_EXIT_STATUS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
H A Dmanager.py292 if exit_code > test_run_results.MAX_FAILURES_EXIT_STATUS:
294 (exit_code, test_run_results.MAX_FAILURES_EXIT_STATUS))
295 exit_code = test_run_results.MAX_FAILURES_EXIT_STATUS
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_run_results.py69 MAX_FAILURES_EXIT_STATUS = 101 variable

Completed in 90 milliseconds