Bug 64421

Summary: garden-o-matic should label tests failures of new tests as such
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, dglazkov, eric, ojan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 64188    
Attachments:
Description Flags
Patch ojan: review+, abarth: commit-queue-

Description Adam Barth 2011-07-12 19:10:52 PDT
garden-o-matic should label tests failures of new tests as such
Comment 1 Adam Barth 2011-07-12 19:11:53 PDT
Created attachment 100606 [details]
Patch
Comment 2 Ojan Vafai 2011-07-12 19:15:05 PDT
Comment on attachment 100606 [details]
Patch

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

> Tools/Scripts/webkitpy/tool/servers/data/gardeningserver/main.css:116
> +    margin: 0 3px 0 3px;

this can just be:
margin: 0 3px;
Comment 3 Adam Barth 2011-07-12 19:39:23 PDT
Committed r90880: <http://trac.webkit.org/changeset/90880>