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

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

Issue 2187183002: [Android] Reenable BattOr tests for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/benchmark_smoke_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/battor.py
diff --git a/tools/perf/benchmarks/battor.py b/tools/perf/benchmarks/battor.py
index 50ac01fe72f8f9fee30f163b9367581be5cb6382..414d6790a55552b43af7fae16b3d01f3b7a49297 100644
--- a/tools/perf/benchmarks/battor.py
+++ b/tools/perf/benchmarks/battor.py
@@ -87,7 +87,6 @@ class BattOrSystemHealthLoadingMobile(_BattOrBenchmark):
return 'battor.system_health_loading_mobile'
-@benchmark.Disabled('android') # crbug.com/618330
class BattOrPowerCases(_BattOrBenchmark):
page_set = page_sets.power_cases.PowerCasesPageSet
@@ -96,7 +95,6 @@ class BattOrPowerCases(_BattOrBenchmark):
return 'battor.power_cases'
-@benchmark.Disabled('android') # crbug.com/618330
class BattOrPowerCasesNoChromeTrace(_BattOrBenchmark):
page_set = page_sets.power_cases.PowerCasesPageSet
« no previous file with comments | « no previous file | tools/perf/benchmarks/benchmark_smoke_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698