Title: [178624] trunk/Tools
Revision
178624
Author
ddkil...@apple.com
Date
2015-01-17 02:48:58 -0800 (Sat, 17 Jan 2015)

Log Message

Attempt to fix webkitpy tests on Mountain Lion, Mavericks bots

* Scripts/webkitpy/port/ios.py:
(IOSPort): Add 'ios-device-7' to VERSION_FALLBACK_ORDER so that
test-webkitpy doesn't fail since iOS 7.x SDKs are installed on
the Mountain Lion and Mavericks bots.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (178623 => 178624)


--- trunk/Tools/ChangeLog	2015-01-17 10:08:28 UTC (rev 178623)
+++ trunk/Tools/ChangeLog	2015-01-17 10:48:58 UTC (rev 178624)
@@ -1,5 +1,14 @@
 2015-01-17  David Kilzer  <ddkil...@apple.com>
 
+        Attempt to fix webkitpy tests on Mountain Lion, Mavericks bots
+
+        * Scripts/webkitpy/port/ios.py:
+        (IOSPort): Add 'ios-device-7' to VERSION_FALLBACK_ORDER so that
+        test-webkitpy doesn't fail since iOS 7.x SDKs are installed on
+        the Mountain Lion and Mavericks bots.
+
+2015-01-17  David Kilzer  <ddkil...@apple.com>
+
         Attempt to fix webkitpy tests on GTK Linux ports
 
         * Scripts/webkitpy/port/ios.py:

Modified: trunk/Tools/Scripts/webkitpy/port/ios.py (178623 => 178624)


--- trunk/Tools/Scripts/webkitpy/port/ios.py	2015-01-17 10:08:28 UTC (rev 178623)
+++ trunk/Tools/Scripts/webkitpy/port/ios.py	2015-01-17 10:48:58 UTC (rev 178624)
@@ -46,7 +46,7 @@
     port_name = "ios-device"
 
     ARCHITECTURES = ['armv7', 'armv7s', 'arm64']
-    VERSION_FALLBACK_ORDER = ['ios-device-8']
+    VERSION_FALLBACK_ORDER = ['ios-device-7', 'ios-device-8']
 
     @classmethod
     def determine_full_port_name(cls, host, options, port_name):
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to