Title: [136456] trunk/Tools
- Revision
- 136456
- Author
- roger_f...@apple.com
- Date
- 2012-12-03 16:42:15 -0800 (Mon, 03 Dec 2012)
Log Message
Disable WebKit2 API tests on Apple Windows port.
https://bugs.webkit.org/show_bug.cgi?id=103929.
Reviewed by Timothy Horton.
* Scripts/run-api-tests:
(runTestsBySuite):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (136455 => 136456)
--- trunk/Tools/ChangeLog 2012-12-04 00:34:25 UTC (rev 136455)
+++ trunk/Tools/ChangeLog 2012-12-04 00:42:15 UTC (rev 136456)
@@ -1,3 +1,13 @@
+2012-12-03 Roger Fong <roger_f...@apple.com>
+
+ Disable WebKit2 API tests on Apple Windows port.
+ https://bugs.webkit.org/show_bug.cgi?id=103929.
+
+ Reviewed by Timothy Horton.
+
+ * Scripts/run-api-tests:
+ (runTestsBySuite):
+
2012-12-03 Dirk Pranke <dpra...@chromium.org>
webkitpy's run_webkit_tests should initialize the printer earlier on
Modified: trunk/Tools/Scripts/run-api-tests (136455 => 136456)
--- trunk/Tools/Scripts/run-api-tests 2012-12-04 00:34:25 UTC (rev 136455)
+++ trunk/Tools/Scripts/run-api-tests 2012-12-04 00:42:15 UTC (rev 136456)
@@ -273,6 +273,8 @@
if ($line =~ m/\.$/) {
$suite = $line; # "SuiteName."
} else {
+ # Disabling WebKit2 API test on Windows since we will be disabling WebKit2 on Windows.
+ next if (isAppleWinWebKit() && $suite =~ m/WebKit2*/);
$line =~ s/^\s*//; # "TestName"
push @tests, $suite . $line; # "SuiteName.TestName"
}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes