Bug 104165 - nrwt: split all of the buildbot-specific output into its own file
Summary: nrwt: split all of the buildbot-specific output into its own file
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dirk Pranke
URL:
Keywords:
Depends on: 104158
Blocks: 103824
  Show dependency treegraph
 
Reported: 2012-12-05 13:30 PST by Dirk Pranke
Modified: 2012-12-05 15:29 PST (History)
4 users (show)

See Also:


Attachments
Patch (65.02 KB, patch)
2012-12-05 13:32 PST, Dirk Pranke
no flags Details | Formatted Diff | Diff
merge (65.29 KB, patch)
2012-12-05 14:24 PST, Dirk Pranke
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Pranke 2012-12-05 13:30:31 PST
nrwt: split all of the buildbot-specific output into its own file
Comment 1 Dirk Pranke 2012-12-05 13:32:00 PST
Created attachment 177822 [details]
Patch
Comment 2 Ojan Vafai 2012-12-05 14:08:34 PST
Comment on attachment 177822 [details]
Patch

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

> Tools/Scripts/webkitpy/layout_tests/views/buildbot_results.py:61
> +        pct_passed = 0.0

s/pct/percent
Comment 3 Dirk Pranke 2012-12-05 14:24:41 PST
Created attachment 177829 [details]
merge
Comment 4 Dirk Pranke 2012-12-05 14:27:39 PST
(In reply to comment #2)
> (From update of attachment 177822 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=177822&action=review
> 
> > Tools/Scripts/webkitpy/layout_tests/views/buildbot_results.py:61
> > +        pct_passed = 0.0
> 
> s/pct/percent

ok.
Comment 5 Dirk Pranke 2012-12-05 15:29:36 PST
Committed r136771: <http://trac.webkit.org/changeset/136771>