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

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

Issue 1136753005: Disable blink_perf.parser, crashing on the chromium.perf waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/blink_perf.py
diff --git a/tools/perf/benchmarks/blink_perf.py b/tools/perf/benchmarks/blink_perf.py
index 3c31e9be5650c3d98fe8046e660a876c89914324..0ce39ed0c0a4745f0e9d3c2f6cd14a4d5cf96a31 100644
--- a/tools/perf/benchmarks/blink_perf.py
+++ b/tools/perf/benchmarks/blink_perf.py
@@ -167,8 +167,7 @@ class BlinkPerfCSS(benchmark.Benchmark):
return CreatePageSetFromPath(path, SKIPPED_FILE)
-@benchmark.Disabled('win', # http://crbug.com/488493
- 'linux') # http://crbug.com/488059
+@benchmark.Disabled('linux') # http://crbug.com/488059
class BlinkPerfCanvas(benchmark.Benchmark):
tag = 'canvas'
test = _BlinkPerfMeasurement
@@ -246,6 +245,7 @@ class BlinkPerfMutation(benchmark.Benchmark):
return CreatePageSetFromPath(path, SKIPPED_FILE)
+@benchmark.Disabled('win') # crbug.com/488493
class BlinkPerfParser(benchmark.Benchmark):
tag = 'parser'
test = _BlinkPerfMeasurement
« 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