Commit bccb2925 authored by sullivan's avatar sullivan Committed by Commit bot

Re-enable draw_properties.tough_scrolling on Windows.

I can't reproduce a MemoryError locally or on the try bots, and the original bug only shows MemoryErrors on the top_25 pageset.

Successfult tryjobs:
https://codereview.chromium.org/1086243002/

BUG=463111

Review URL: https://codereview.chromium.org/1097573002

Cr-Commit-Position: refs/heads/master@{#325539}
parent c0704963
......@@ -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
'android') # http://crbug.com/471786
class DrawPropertiesToughScrolling(benchmark.Benchmark):
test = draw_properties.DrawProperties
page_set = page_sets.ToughScrollingCasesPageSet
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment