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):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@158765
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-11-06 Jer Noble <jer.noble@apple.com>
+
+ [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 <andersca@apple.com>
Fix a Mountain Lion test failure.
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):