Bug 44553 - speed up new-run-webkit-tests unit tests
Summary: speed up new-run-webkit-tests unit tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Dirk Pranke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-24 14:42 PDT by Dirk Pranke
Modified: 2010-08-24 16:45 PDT (History)
6 users (show)

See Also:


Attachments
Patch (6.11 KB, patch)
2010-08-24 14:44 PDT, Dirk Pranke
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Pranke 2010-08-24 14:42:00 PDT
speed up new-run-webkit-tests unit tests
Comment 1 Dirk Pranke 2010-08-24 14:44:17 PDT
Created attachment 65327 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-08-24 15:36:52 PDT
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.
Comment 3 Ojan Vafai 2010-08-24 15:48:08 PDT
(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.
Comment 4 Dirk Pranke 2010-08-24 16:45:40 PDT
Committed r65949: <http://trac.webkit.org/changeset/65949>