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

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

Issue 2463413003: Disable rasterize_and_record_micro.key_silk_cases on linux as well (Closed)
Patch Set: Created 4 years, 1 month 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/rasterize_and_record_micro.py
diff --git a/tools/perf/benchmarks/rasterize_and_record_micro.py b/tools/perf/benchmarks/rasterize_and_record_micro.py
index 0e0ebfbcde1844683992961dd598b701a6919a5e..40bb2e686f902601f6e76ab5437f28cfe1618018 100644
--- a/tools/perf/benchmarks/rasterize_and_record_micro.py
+++ b/tools/perf/benchmarks/rasterize_and_record_micro.py
@@ -72,7 +72,7 @@ class RasterizeAndRecordMicroKeyMobileSites(_RasterizeAndRecordMicro):
return 'rasterize_and_record_micro.key_mobile_sites'
-@benchmark.Disabled('mac', 'win', 'android') # http://crbug.com/610424
+@benchmark.Disabled('all') # http://crbug.com/610424
class RasterizeAndRecordMicroKeySilkCases(_RasterizeAndRecordMicro):
"""Measures rasterize and record performance on the silk sites.
« 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