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

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

Issue 192173002: [Telemetry] Disable rasterize and record and rasterize and record micro on mac. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 9 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 | « tools/perf/benchmarks/rasterize_and_record.py ('k') | 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 892449ef6575767145ec4cbed63758962e2ad634..38eb698aee776dbaf1eb46dee515c9ad4068b9de 100644
--- a/tools/perf/benchmarks/rasterize_and_record_micro.py
+++ b/tools/perf/benchmarks/rasterize_and_record_micro.py
@@ -7,7 +7,10 @@ from measurements import rasterize_and_record_micro
from telemetry import test
-@test.Disabled('android', 'linux')
+# RasterizeAndRecord disabled on mac because Chrome DCHECKS.
+# TODO: Re-enable when unittests are happy: crbug.com/350684.
+
+@test.Disabled('android', 'linux', 'mac')
class RasterizeAndRecordMicroTop25(test.Test):
"""Measures rasterize and record performance on the top 25 web pages.
@@ -16,6 +19,7 @@ class RasterizeAndRecordMicroTop25(test.Test):
page_set = 'page_sets/top_25.json'
+@test.Disabled('mac')
class RasterizeAndRecordMicroKeyMobileSites(test.Test):
"""Measures rasterize and record performance on the key mobile sites.
@@ -24,6 +28,7 @@ class RasterizeAndRecordMicroKeyMobileSites(test.Test):
page_set = 'page_sets/key_mobile_sites.json'
+@test.Disabled('mac')
class RasterizeAndRecordMicroKeySilkCases(test.Test):
"""Measures rasterize and record performance on the silk sites.
@@ -32,6 +37,7 @@ class RasterizeAndRecordMicroKeySilkCases(test.Test):
page_set = 'page_sets/key_silk_cases.json'
+@test.Disabled('mac')
class RasterizeAndRecordMicroFastPathKeySilkCases(test.Test):
"""Measures rasterize and record performance on the silk sites.
« no previous file with comments | « tools/perf/benchmarks/rasterize_and_record.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698