Title: [147685] trunk/Tools
Revision
147685
Author
[email protected]
Date
2013-04-04 17:08:27 -0700 (Thu, 04 Apr 2013)

Log Message

temporarily make flakiness dashboard work again webkit.org bots
https://bugs.webkit.org/show_bug.cgi?id=113972

Reviewed by Ojan Vafai.

This patch disables the chromium.org layout test bots TestExpectations
parsing temporarily until we can work out the right way to split into
two instances for webkit.org and chromium.org and figure out which
code to delete where :).

* TestResultServer/static-dashboards/flakiness_dashboard.js:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (147684 => 147685)


--- trunk/Tools/ChangeLog	2013-04-05 00:08:09 UTC (rev 147684)
+++ trunk/Tools/ChangeLog	2013-04-05 00:08:27 UTC (rev 147685)
@@ -1,3 +1,17 @@
+2013-04-04  Dirk Pranke  <[email protected]>
+
+        temporarily make flakiness dashboard work again webkit.org bots
+        https://bugs.webkit.org/show_bug.cgi?id=113972
+
+        Reviewed by Ojan Vafai.
+
+        This patch disables the chromium.org layout test bots TestExpectations
+        parsing temporarily until we can work out the right way to split into
+        two instances for webkit.org and chromium.org and figure out which
+        code to delete where :).
+
+        * TestResultServer/static-dashboards/flakiness_dashboard.js:
+
 2013-04-04  Ryosuke Niwa  <[email protected]>
 
         Fix webkitpy tests after r147678.

Modified: trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js (147684 => 147685)


--- trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js	2013-04-05 00:08:09 UTC (rev 147684)
+++ trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js	2013-04-05 00:08:27 UTC (rev 147685)
@@ -41,7 +41,7 @@
 
 var PLATFORMS = {
     'CHROMIUM': {
-        expectationsDirectory: 'chromium',
+        expectationsDirectory: null, /* FIXME: cleanup post blink split 'chromium', */
         subPlatforms: {
             'LION': { fallbackPlatforms: ['CHROMIUM'] },
             'SNOWLEOPARD': { fallbackPlatforms: ['CHROMIUM'] },
@@ -49,7 +49,7 @@
             'VISTA': { fallbackPlatforms: ['CHROMIUM'] },
             'WIN7': { fallbackPlatforms: ['CHROMIUM'] },
             'LUCID': { fallbackPlatforms: ['CHROMIUM'] },
-            'ANDROID': { fallbackPlatforms: ['CHROMIUM'], expectationsDirectory: 'chromium-android' }
+            'ANDROID': { fallbackPlatforms: ['CHROMIUM'], expectationsDirectory: null /* 'chromium-android' */ }
         },
         platformModifierUnions: {
             'MAC': ['CHROMIUM_LION', 'CHROMIUM_SNOWLEOPARD'],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to