Title: [179232] trunk/Tools
Revision
179232
Author
[email protected]
Date
2015-01-27 17:11:33 -0800 (Tue, 27 Jan 2015)

Log Message

Make flakiness dashboard OS list actually match test_expectations.py
https://bugs.webkit.org/show_bug.cgi?id=140969

Reviewed by Ryosuke Niwa.

* TestResultServer/static-dashboards/flakiness_dashboard.js:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (179231 => 179232)


--- trunk/Tools/ChangeLog	2015-01-28 01:08:15 UTC (rev 179231)
+++ trunk/Tools/ChangeLog	2015-01-28 01:11:33 UTC (rev 179232)
@@ -1,3 +1,12 @@
+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
+
+        Reviewed by Ryosuke Niwa.
+
+        * TestResultServer/static-dashboards/flakiness_dashboard.js:
+
 2015-01-27  Brent Fulgham  <[email protected]>
 
         [Win] WinLauncher crashes on eleventh site visited

Modified: trunk/Tools/TestResultServer/app.yaml (179231 => 179232)


--- trunk/Tools/TestResultServer/app.yaml	2015-01-28 01:08:15 UTC (rev 179231)
+++ trunk/Tools/TestResultServer/app.yaml	2015-01-28 01:11:33 UTC (rev 179232)
@@ -1,5 +1,5 @@
 application: webkit-test-results
-version: 179213
+version: 179231
 runtime: python
 api_version: 1
 

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


--- trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js	2015-01-28 01:08:15 UTC (rev 179231)
+++ trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js	2015-01-28 01:11:33 UTC (rev 179232)
@@ -690,6 +690,9 @@
             'Linux': 'LINUX',
             'SnowLeopard': 'SNOWLEOPARD',
             'Lion': 'LION',
+            'MountainLion': 'MOUNTAINLION',
+            'Mavericks': 'MAVERICKS',
+            'Yosemite': 'YOSEMITE',
             'Win7': 'WIN7',
             'XP': 'XP',
             'Vista': 'VISTA',
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to