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

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

Issue 2373693002: Disable blink_perf.layout.reference on windows perf bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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 40154021a93300969a4e64fd0db167f559696aeb..241aa21a9ae27b3bb205da7147ed691886c04e0b 100644
--- a/tools/perf/benchmarks/blink_perf.py
+++ b/tools/perf/benchmarks/blink_perf.py
@@ -227,6 +227,7 @@ class BlinkPerfEvents(perf_benchmark.PerfBenchmark):
@benchmark.Disabled('win8') # http://crbug.com/462350
+@benchmark.Disabled('win-reference') # http://crbug.com/642884
class BlinkPerfLayout(perf_benchmark.PerfBenchmark):
tag = 'layout'
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