| 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.
|
|
|
|
|