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

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

Issue 1030183002: Reenabled page_cycler and polymer_load benchmarks disabled due to crash. (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 | tools/perf/benchmarks/polymer_load.py » ('j') | 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 37e5c31113cadc20a549b1c99dda5d4e88f9fb32..103afad32f765a58cc28878c62369563ce6c1c7f 100644
--- a/tools/perf/benchmarks/page_cycler.py
+++ b/tools/perf/benchmarks/page_cycler.py
@@ -70,7 +70,6 @@ class PageCyclerIntlEsFrPtBr(_PageCycler):
return 'page_cycler.intl_es_fr_pt-BR'
-@benchmark.Disabled('win', 'mac', 'linux') # crbug.com/470071
class PageCyclerIntlHiRu(_PageCycler):
"""Page load time benchmark for a variety of pages in Hindi and Russian.
@@ -199,8 +198,7 @@ class PageCyclerToughLayoutCases(_PageCycler):
# crbug.com/273986: This test is flakey on Windows.
-# crbug.com/470071: This test is failing on N10
-@benchmark.Disabled('win', 'android')
+@benchmark.Disabled('win')
class PageCyclerTypical25(_PageCycler):
"""Page load time benchmark for a 25 typical web pages.
« no previous file with comments | « no previous file | tools/perf/benchmarks/polymer_load.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698