Title: [158765] trunk/Tools
Revision
158765
Author
[email protected]
Date
2013-11-06 11:53:42 -0800 (Wed, 06 Nov 2013)

Log Message

[Win] run-webkit-tests on the win platform should fall back to mac-mountainlion, not mac-lion.
https://bugs.webkit.org/show_bug.cgi?id=123905

Reviewed by Brent Fulgham.

Now that the mac-lion results have been removed, the win port should fall back to
the mac-mountainlion results.

* Scripts/webkitpy/port/win.py:
(WinPort.default_baseline_search_path):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (158764 => 158765)


--- trunk/Tools/ChangeLog	2013-11-06 19:42:09 UTC (rev 158764)
+++ trunk/Tools/ChangeLog	2013-11-06 19:53:42 UTC (rev 158765)
@@ -1,3 +1,16 @@
+2013-11-06  Jer Noble  <[email protected]>
+
+        [Win] run-webkit-tests on the win platform should fall back to mac-mountainlion, not mac-lion.
+        https://bugs.webkit.org/show_bug.cgi?id=123905
+
+        Reviewed by Brent Fulgham.
+
+        Now that the mac-lion results have been removed, the win port should fall back to
+        the mac-mountainlion results.
+
+        * Scripts/webkitpy/port/win.py:
+        (WinPort.default_baseline_search_path):
+
 2013-11-06  Anders Carlsson  <[email protected]>
 
         Fix a Mountain Lion test failure.

Modified: trunk/Tools/Scripts/webkitpy/port/win.py (158764 => 158765)


--- trunk/Tools/Scripts/webkitpy/port/win.py	2013-11-06 19:42:09 UTC (rev 158764)
+++ trunk/Tools/Scripts/webkitpy/port/win.py	2013-11-06 19:53:42 UTC (rev 158765)
@@ -87,7 +87,7 @@
             fallback_names.append('mac-wk2')
             # Note we do not add 'wk2' here, even though it's included in _skipped_search_paths().
         # FIXME: Perhaps we should get this list from MacPort?
-        fallback_names.extend(['mac-lion', 'mac'])
+        fallback_names.extend(['mac-mountainlion', 'mac'])
         return map(self._webkit_baseline_path, fallback_names)
 
     def operating_system(self):
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to