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

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

Issue 923133003: Marked most disabled benchmarks with the correct bugs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « tools/perf/benchmarks/memory.py ('k') | 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 8cce728ba93280b403ca40b354d7a9e667f063b1..074b6ea74dc1696c83b5ab3867da2dcd19d683fe 100644
--- a/tools/perf/benchmarks/page_cycler.py
+++ b/tools/perf/benchmarks/page_cycler.py
@@ -55,7 +55,7 @@ class PageCyclerIntlArFaHe(_PageCycler):
return 'page_cycler.intl_ar_fa_he'
-@benchmark.Disabled('win') # crbug.com/388337
+@benchmark.Disabled('win') # crbug.com/366715
class PageCyclerIntlEsFrPtBr(_PageCycler):
"""Page load time for a pages in Spanish, French and Brazilian Portuguese.
@@ -80,7 +80,7 @@ class PageCyclerIntlHiRu(_PageCycler):
return 'page_cycler.intl_hi_ru'
-@benchmark.Disabled('android', 'win') # crbug.com/379564, crbug.com/330909
+@benchmark.Disabled('android', 'win') # crbug.com/379564, crbug.com/434366
class PageCyclerIntlJaZh(_PageCycler):
"""Page load time benchmark for a variety of pages in Japanese and Chinese.
« no previous file with comments | « tools/perf/benchmarks/memory.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698