Title: [116503] trunk/Source/WebKit/chromium
- Revision
- 116503
- Author
- [email protected]
- Date
- 2012-05-09 00:54:23 -0700 (Wed, 09 May 2012)
Log Message
[Chromium] Disable WebViewTest.TextInputType because the test is incomplete.
* tests/WebViewTest.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (116502 => 116503)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-05-09 07:51:44 UTC (rev 116502)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-05-09 07:54:23 UTC (rev 116503)
@@ -1,5 +1,11 @@
2012-05-09 Kent Tamura <[email protected]>
+ [Chromium] Disable WebViewTest.TextInputType because the test is incomplete.
+
+ * tests/WebViewTest.cpp:
+
+2012-05-09 Kent Tamura <[email protected]>
+
[Chromium] Some of *.runMultiThread tests intermittently crash.
Mark them flaky.
Modified: trunk/Source/WebKit/chromium/tests/WebViewTest.cpp (116502 => 116503)
--- trunk/Source/WebKit/chromium/tests/WebViewTest.cpp 2012-05-09 07:51:44 UTC (rev 116502)
+++ trunk/Source/WebKit/chromium/tests/WebViewTest.cpp 2012-05-09 07:54:23 UTC (rev 116503)
@@ -256,7 +256,8 @@
webView->close();
}
-TEST_F(WebViewTest, TextInputType)
+// Disabled for https://bugs.webkit.org/show_bug.cgi?id=78746#c29
+TEST_F(WebViewTest, DISABLED_TextInputType)
{
testTextInputType(WebTextInputTypeText, "input_field_default.html");
testTextInputType(WebTextInputTypePassword, "input_field_password.html");
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes