Changeset 157179 in webkit


Ignore:
Timestamp:
Oct 9, 2013 1:22:37 PM (11 years ago)
Author:
ap@apple.com
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.javascriptTestResultsURLForIteration): "actual.html" used
to be produced by the old Mozilla test harness that we don't use any more.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js

    r157175 r157179  
    7474    javascriptTestResultsURLForIteration: function(iteration)
    7575    {
    76         return this.baseURL + "builders/" + encodeURIComponent(iteration.queue.id) + "/builds/" + iteration.id + "/steps/jscore-test/logs/actual.html";
     76        return this.baseURL + "builders/" + encodeURIComponent(iteration.queue.id) + "/builds/" + iteration.id + "/steps/jscore-test/logs/stdio";
    7777    }
    7878};
  • trunk/Tools/ChangeLog

    r157175 r157179  
     12013-10-09  Alexey Proskuryakov  <ap@apple.com>
     2
     3        http://build.webkit.org/dashboard/ links to a wrong jscore-test results page
     4        https://bugs.webkit.org/show_bug.cgi?id=122569
     5
     6        Reviewed by Tim Hatcher.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
     9        (WebKitBuildbot.prototype.javascriptTestResultsURLForIteration): "actual.html" used
     10        to be produced by the old Mozilla test harness that we don't use any more.
     11
    1122013-10-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.com>
    213
Note: See TracChangeset for help on using the changeset viewer.