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

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

Issue 790253002: Disable testRestoreBrowserWithMultipleTabs on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable benchmarks 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 | « no previous file | tools/perf/benchmarks/task_execution_time.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index 1d832b7e589b0c7492d705165f90093ce37416a4..1e7c871c9671548bf04a2564e9156e2a79c8e4ec 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -250,7 +250,7 @@ class SmoothnessGpuImageDecodingCases(benchmark.Benchmark):
return 'smoothness.gpu_rasterization_and_decoding.image_decoding_cases'
-@benchmark.Enabled('android')
+@benchmark.Disabled # http://crbug.com/457660
class SmoothnessPathologicalMobileSites(benchmark.Benchmark):
"""Measures task execution statistics while scrolling pathological sites.
"""
« no previous file with comments | « no previous file | tools/perf/benchmarks/task_execution_time.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698