Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2482)

Unified Diff: cc/trees/layer_tree_host_unittest_animation.cc

Issue 1308993006: Disable RunMultiThread_DirectRenderer on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment out Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_unittest_animation.cc
diff --git a/cc/trees/layer_tree_host_unittest_animation.cc b/cc/trees/layer_tree_host_unittest_animation.cc
index b41005a464932f10456c74a3270c2e15285d568b..b10e0922f9093d9e208d7297e04d09a6975472cd 100644
--- a/cc/trees/layer_tree_host_unittest_animation.cc
+++ b/cc/trees/layer_tree_host_unittest_animation.cc
@@ -931,8 +931,9 @@ class LayerTreeHostAnimationTestPendingTreeAnimatesFirstCommit
scoped_refptr<Layer> layer_;
};
-SINGLE_AND_MULTI_THREAD_TEST_F(
- LayerTreeHostAnimationTestPendingTreeAnimatesFirstCommit);
+// Flaky: http://crbug.com/527087
+// SINGLE_AND_MULTI_THREAD_TEST_F(
+// LayerTreeHostAnimationTestPendingTreeAnimatesFirstCommit);
// When a layer with an animation is removed from the tree and later re-added,
// the animation should resume.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698