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

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

Issue 1910483005: Disable smoothness.tough_canvas_cases[.reference] on Mac 10.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index f9702a7e020c22868bddc0113f1525724bdeb9ce..e24ae1fef646f8fb54c76222b1c868bc6a2c0ba6 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -77,7 +77,8 @@ class SmoothnessToughPathRenderingCases(_Smoothness):
return 'smoothness.tough_path_rendering_cases'
-@benchmark.Disabled('android') # crbug.com/526901
+@benchmark.Disabled('android', # crbug.com/526901
+ 'snowleopard') # crbug.com/605553
class SmoothnessToughCanvasCases(_Smoothness):
"""Measures frame rate and a variety of other statistics.
« 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