Title: [127156] trunk/Source/WebKit/chromium
Revision
127156
Author
[email protected]
Date
2012-08-30 10:23:16 -0700 (Thu, 30 Aug 2012)

Log Message

[chromium] Disable CCLayerTreeHostTestScrollMultipleRedraw.runMultiThread
https://bugs.webkit.org/show_bug.cgi?id=95472

Unreviewed gardening.

When landing r127079, this test was re-enabled, and has not passed since. I'm disabling it, and created bug 95473 to track fixing this issue.

* tests/CCLayerTreeHostTest.cpp:
(WebKitTests::TEST_F):

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (127155 => 127156)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-08-30 17:08:00 UTC (rev 127155)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-08-30 17:23:16 UTC (rev 127156)
@@ -1,3 +1,15 @@
+2012-08-30  Gavin Peters  <[email protected]>
+
+        [chromium] Disable CCLayerTreeHostTestScrollMultipleRedraw.runMultiThread
+        https://bugs.webkit.org/show_bug.cgi?id=95472
+
+        Unreviewed gardening.
+
+        When landing r127079, this test was re-enabled, and has not passed since. I'm disabling it, and created bug 95473 to track fixing this issue.
+
+        * tests/CCLayerTreeHostTest.cpp:
+        (WebKitTests::TEST_F):
+
 2012-08-30  James Robinson  <[email protected]>
 
         [chromium] Clean up some webkit compositor unit tests

Modified: trunk/Source/WebKit/chromium/tests/CCLayerTreeHostTest.cpp (127155 => 127156)


--- trunk/Source/WebKit/chromium/tests/CCLayerTreeHostTest.cpp	2012-08-30 17:08:00 UTC (rev 127155)
+++ trunk/Source/WebKit/chromium/tests/CCLayerTreeHostTest.cpp	2012-08-30 17:23:16 UTC (rev 127156)
@@ -1048,7 +1048,7 @@
     int m_scrolls;
 };
 
-TEST_F(CCLayerTreeHostTestScrollMultipleRedraw, runMultiThread)
+TEST_F(CCLayerTreeHostTestScrollMultipleRedraw, DISABLED_runMultiThread)
 {
     runTest(true);
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to