Title: [137242] trunk/Source/WebKit/chromium
Revision
137242
Author
[email protected]
Date
2012-12-10 19:53:49 -0800 (Mon, 10 Dec 2012)

Log Message

[Chromium] Re-enable a failing test.  Disabling it just seemed to
move the problem to another test.  Unreviewed.

* tests/GraphicsLayerChromiumTest.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (137241 => 137242)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-12-11 03:34:03 UTC (rev 137241)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-12-11 03:53:49 UTC (rev 137242)
@@ -1,3 +1,10 @@
+2012-12-10  Stephen White  <[email protected]>
+
+        [Chromium] Re-enable a failing test.  Disabling it just seemed to
+        move the problem to another test.  Unreviewed.
+
+        * tests/GraphicsLayerChromiumTest.cpp:
+
 2012-12-10  David Grogan  <[email protected]>
 
         IndexedDB: Propagate more leveldb errors to script

Modified: trunk/Source/WebKit/chromium/tests/GraphicsLayerChromiumTest.cpp (137241 => 137242)


--- trunk/Source/WebKit/chromium/tests/GraphicsLayerChromiumTest.cpp	2012-12-11 03:34:03 UTC (rev 137241)
+++ trunk/Source/WebKit/chromium/tests/GraphicsLayerChromiumTest.cpp	2012-12-11 03:53:49 UTC (rev 137242)
@@ -88,7 +88,7 @@
     MockGraphicsLayerClient m_client;
 };
 
-TEST_F(GraphicsLayerChromiumTest, DISABLED_updateLayerPreserves3DWithAnimations)
+TEST_F(GraphicsLayerChromiumTest, updateLayerPreserves3DWithAnimations)
 {
     ASSERT_FALSE(m_platformLayer->hasActiveAnimation());
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to