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

Unified Diff: cc/trees/layer_tree_host_unittest_scroll.cc

Issue 2724203005: Disable LayerTreeHostScrollTestImplSideInvalidation.RunMultiThread_DelegatingRenderer on Android (Closed)
Patch Set: Created 3 years, 10 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_scroll.cc
diff --git a/cc/trees/layer_tree_host_unittest_scroll.cc b/cc/trees/layer_tree_host_unittest_scroll.cc
index ec968022fe0004f1bf0a0c56514fea2b5a3e0e3a..040cf694d68882aa684fc2ea26a319471c9f72a2 100644
--- a/cc/trees/layer_tree_host_unittest_scroll.cc
+++ b/cc/trees/layer_tree_host_unittest_scroll.cc
@@ -2072,9 +2072,9 @@ class LayerTreeHostScrollTestPropertyTreeUpdate
SINGLE_AND_MULTI_THREAD_TEST_F(LayerTreeHostScrollTestPropertyTreeUpdate);
-// Disabled due to flakes/crashes on Linux TSan Tests and on
-// linux_chromium_asan_rel; see https://crbug.com/697652.
-#if defined(OS_LINUX)
+// Disabled due to flakes/crashes on Linux TSan Tests, linux_chromium_asan_rel
+// and Android N5X Swarm; see https://crbug.com/697652.
+#if defined(OS_LINUX) || defined(OS_ANDROID)
#define MAYBE_LayerTreeHostScrollTestImplSideInvalidation \
DISABLED_LayerTreeHostScrollTestImplSideInvalidation
#else
« 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