Title: [222323] trunk/Tools
Revision
222323
Author
[email protected]
Date
2017-09-21 09:47:55 -0700 (Thu, 21 Sep 2017)

Log Message

Update TestResultsServer for iOS 11 queues.
https://bugs.webkit.org/show_bug.cgi?id=177285

Reviewed by Alexey Proskuryakov.

* TestResultServer/static-dashboards/builders.jsonp:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (222322 => 222323)


--- trunk/Tools/ChangeLog	2017-09-21 16:41:11 UTC (rev 222322)
+++ trunk/Tools/ChangeLog	2017-09-21 16:47:55 UTC (rev 222323)
@@ -1,3 +1,12 @@
+2017-09-21  Ryan Haddad  <[email protected]>
+
+        Update TestResultsServer for iOS 11 queues.
+        https://bugs.webkit.org/show_bug.cgi?id=177285
+
+        Reviewed by Alexey Proskuryakov.
+
+        * TestResultServer/static-dashboards/builders.jsonp:
+
 2017-09-21  Alex Christensen  <[email protected]>
 
         REGRESSION(r221465) WKWebViews without WebGL delegate callbacks crash when WebGL contexts are created

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


--- trunk/Tools/TestResultServer/static-dashboards/builders.jsonp	2017-09-21 16:41:11 UTC (rev 222322)
+++ trunk/Tools/TestResultServer/static-dashboards/builders.jsonp	2017-09-21 16:47:55 UTC (rev 222323)
@@ -17,13 +17,11 @@
                     "Apple Sierra Release WK2 (Tests)", 
                     "Apple Win 7 Debug (Tests)", 
                     "Apple Win 7 Release (Tests)", 
-                    "Apple iOS 10 Simulator Debug WK1 (Tests)", 
-                    "Apple iOS 10 Simulator Debug WK2 (Tests)", 
-                    "Apple iOS 10 Simulator Release WK1 (Tests)", 
-                    "Apple iOS 10 Simulator Release WK2 (Tests)", 
+                    "Apple iOS 11 Simulator Debug WK2 (Tests)", 
+                    "Apple iOS 11 Simulator Release WK2 (Tests)", 
                     "GTK Linux 64-bit Debug (Tests)", 
-                    "GTK Linux 64-bit Release (Tests)",
-                    "GTK Linux 64-bit Release Wayland (Tests)",
+                    "GTK Linux 64-bit Release (Tests)", 
+                    "GTK Linux 64-bit Release Wayland (Tests)", 
                     "WPE Linux 64-bit Release (Tests)"
                 ]
             }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to