Title: [106439] trunk/Source/WebKit/chromium
Revision
106439
Author
[email protected]
Date
2012-02-01 01:01:30 -0800 (Wed, 01 Feb 2012)

Log Message

[Chromium] Disable WebFrameTest.FindInPage
https://bugs.webkit.org/show_bug.cgi?id=77186

Disable it because PlatformContextSkiaTest.trackOpaqueOvalTest has
been failing since FindInPage test was committed.

* tests/WebFrameTest.cpp:
(WebKit::TEST_F):

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (106438 => 106439)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-02-01 08:52:10 UTC (rev 106438)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-02-01 09:01:30 UTC (rev 106439)
@@ -1,3 +1,14 @@
+2012-02-01  Kent Tamura  <[email protected]>
+
+        [Chromium] Disable WebFrameTest.FindInPage
+        https://bugs.webkit.org/show_bug.cgi?id=77186
+
+        Disable it because PlatformContextSkiaTest.trackOpaqueOvalTest has
+        been failing since FindInPage test was committed.
+
+        * tests/WebFrameTest.cpp:
+        (WebKit::TEST_F):
+
 2012-01-31  Ami Fischman  <[email protected]>
 
         [chromium] enable -Wexit-time-destructors for webkit unit tests

Modified: trunk/Source/WebKit/chromium/tests/WebFrameTest.cpp (106438 => 106439)


--- trunk/Source/WebKit/chromium/tests/WebFrameTest.cpp	2012-02-01 08:52:10 UTC (rev 106438)
+++ trunk/Source/WebKit/chromium/tests/WebFrameTest.cpp	2012-02-01 09:01:30 UTC (rev 106439)
@@ -381,7 +381,7 @@
     EXPECT_EQ(1, matchCount);
 }
 
-TEST_F(WebFrameTest, FindInPage)
+TEST_F(WebFrameTest, DISABLED_FindInPage)
 {
     registerMockedHttpURLLoad("find.html");
     WebView* webView = FrameTestHelpers::createWebViewAndLoad(m_baseURL + "find.html");
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to