Title: [174844] trunk/Tools
- Revision
- 174844
- Author
- [email protected]
- Date
- 2014-10-17 15:12:57 -0700 (Fri, 17 Oct 2014)
Log Message
Fix typo: should be ios-simulator-wk2, not ios-simulator_wk2.
* Scripts/webkitpy/port/ios.py:
(IOSSimulatorPort.default_baseline_search_path):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (174843 => 174844)
--- trunk/Tools/ChangeLog 2014-10-17 22:10:48 UTC (rev 174843)
+++ trunk/Tools/ChangeLog 2014-10-17 22:12:57 UTC (rev 174844)
@@ -1,5 +1,12 @@
2014-10-17 Simon Fraser <[email protected]>
+ Fix typo: should be ios-simulator-wk2, not ios-simulator_wk2.
+
+ * Scripts/webkitpy/port/ios.py:
+ (IOSSimulatorPort.default_baseline_search_path):
+
+2014-10-17 Simon Fraser <[email protected]>
+
[iOS] Simplify test fallback paths for iOS Simulator testing
https://bugs.webkit.org/show_bug.cgi?id=137830
Modified: trunk/Tools/Scripts/webkitpy/port/ios.py (174843 => 174844)
--- trunk/Tools/Scripts/webkitpy/port/ios.py 2014-10-17 22:10:48 UTC (rev 174843)
+++ trunk/Tools/Scripts/webkitpy/port/ios.py 2014-10-17 22:12:57 UTC (rev 174844)
@@ -141,7 +141,7 @@
def default_baseline_search_path(self):
if self.get_option('webkit_test_runner'):
- fallback_names = [self.port_name + '_wk2'] + [self.port_name]
+ fallback_names = [self.port_name + '-wk2'] + [self.port_name]
else:
fallback_names = [self.port_name]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes