Title: [97463] trunk/Tools
- Revision
- 97463
- Author
- [email protected]
- Date
- 2011-10-14 07:17:32 -0700 (Fri, 14 Oct 2011)
Log Message
[Qt] Enable NRWT for Qt 4.8 version too, because it is supported after r97461.
Unreviewed.
* Scripts/run-webkit-tests:
(useNewRunWebKitTests):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (97462 => 97463)
--- trunk/Tools/ChangeLog 2011-10-14 14:09:43 UTC (rev 97462)
+++ trunk/Tools/ChangeLog 2011-10-14 14:17:32 UTC (rev 97463)
@@ -1,5 +1,14 @@
2011-10-14 Csaba Osztrogonác <[email protected]>
+ [Qt] Enable NRWT for Qt 4.8 version too, because it is supported after r97461.
+
+ Unreviewed.
+
+ * Scripts/run-webkit-tests:
+ (useNewRunWebKitTests):
+
+2011-10-14 Csaba Osztrogonác <[email protected]>
+
new-run-webkit-tests does not support qt-4.8 results
https://bugs.webkit.org/show_bug.cgi?id=64071
Modified: trunk/Tools/Scripts/run-webkit-tests (97462 => 97463)
--- trunk/Tools/Scripts/run-webkit-tests 2011-10-14 14:09:43 UTC (rev 97462)
+++ trunk/Tools/Scripts/run-webkit-tests 2011-10-14 14:17:32 UTC (rev 97463)
@@ -87,7 +87,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 (!isDarwin() and !isARM() and (getQtVersion() ne "4.8"));
+ return (!isDarwin() and !isARM());
}
return ((isLeopard() or isSnowLeopard() or isLion() or isGtk()) and !usingWebKit2() and !usingLeaks());
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes