Title: [110666] trunk/Source/WebKit/chromium
Revision
110666
Author
[email protected]
Date
2012-03-14 00:02:49 -0700 (Wed, 14 Mar 2012)

Log Message

Unreviewed, mark verifyCullChildLinesUpTopLeft() as failed.

* tests/CCQuadCullerTest.cpp:
(WebCore):
(WebCore::TEST):

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (110665 => 110666)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-03-14 06:54:01 UTC (rev 110665)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-03-14 07:02:49 UTC (rev 110666)
@@ -1,3 +1,11 @@
+2012-03-13  Hajime Morrita  <[email protected]>
+
+        Unreviewed, mark verifyCullChildLinesUpTopLeft() as failed.
+
+        * tests/CCQuadCullerTest.cpp:
+        (WebCore):
+        (WebCore::TEST):
+
 2012-03-13  Shawn Singh  <[email protected]>
 
         [chromium] wrong transform causing incorrect culling

Modified: trunk/Source/WebKit/chromium/tests/CCQuadCullerTest.cpp (110665 => 110666)


--- trunk/Source/WebKit/chromium/tests/CCQuadCullerTest.cpp	2012-03-14 06:54:01 UTC (rev 110665)
+++ trunk/Source/WebKit/chromium/tests/CCQuadCullerTest.cpp	2012-03-14 07:02:49 UTC (rev 110666)
@@ -110,7 +110,8 @@
     EXPECT_NEAR(overdraw.m_pixelsCulled, 0, 1);
 }
 
-TEST(CCQuadCullerTest, verifyCullChildLinesUpTopLeft)
+// Fails on Windows https://bugs.webkit.org/show_bug.cgi?id=81083
+TEST(CCQuadCullerTest, FAILS_verifyCullChildLinesUpTopLeft)
 {
     DECLARE_AND_INITIALIZE_TEST_QUADS
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to