Title: [91664] trunk/Tools
- Revision
- 91664
- Author
- [email protected]
- Date
- 2011-07-25 07:01:02 -0700 (Mon, 25 Jul 2011)
Log Message
[Qt][WK2] Use NRWT for Qt-WK2
https://bugs.webkit.org/show_bug.cgi?id=65097
Reviewed by Andreas Kling.
* Scripts/run-webkit-tests:
(useNewRunWebKitTests):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (91663 => 91664)
--- trunk/Tools/ChangeLog 2011-07-25 12:52:37 UTC (rev 91663)
+++ trunk/Tools/ChangeLog 2011-07-25 14:01:02 UTC (rev 91664)
@@ -1,3 +1,13 @@
+2011-07-25 Balazs Kelemen <[email protected]>
+
+ [Qt][WK2] Use NRWT for Qt-WK2
+ https://bugs.webkit.org/show_bug.cgi?id=65097
+
+ Reviewed by Andreas Kling.
+
+ * Scripts/run-webkit-tests:
+ (useNewRunWebKitTests):
+
2011-07-24 Sheriff Bot <[email protected]>
Unreviewed, rolling out r91635.
Modified: trunk/Tools/Scripts/run-webkit-tests (91663 => 91664)
--- trunk/Tools/Scripts/run-webkit-tests 2011-07-25 12:52:37 UTC (rev 91663)
+++ trunk/Tools/Scripts/run-webkit-tests 2011-07-25 14:01:02 UTC (rev 91664)
@@ -86,7 +86,7 @@
# NRWT doesn't support qt-mac, qt-arm and qt-4.8 platforms now: https://bugs.webkit.org/show_bug.cgi?id=64071 and https://bugs.webkit.org/show_bug.cgi?id=64086
if (isQt()) {
- return (!usingWebKit2() and !isDarwin() and !isARM() and (getQtVersion() ne "4.8"));
+ return (!isDarwin() and !isARM() and (getQtVersion() ne "4.8"));
}
return ((isLeopard() or isSnowLeopard() or isGtk()) and !usingWebKit2() and !usingLeaks());
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes