Bug 65882 - garden-o-matic should extrapolate failures given a set of known results
Summary: garden-o-matic should extrapolate failures given a set of known results
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dimitri Glazkov (Google)
URL:
Keywords:
Depends on:
Blocks: 64183
  Show dependency treegraph
 
Reported: 2011-08-08 15:23 PDT by Dimitri Glazkov (Google)
Modified: 2011-08-10 08:35 PDT (History)
1 user (show)

See Also:


Attachments
Patch (14.70 KB, patch)
2011-08-09 15:58 PDT, Dimitri Glazkov (Google)
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2011-08-08 15:23:02 PDT
We don't have builders for all combinations, but we should attempt to update expectations for those configurations we don't have a builder for.
Comment 1 Dimitri Glazkov (Google) 2011-08-09 15:58:10 PDT
Created attachment 103411 [details]
Patch
Comment 2 Adam Barth 2011-08-09 16:02:35 PDT
Comment on attachment 103411 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=103411&action=review

> Tools/Scripts/webkitpy/tool/servers/gardeningserver.py:38
> +        self.test_configuration_converter = test_configuration_converter

test_configuration_converter => _test_configuration_converter
Comment 3 Dimitri Glazkov (Google) 2011-08-10 08:35:00 PDT
Committed r92770: <http://trac.webkit.org/changeset/92770>