Title: [195676] trunk/Tools
Revision
195676
Author
[email protected]
Date
2016-01-27 10:34:44 -0800 (Wed, 27 Jan 2016)

Log Message

Remove Mavericks from the flakiness dashboard
https://bugs.webkit.org/show_bug.cgi?id=153521

Reviewed by Dan Bernstein.

* TestResultServer/static-dashboards/builders.jsonp:
* TestResultServer/static-dashboards/flakiness_dashboard.js:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (195675 => 195676)


--- trunk/Tools/ChangeLog	2016-01-27 18:24:33 UTC (rev 195675)
+++ trunk/Tools/ChangeLog	2016-01-27 18:34:44 UTC (rev 195676)
@@ -1,5 +1,15 @@
 2016-01-27  Alexey Proskuryakov  <[email protected]>
 
+        Remove Mavericks from the flakiness dashboard
+        https://bugs.webkit.org/show_bug.cgi?id=153521
+
+        Reviewed by Dan Bernstein.
+
+        * TestResultServer/static-dashboards/builders.jsonp:
+        * TestResultServer/static-dashboards/flakiness_dashboard.js:
+
+2016-01-27  Alexey Proskuryakov  <[email protected]>
+
         Remove ENABLE_CURRENTSRC
         https://bugs.webkit.org/show_bug.cgi?id=153545
 

Modified: trunk/Tools/TestResultServer/static-dashboards/builders.jsonp (195675 => 195676)


--- trunk/Tools/TestResultServer/static-dashboards/builders.jsonp	2016-01-27 18:24:33 UTC (rev 195675)
+++ trunk/Tools/TestResultServer/static-dashboards/builders.jsonp	2016-01-27 18:34:44 UTC (rev 195676)
@@ -11,10 +11,6 @@
                     "Apple El Capitan Debug WK2 (Tests)", 
                     "Apple El Capitan Release WK1 (Tests)", 
                     "Apple El Capitan Release WK2 (Tests)", 
-                    "Apple Mavericks Debug WK1 (Tests)", 
-                    "Apple Mavericks Debug WK2 (Tests)", 
-                    "Apple Mavericks Release WK1 (Tests)", 
-                    "Apple Mavericks Release WK2 (Tests)", 
                     "Apple Win 7 Debug (Tests)", 
                     "Apple Win 7 Release (Tests)", 
                     "Apple Yosemite (Leaks)", 

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


--- trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js	2016-01-27 18:24:33 UTC (rev 195675)
+++ trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js	2016-01-27 18:34:44 UTC (rev 195676)
@@ -43,12 +43,6 @@
             'MAC': {
                 expectationsDirectory: 'mac',
                 subPlatforms: {
-                    'MAVERICKS': {
-                        subPlatforms: {
-                            'WK1': { fallbackPlatforms: ['APPLE_MAC_MAVERICKS', 'APPLE_MAC'] },
-                            'WK2': { fallbackPlatforms: ['APPLE_MAC_MAVERICKS', 'APPLE_MAC', 'WK2'], expectationsDirectory: 'mac-wk2'}
-                        }
-                    },
                     'YOSEMITE': {
                         subPlatforms: {
                             'WK1': { fallbackPlatforms: ['APPLE_MAC_YOSEMITE', 'APPLE_MAC'] },
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to