RESOLVED FIXED 111142
Merge PerfTestRunner._run_single_test into PerfTestRunner._run_tests_set
https://bugs.webkit.org/show_bug.cgi?id=111142
Summary Merge PerfTestRunner._run_single_test into PerfTestRunner._run_tests_set
Ryosuke Niwa
Reported 2013-02-28 22:18:45 PST
Another refactoring. _run_single_test and _run_tests_set should be a single method.
Attachments
Cleanup (5.73 KB, patch)
2013-02-28 22:22 PST, Ryosuke Niwa
abarth: review+
Ryosuke Niwa
Comment 1 2013-02-28 22:22:04 PST
Adam Barth
Comment 2 2013-02-28 22:32:03 PST
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.
Ryosuke Niwa
Comment 3 2013-02-28 22:35:39 PST
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
Ryosuke Niwa
Comment 4 2013-02-28 22:36:16 PST
Note You need to log in before you can comment on or make changes to this bug.