Another refactoring. _run_single_test and _run_tests_set should be a single method.
Created attachment 190885 [details] Cleanup
Comment on attachment 190885 [details] Cleanup View in context: https://bugs.webkit.org/attachment.cgi?id=190885&action=review > Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py:371 > + _log.error('FAILED') I guess we don't say which test failed.
Comment on attachment 190885 [details] Cleanup View in context: https://bugs.webkit.org/attachment.cgi?id=190885&action=review >> Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py:371 >> + _log.error('FAILED') > > I guess we don't say which test failed. Ordinarily, we see the test name right above it: Running DOM/CreateNodes.html (32 of 113) error: DOM/CreateNodes.html Received an invalid message "WebPageProxy.DidFailProvisionalLoadForFrame" from the web process. FAILED Finished: 18.626504 s
Committed r144421: <http://trac.webkit.org/changeset/144421>