Bug 57671 - Make view results on waterfall direct link to results.html
Summary: Make view results on waterfall direct link to results.html
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-01 15:30 PDT by Csaba Osztrogonác
Modified: 2011-04-01 15:59 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.39 KB, patch)
2011-04-01 15:46 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2011-04-01 15:30:19 PDT
Discussion about it can be found on webkit-dev mailing list:
https://lists.webkit.org/pipermail/webkit-dev/2011-April/016393.html
Comment 1 Csaba Osztrogonác 2011-04-01 15:46:27 PDT
Created attachment 87931 [details]
Patch
Comment 2 Adam Barth 2011-04-01 15:51:36 PDT
Comment on attachment 87931 [details]
Patch

Yay!
Comment 3 Adam Roben (:aroben) 2011-04-01 15:52:28 PDT
Comment on attachment 87931 [details]
Patch

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

> Tools/Scripts/old-run-webkit-tests:1161
> +print HTML "<p>httpd access log: <a href=\"access_log.txt\">access_log.txt</a></p>\n";
> +print HTML "<p>httpd error log: <a href=\"error_log.txt\">error_log.txt</a></p>\n";

There are other files that get stored in the results directory (like the websocket server logs, and the leaks files), but I guess we can add links to them as we decide we want them.
Comment 4 Csaba Osztrogonác 2011-04-01 15:59:45 PDT
Comment on attachment 87931 [details]
Patch

Landed in http://trac.webkit.org/changeset/82734