Bug 63280 - results.html gives no indication of whether old-run-webkit-tests stopped running tests early
Summary: results.html gives no indication of whether old-run-webkit-tests stopped runn...
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: Adam Roben (:aroben)
URL:
Keywords:
Depends on:
Blocks: 63281
  Show dependency treegraph
 
Reported: 2011-06-23 13:20 PDT by Adam Roben (:aroben)
Modified: 2011-06-23 13:31 PDT (History)
1 user (show)

See Also:


Attachments
Record whether old-run-webkit-tests aborted early in results.html (3.92 KB, patch)
2011-06-23 13:22 PDT, Adam Roben (:aroben)
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-06-23 13:20:29 PDT
results.html gives no indication of whether old-run-webkit-tests stopped running tests early
Comment 1 Adam Roben (:aroben) 2011-06-23 13:22:50 PDT
Created attachment 98389 [details]
Record whether old-run-webkit-tests aborted early in results.html
Comment 2 David Kilzer (:ddkilzer) 2011-06-23 13:26:48 PDT
Comment on attachment 98389 [details]
Record whether old-run-webkit-tests aborted early in results.html

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

r=me

> Tools/Scripts/old-run-webkit-tests:1162
> +<title>LayoutTestResults</title>

Did you intend to remove the spaces in the title?
Comment 3 Adam Roben (:aroben) 2011-06-23 13:27:54 PDT
Comment on attachment 98389 [details]
Record whether old-run-webkit-tests aborted early in results.html

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

>> Tools/Scripts/old-run-webkit-tests:1162
>> +<title>LayoutTestResults</title>
> 
> Did you intend to remove the spaces in the title?

No! Good catch!
Comment 4 Adam Roben (:aroben) 2011-06-23 13:31:39 PDT
Committed r89610: <http://trac.webkit.org/changeset/89610>