Title: [95781] trunk/Tools
- Revision
- 95781
- Author
- [email protected]
- Date
- 2011-09-22 21:00:18 -0700 (Thu, 22 Sep 2011)
Log Message
enable NRWT for run-webkit-tests on Lion
https://bugs.webkit.org/show_bug.cgi?id=68673
Reviewed by Eric Seidel.
* Scripts/run-webkit-tests:
(useNewRunWebKitTests):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (95780 => 95781)
--- trunk/Tools/ChangeLog 2011-09-23 03:35:15 UTC (rev 95780)
+++ trunk/Tools/ChangeLog 2011-09-23 04:00:18 UTC (rev 95781)
@@ -1,3 +1,13 @@
+2011-09-22 Dirk Pranke <[email protected]>
+
+ enable NRWT for run-webkit-tests on Lion
+ https://bugs.webkit.org/show_bug.cgi?id=68673
+
+ Reviewed by Eric Seidel.
+
+ * Scripts/run-webkit-tests:
+ (useNewRunWebKitTests):
+
2011-09-22 Xianzhu Wang <[email protected]>
Add unit test for existing StringBuilder
Modified: trunk/Tools/Scripts/run-webkit-tests (95780 => 95781)
--- trunk/Tools/Scripts/run-webkit-tests 2011-09-23 03:35:15 UTC (rev 95780)
+++ trunk/Tools/Scripts/run-webkit-tests 2011-09-23 04:00:18 UTC (rev 95781)
@@ -90,7 +90,7 @@
return (!isDarwin() and !isARM() and (getQtVersion() ne "4.8"));
}
- return ((isLeopard() or isSnowLeopard() or isGtk()) and !usingWebKit2() and !usingLeaks());
+ return ((isLeopard() or isSnowLeopard() or isLion() or isGtk()) and !usingWebKit2() and !usingLeaks());
}
my $harnessName = "old-run-webkit-tests";
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes