Title: [154279] trunk/Tools
- Revision
- 154279
- Author
- [email protected]
- Date
- 2013-08-19 06:59:14 -0700 (Mon, 19 Aug 2013)
Log Message
[Qt] Keep the qt-5.0-wk2 search path until the expectation migration is completed
Unreviewed meta gardening.
We need to keep using the qt-5.0-wk2 path until it is fully migrated.
* Scripts/webkitpy/port/qt.py:
(QtPort._search_paths):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (154278 => 154279)
--- trunk/Tools/ChangeLog 2013-08-19 13:53:37 UTC (rev 154278)
+++ trunk/Tools/ChangeLog 2013-08-19 13:59:14 UTC (rev 154279)
@@ -1,5 +1,16 @@
2013-08-19 Allan Sandfeld Jensen <[email protected]>
+ [Qt] Keep the qt-5.0-wk2 search path until the expectation migration is completed
+
+ Unreviewed meta gardening.
+
+ We need to keep using the qt-5.0-wk2 path until it is fully migrated.
+
+ * Scripts/webkitpy/port/qt.py:
+ (QtPort._search_paths):
+
+2013-08-19 Allan Sandfeld Jensen <[email protected]>
+
Restructure Qt test expectations
Unreviewed meta gardening.
Modified: trunk/Tools/Scripts/webkitpy/port/qt.py (154278 => 154279)
--- trunk/Tools/Scripts/webkitpy/port/qt.py 2013-08-19 13:53:37 UTC (rev 154278)
+++ trunk/Tools/Scripts/webkitpy/port/qt.py 2013-08-19 13:59:14 UTC (rev 154279)
@@ -143,6 +143,8 @@
if self.operating_system() == 'mac':
search_paths.append('qt-mac-wk2')
search_paths.append('qt-wk2')
+ # FIXME: Remove qt-5.0-wk2 when migration of expectations to qt-wk2 is done.
+ search_paths.append('qt-5.0-wk2')
else:
search_paths.append('qt-wk1')
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes