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

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

Issue 1097573002: Re-enable draw_properties.tough_scrolling on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/draw_properties.py
diff --git a/tools/perf/benchmarks/draw_properties.py b/tools/perf/benchmarks/draw_properties.py
index fade7c5f122561a8a656ad1fd336ab93808d56cf..7a985fddbda4372e7b4975cdf09bd337bccad81c 100644
--- a/tools/perf/benchmarks/draw_properties.py
+++ b/tools/perf/benchmarks/draw_properties.py
@@ -9,8 +9,8 @@ import page_sets
# This benchmark depends on tracing categories available in M43
-@benchmark.Disabled('reference','win', # http://crbug.com/463111
- 'android') # http://crbug.com/471786
+@benchmark.Disabled('reference', # http://crbug.com/463111
nednguyen 2015/04/16 21:29:07 Should we remove the "# http://crbug.com/463111"?
+ 'android') # http://crbug.com/471786
class DrawPropertiesToughScrolling(benchmark.Benchmark):
test = draw_properties.DrawProperties
page_set = page_sets.ToughScrollingCasesPageSet
« 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