Title: [122602] trunk/Source/WebKit/chromium
Revision
122602
Author
[email protected]
Date
2012-07-13 10:28:37 -0700 (Fri, 13 Jul 2012)

Log Message

webkit_unit_test CCLayerTreeHostImplTest.testRemoveRenderPasses started failing.
https://bugs.webkit.org/show_bug.cgi?id=91245

Reviewed by Adrienne Walker.

* tests/CCLayerTreeHostImplTest.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (122601 => 122602)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-07-13 17:25:14 UTC (rev 122601)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-07-13 17:28:37 UTC (rev 122602)
@@ -1,3 +1,12 @@
+2012-07-13  Dana Jansens  <[email protected]>
+
+        webkit_unit_test CCLayerTreeHostImplTest.testRemoveRenderPasses started failing.
+        https://bugs.webkit.org/show_bug.cgi?id=91245
+
+        Reviewed by Adrienne Walker.
+
+        * tests/CCLayerTreeHostImplTest.cpp:
+
 2012-07-13  Vsevolod Vlasov  <[email protected]>
 
         Unreviewed gardening: skip failing webkit unit test.

Modified: trunk/Source/WebKit/chromium/tests/CCLayerTreeHostImplTest.cpp (122601 => 122602)


--- trunk/Source/WebKit/chromium/tests/CCLayerTreeHostImplTest.cpp	2012-07-13 17:25:14 UTC (rev 122601)
+++ trunk/Source/WebKit/chromium/tests/CCLayerTreeHostImplTest.cpp	2012-07-13 17:28:37 UTC (rev 122602)
@@ -3046,7 +3046,7 @@
             }
         }
         testData.renderPasses.insert(0, renderPass.get());
-        testData.renderPassesById.add(renderPass->id(), renderPass.release());
+        testData.renderPassesById.add(renderPassId, renderPass.release());
         if (*currentChar)
             currentChar++;
     }
@@ -3234,7 +3234,7 @@
     EXPECT_STREQ(testCase.expectedResult, actualResult) << "In test case: " << testCase.name;
 }
 
-TEST_F(CCLayerTreeHostImplTest, DISABLED_testRemoveRenderPasses)
+TEST_F(CCLayerTreeHostImplTest, testRemoveRenderPasses)
 {
     OwnPtr<CCGraphicsContext> context(createContext());
     WebKit::WebGraphicsContext3D* context3d = context->context3D();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to