Title: [90893] trunk/Tools
- Revision
- 90893
- Author
- [email protected]
- Date
- 2011-07-13 00:44:59 -0700 (Wed, 13 Jul 2011)
Log Message
[Qt] NRWT should pick up the right httpd config file
https://bugs.webkit.org/show_bug.cgi?id=64086
* Scripts/run-webkit-tests: Enable NRWT on qt-mac platform after r90810.
(useNewRunWebKitTests):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (90892 => 90893)
--- trunk/Tools/ChangeLog 2011-07-13 07:18:31 UTC (rev 90892)
+++ trunk/Tools/ChangeLog 2011-07-13 07:44:59 UTC (rev 90893)
@@ -1,3 +1,11 @@
+2011-07-13 Csaba Osztrogonác <[email protected]>
+
+ [Qt] NRWT should pick up the right httpd config file
+ https://bugs.webkit.org/show_bug.cgi?id=64086
+
+ * Scripts/run-webkit-tests: Enable NRWT on qt-mac platform after r90810.
+ (useNewRunWebKitTests):
+
2011-07-12 Mark Rowe <[email protected]>
Fix the 32-bit build.
Modified: trunk/Tools/Scripts/run-webkit-tests (90892 => 90893)
--- trunk/Tools/Scripts/run-webkit-tests 2011-07-13 07:18:31 UTC (rev 90892)
+++ trunk/Tools/Scripts/run-webkit-tests 2011-07-13 07:44:59 UTC (rev 90893)
@@ -84,9 +84,9 @@
# NRWT Windows support still needs work: https://bugs.webkit.org/show_bug.cgi?id=38756
- # 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
+ # NRWT doesn't support qt-arm and qt-4.8 platforms now: https://bugs.webkit.org/show_bug.cgi?id=64071
if (isQt()) {
- return (!usingWebKit2() and !isDarwin() and !isARM() and (getQtVersion() ne "4.8"));
+ return (!usingWebKit2() 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