Title: [183471] branches/safari-600.6-branch/Tools
Revision
183471
Author
[email protected]
Date
2015-04-28 07:19:34 -0700 (Tue, 28 Apr 2015)

Log Message

Tell mac.py about 'mac-yosemite' so that fallback to 'mac-mavericks' works properly.

* Scripts/webkitpy/port/mac.py:
(MacPort):

Modified Paths

Diff

Modified: branches/safari-600.6-branch/Tools/ChangeLog (183470 => 183471)


--- branches/safari-600.6-branch/Tools/ChangeLog	2015-04-28 13:35:52 UTC (rev 183470)
+++ branches/safari-600.6-branch/Tools/ChangeLog	2015-04-28 14:19:34 UTC (rev 183471)
@@ -1,3 +1,10 @@
+2015-04-28  Andy Estes  <[email protected]>
+
+        Tell mac.py about 'mac-yosemite' so that fallback to 'mac-mavericks' works properly.
+
+        * Scripts/webkitpy/port/mac.py:
+        (MacPort):
+
 2015-03-05  Chris Dumez  <[email protected]>
 
         run-webkit-tests and run-perf-tests should use WebKitTestRunner by default

Modified: branches/safari-600.6-branch/Tools/Scripts/webkitpy/port/mac.py (183470 => 183471)


--- branches/safari-600.6-branch/Tools/Scripts/webkitpy/port/mac.py	2015-04-28 13:35:52 UTC (rev 183470)
+++ branches/safari-600.6-branch/Tools/Scripts/webkitpy/port/mac.py	2015-04-28 14:19:34 UTC (rev 183471)
@@ -44,7 +44,7 @@
 class MacPort(ApplePort):
     port_name = "mac"
 
-    VERSION_FALLBACK_ORDER = ['mac-snowleopard', 'mac-lion', 'mac-mountainlion', 'mac-mavericks']
+    VERSION_FALLBACK_ORDER = ['mac-snowleopard', 'mac-lion', 'mac-mountainlion', 'mac-mavericks', 'mac-yosemite']
 
     ARCHITECTURES = ['x86_64', 'x86']
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to