Title: [167300] trunk/Tools
Revision
167300
Author
a...@apple.com
Date
2014-04-14 23:40:39 -0700 (Mon, 14 Apr 2014)

Log 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.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotTesterQueueView.js (167299 => 167300)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotTesterQueueView.js	2014-04-15 06:24:42 UTC (rev 167299)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotTesterQueueView.js	2014-04-15 06:40:39 UTC (rev 167300)
@@ -316,7 +316,7 @@
 
         if (pythonTestResults.failureCount) {
             var message = pythonTestResults.failureCount + "\u00a0" + (pythonTestResults.failureCount === 1 ? "webkitpy test failure" : "webkitpy test failures");
-            addResultKind(message, iteration.queue.buildbot.bindingsTestResultsURLForIteration(iteration));
+            addResultKind(message, iteration.queue.buildbot.webkitpyTestResultsURLForIteration(iteration));
         }
 
         if (perlTestResults.failureCount) {

Modified: trunk/Tools/ChangeLog (167299 => 167300)


--- trunk/Tools/ChangeLog	2014-04-15 06:24:42 UTC (rev 167299)
+++ trunk/Tools/ChangeLog	2014-04-15 06:40:39 UTC (rev 167300)
@@ -1,5 +1,16 @@
 2014-04-14  Alexey Proskuryakov  <a...@apple.com>
 
+        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.
+
+2014-04-14  Alexey Proskuryakov  <a...@apple.com>
+
         Update webkitpy regression test result that started to fail after http://trac.webkit.org/r167243
 
         I'm not sure whether the changes are desirable, but am not suspicious enough to roll out.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to