Title: [140076] trunk/Source/WebKit/chromium
Revision
140076
Author
hc...@chromium.org
Date
2013-01-17 17:35:24 -0800 (Thu, 17 Jan 2013)

Log Message

[chromium] Disable a unit test
https://bugs.webkit.org/show_bug.cgi?id=107206

Unreviewed. Disable a failing test due to 140025.

* tests/WebFrameTest.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (140075 => 140076)


--- trunk/Source/WebKit/chromium/ChangeLog	2013-01-18 01:34:29 UTC (rev 140075)
+++ trunk/Source/WebKit/chromium/ChangeLog	2013-01-18 01:35:24 UTC (rev 140076)
@@ -1,3 +1,12 @@
+2013-01-17  Alpha Lam  <hc...@chromium.org>
+
+        [chromium] Disable a unit test
+        https://bugs.webkit.org/show_bug.cgi?id=107206
+
+        Unreviewed. Disable a failing test due to 140025.
+
+        * tests/WebFrameTest.cpp:
+
 2013-01-17  Sheriff Bot  <webkit.review....@gmail.com>
 
         Unreviewed, rolling out r140023.

Modified: trunk/Source/WebKit/chromium/tests/WebFrameTest.cpp (140075 => 140076)


--- trunk/Source/WebKit/chromium/tests/WebFrameTest.cpp	2013-01-18 01:34:29 UTC (rev 140075)
+++ trunk/Source/WebKit/chromium/tests/WebFrameTest.cpp	2013-01-18 01:35:24 UTC (rev 140076)
@@ -253,7 +253,9 @@
     webView->mainFrame()->contentAsText(1024).utf8();
 }
 
-TEST_F(WebFrameTest, FixedLayoutInitializeAtMinimumPageScale)
+// Test is disabled because it started failing after r140025.
+// See bug for details: webkit.org/b/107206.
+TEST_F(WebFrameTest, DISABLED_FixedLayoutInitializeAtMinimumPageScale)
 {
     registerMockedHttpURLLoad("fixed_layout.html");
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to