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

Unified Diff: cc/trees/layer_tree_host_unittest.cc

Issue 318633004: Disable LayerTreeHostTestMaxTransferBufferUsageBytes multi-thread tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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.cc
diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc
index 88dbeab656235e7685a8e36effa064f2613b3974..763de5d7ddbd0085b1728df3dc2aadecf5137a22 100644
--- a/cc/trees/layer_tree_host_unittest.cc
+++ b/cc/trees/layer_tree_host_unittest.cc
@@ -4221,7 +4221,10 @@ class LayerTreeHostTestMaxTransferBufferUsageBytes : public LayerTreeHostTest {
};
// Impl-side painting is a multi-threaded compositor feature.
+// Disabled for flakiness: http://crbug.com/380662
+#if 0
MULTI_THREAD_TEST_F(LayerTreeHostTestMaxTransferBufferUsageBytes);
+#endif
// Test ensuring that memory limits are sent to the prioritized resource
// manager.
« 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