Title: [179235] trunk/Tools
- Revision
- 179235
- Author
- [email protected]
- Date
- 2015-01-27 17:54:25 -0800 (Tue, 27 Jan 2015)
Log Message
build.webkit.org/dashboard asserts on some commits
https://bugs.webkit.org/show_bug.cgi?id=140926
Reviewed by Tim Horton.
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js:
(Trac.prototype._convertCommitInfoElementToObject): Added a case for another root directory.
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js (179234 => 179235)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js 2015-01-28 01:26:02 UTC (rev 179234)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js 2015-01-28 01:54:25 UTC (rev 179235)
@@ -141,6 +141,8 @@
result.release = location.substr(9, location.indexOf("/", 9) - 9);
else if (location.startsWith("trunk/"))
result.branch = "trunk";
+ else if (location.startsWith("submissions/"))
+ ; // These changes are never relevant to the dashboard.
else {
console.assert(false);
result.containsBranchLocation = false;
Modified: trunk/Tools/ChangeLog (179234 => 179235)
--- trunk/Tools/ChangeLog 2015-01-28 01:26:02 UTC (rev 179234)
+++ trunk/Tools/ChangeLog 2015-01-28 01:54:25 UTC (rev 179235)
@@ -1,5 +1,15 @@
2015-01-27 Alexey Proskuryakov <[email protected]>
+ build.webkit.org/dashboard asserts on some commits
+ https://bugs.webkit.org/show_bug.cgi?id=140926
+
+ Reviewed by Tim Horton.
+
+ * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js:
+ (Trac.prototype._convertCommitInfoElementToObject): Added a case for another root directory.
+
+2015-01-27 Alexey Proskuryakov <[email protected]>
+
Make flakiness dashboard OS list actually match test_expectations.py
https://bugs.webkit.org/show_bug.cgi?id=140969
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes