Changeset 167300 in webkit


Ignore:
Timestamp:
Apr 14, 2014 11:40:39 PM (10 years ago)
Author:
ap@apple.com
Message:

Wrong link for webkitpy tests results in dashboard popover
https://bugs.webkit.org/show_bug.cgi?id=131664

Reviewed by Timothy Hatcher.

  • BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotTesterQueueView.js:

(BuildbotTesterQueueView.prototype._presentPopoverForMultipleFailureKinds):
Use a correct link.

Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r163464 r167300  
    317317        if (pythonTestResults.failureCount) {
    318318            var message = pythonTestResults.failureCount + "\u00a0" + (pythonTestResults.failureCount === 1 ? "webkitpy test failure" : "webkitpy test failures");
    319             addResultKind(message, iteration.queue.buildbot.bindingsTestResultsURLForIteration(iteration));
     319            addResultKind(message, iteration.queue.buildbot.webkitpyTestResultsURLForIteration(iteration));
    320320        }
    321321
  • trunk/Tools/ChangeLog

    r167296 r167300  
     12014-04-14  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Wrong link for webkitpy tests results in dashboard popover
     4        https://bugs.webkit.org/show_bug.cgi?id=131664
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotTesterQueueView.js:
     9        (BuildbotTesterQueueView.prototype._presentPopoverForMultipleFailureKinds):
     10        Use a correct link.
     11
    1122014-04-14  Alexey Proskuryakov  <ap@apple.com>
    213
Note: See TracChangeset for help on using the changeset viewer.