HomeSort by relevance Sort by last modified time
    Searched refs:RunDetails (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager.py 183 """Run the tests and return a RunDetails object with the results."""
190 return test_run_results.RunDetails(exit_code=test_run_results.NO_TESTS_EXIT_STATUS)
201 return test_run_results.RunDetails(exit_code=test_run_results.NO_TESTS_EXIT_STATUS)
205 return test_run_results.RunDetails(exit_code=exit_code)
265 return test_run_results.RunDetails(exit_code, summarized_full_results, summarized_failing_results, initial_results, retry_results, enabled_pixel_tests_in_retry)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
buildbot_results_unittest.py 100 details = test_run_results.RunDetails(failing_summary['num_regressions'], full_summary, failing_summary, initial_results, None)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results.py 128 class RunDetails(object):

Completed in 28 milliseconds