Bug 57671

Summary: Make view results on waterfall direct link to results.html
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, aroben, wsiegrist
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch none

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