Title: [104389] trunk/Source/WebKit/chromium
Revision
104389
Author
dslo...@google.com
Date
2012-01-07 13:50:37 -0800 (Sat, 07 Jan 2012)

Log Message

Unreviewed: disabled CCLayerTreeHostImplTest.blendingOffWhenDrawingOpaqueLayers
and filed https://bugs.webkit.org/show_bug.cgi?id=75783.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (104388 => 104389)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-01-07 18:43:49 UTC (rev 104388)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-01-07 21:50:37 UTC (rev 104389)
@@ -1,3 +1,11 @@
+2012-01-07  Dmitry Lomov  <dslo...@google.com>
+
+        Unreviewed: disabled CCLayerTreeHostImplTest.blendingOffWhenDrawingOpaqueLayers
+        and filed https://bugs.webkit.org/show_bug.cgi?id=75783.
+
+        * tests/CCLayerTreeHostImplTest.cpp:
+        (WebKit::TEST_F):
+
 2012-01-06  W. James MacLean  <wjmacl...@chromium.org>
 
         [Chromium] Cull occluded tiles in tiled layers

Modified: trunk/Source/WebKit/chromium/tests/CCLayerTreeHostImplTest.cpp (104388 => 104389)


--- trunk/Source/WebKit/chromium/tests/CCLayerTreeHostImplTest.cpp	2012-01-07 18:43:49 UTC (rev 104388)
+++ trunk/Source/WebKit/chromium/tests/CCLayerTreeHostImplTest.cpp	2012-01-07 21:50:37 UTC (rev 104389)
@@ -217,7 +217,8 @@
     bool m_drawn;
 };
 
-TEST_F(CCLayerTreeHostImplTest, blendingOffWhenDrawingOpaqueLayers)
+// https://bugs.webkit.org/show_bug.cgi?id=75783
+TEST_F(CCLayerTreeHostImplTest, FAILS_blendingOffWhenDrawingOpaqueLayers)
 {
     GraphicsContext3D::Attributes attrs;
     RefPtr<GraphicsContext3D> context = GraphicsContext3DPrivate::createGraphicsContextFromWebContext(adoptPtr(new BlendStateTrackerContext()), attrs, 0, GraphicsContext3D::RenderDirectlyToHostWindow, GraphicsContext3DPrivate::ForUseOnThisThread);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to