Title: [157179] trunk/Tools
Revision
157179
Author
[email protected]
Date
2013-10-09 13:22:37 -0700 (Wed, 09 Oct 2013)

Log Message

http://build.webkit.org/dashboard/ links to a wrong jscore-test results page
https://bugs.webkit.org/show_bug.cgi?id=122569

Reviewed by Tim Hatcher.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
(WebKitBuildbot.prototype._javascript_TestResultsURLForIteration): "actual.html" used
to be produced by the old Mozilla test harness that we don't use any more.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js (157178 => 157179)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js	2013-10-09 20:15:35 UTC (rev 157178)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js	2013-10-09 20:22:37 UTC (rev 157179)
@@ -73,6 +73,6 @@
 
     _javascript_TestResultsURLForIteration: function(iteration)
     {
-        return this.baseURL + "builders/" + encodeURIComponent(iteration.queue.id) + "/builds/" + iteration.id + "/steps/jscore-test/logs/actual.html";
+        return this.baseURL + "builders/" + encodeURIComponent(iteration.queue.id) + "/builds/" + iteration.id + "/steps/jscore-test/logs/stdio";
     }
 };

Modified: trunk/Tools/ChangeLog (157178 => 157179)


--- trunk/Tools/ChangeLog	2013-10-09 20:15:35 UTC (rev 157178)
+++ trunk/Tools/ChangeLog	2013-10-09 20:22:37 UTC (rev 157179)
@@ -1,3 +1,14 @@
+2013-10-09  Alexey Proskuryakov  <[email protected]>
+
+        http://build.webkit.org/dashboard/ links to a wrong jscore-test results page
+        https://bugs.webkit.org/show_bug.cgi?id=122569
+
+        Reviewed by Tim Hatcher.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
+        (WebKitBuildbot.prototype._javascript_TestResultsURLForIteration): "actual.html" used
+        to be produced by the old Mozilla test harness that we don't use any more.
+
 2013-10-09  Gustavo Noronha Silva  <[email protected]>
 
         Add GTK 64 bits release to the buildbot dashboard
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to