Title: [151230] trunk/Tools
- Revision
- 151230
- Author
- [email protected]
- Date
- 2013-06-05 11:14:37 -0700 (Wed, 05 Jun 2013)
Log Message
[Windows] Switch to NRWT
https://bugs.webkit.org/show_bug.cgi?id=117200
Reviewed by Anders Carlsson.
* Scripts/run-webkit-tests:
(useNewRunWebKitTests): No longer use old-run-webkit-tests for Windows port.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (151229 => 151230)
--- trunk/Tools/ChangeLog 2013-06-05 18:10:21 UTC (rev 151229)
+++ trunk/Tools/ChangeLog 2013-06-05 18:14:37 UTC (rev 151230)
@@ -1,3 +1,13 @@
+2013-06-05 Brent Fulgham <[email protected]>
+
+ [Windows] Switch to NRWT
+ https://bugs.webkit.org/show_bug.cgi?id=117200
+
+ Reviewed by Anders Carlsson.
+
+ * Scripts/run-webkit-tests:
+ (useNewRunWebKitTests): No longer use old-run-webkit-tests for Windows port.
+
2013-06-05 Dominik Röttsches <[email protected]>
Unreviewed name fix after r150662
Modified: trunk/Tools/Scripts/run-webkit-tests (151229 => 151230)
--- trunk/Tools/Scripts/run-webkit-tests 2013-06-05 18:10:21 UTC (rev 151229)
+++ trunk/Tools/Scripts/run-webkit-tests 2013-06-05 18:14:37 UTC (rev 151230)
@@ -57,8 +57,6 @@
sub useNewRunWebKitTests()
{
- # NRWT Windows support still needs work: https://bugs.webkit.org/show_bug.cgi?id=38756
- return 0 if isWindows() or isCygwin();
# NRWT does not support qt-arm: https://bugs.webkit.org/show_bug.cgi?id=64086
return 0 if isQt() and isARM();
# All other platforms should use NRWT by default.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes