[Chromium] Unreviewed, CCLayerTreeHost runMultiThread is flaky.
authorapavlov@chromium.org <apavlov@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 2 Apr 2012 16:39:14 +0000 (16:39 +0000)
committerapavlov@chromium.org <apavlov@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 2 Apr 2012 16:39:14 +0000 (16:39 +0000)
Related bug: https://bugs.webkit.org/show_bug.cgi?id=80811

Disabled CCLayerTreeHostTestAddAnimationWithTimingFunction.runMultiThread.

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

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@112896 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebKit/chromium/ChangeLog
Source/WebKit/chromium/tests/CCLayerTreeHostTest.cpp

index ca68d14..6d79eb0 100644 (file)
@@ -1,5 +1,15 @@
 2012-04-02  Alexander Pavlov  <apavlov@chromium.org>
 
+        [Chromium] Unreviewed, CCLayerTreeHost runMultiThread is flaky.
+        Related bug: https://bugs.webkit.org/show_bug.cgi?id=80811
+
+        Disabled CCLayerTreeHostTestAddAnimationWithTimingFunction.runMultiThread.
+
+        * tests/CCLayerTreeHostTest.cpp:
+        (WTF::TEST_F):
+
+2012-04-02  Alexander Pavlov  <apavlov@chromium.org>
+
         Web Inspector: Device metrics emulation should turn off when zero width and height are passed in
         https://bugs.webkit.org/show_bug.cgi?id=82907
 
index 0190225..b6b0c60 100644 (file)
@@ -1027,7 +1027,7 @@ public:
 private:
 };
 
-TEST_F(CCLayerTreeHostTestAddAnimationWithTimingFunction, runMultiThread)
+TEST_F(CCLayerTreeHostTestAddAnimationWithTimingFunction, DISABLED_runMultiThread)
 {
     runTestThreaded();
 }