Summary: | speed up new-run-webkit-tests unit tests | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Dirk Pranke <dpranke> | ||||
Component: | New Bugs | Assignee: | Dirk Pranke <dpranke> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | abarth, cjerdonek, eric, levin, ojan, tony | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Other | ||||||
OS: | OS X 10.5 | ||||||
Attachments: |
|
Description
Dirk Pranke
2010-08-24 14:42:00 PDT
Created attachment 65327 [details]
Patch
Comment on attachment 65327 [details]
Patch
Looks good.
I think the behavior of trying to pull down json results from the bots is broken. At least for non-chromium ports it makes no sense.
(In reply to comment #2) > I think the behavior of trying to pull down json results from the bots is broken. At least for non-chromium ports it makes no sense. I disagree. We're moving the storing of JSON results over to test-results.appspot.com. So we should be able to do it just as well for the non-chromium ports, which will mean that http://test-results.appspot.com/dashboards/flakiness_dashboard.html can be made to work for all ports. In either case, this patch look good. Committed r65949: <http://trac.webkit.org/changeset/65949> |