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

Unified Diff: tools/perf/benchmarks/page_cycler.py

Issue 1022543004: Disable pace_cycler.typical_25 on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: tools/perf/benchmarks/page_cycler.py
diff --git a/tools/perf/benchmarks/page_cycler.py b/tools/perf/benchmarks/page_cycler.py
index 103afad32f765a58cc28878c62369563ce6c1c7f..d7e441ff3b738940a05bcde18e62ba573b96d5cc 100644
--- a/tools/perf/benchmarks/page_cycler.py
+++ b/tools/perf/benchmarks/page_cycler.py
@@ -198,7 +198,8 @@ class PageCyclerToughLayoutCases(_PageCycler):
# crbug.com/273986: This test is flakey on Windows.
-@benchmark.Disabled('win')
+# crbug.com/470071: This test is failing on N10
+@benchmark.Disabled('win', 'android')
class PageCyclerTypical25(_PageCycler):
"""Page load time benchmark for a 25 typical web pages.
« 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