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

Unified Diff: cc/layers/texture_layer_unittest.cc

Issue 2292893005: Disable TextureLayerMailboxIsActivatedDuringCommit.* on windows (Closed)
Patch Set: add comment Created 4 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/layers/texture_layer_unittest.cc
diff --git a/cc/layers/texture_layer_unittest.cc b/cc/layers/texture_layer_unittest.cc
index f03e04b76f6f30d05f62d9a61abfa60398f30728..ffaadf900f6d5f68ea77ac70be16c65d8e10162e 100644
--- a/cc/layers/texture_layer_unittest.cc
+++ b/cc/layers/texture_layer_unittest.cc
@@ -843,7 +843,10 @@ class TextureLayerMailboxIsActivatedDuringCommit : public LayerTreeTest {
scoped_refptr<TextureLayer> layer_;
};
+// Flaky on windows. https://crbug.com/641613
+#if !defined(OS_WIN)
SINGLE_AND_MULTI_THREAD_TEST_F(TextureLayerMailboxIsActivatedDuringCommit);
+#endif
class TextureLayerImplWithMailboxTest : public TextureLayerTest {
protected:
« 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