| Index: slave/skia_slave_scripts/run_nanobench.py
|
| diff --git a/slave/skia_slave_scripts/run_nanobench.py b/slave/skia_slave_scripts/run_nanobench.py
|
| index 10ef84b5728d0de82e93f471f4b34b0453b05ce5..111f79566d7ab01bd9efb12fdabf8e60d5710ae9 100644
|
| --- a/slave/skia_slave_scripts/run_nanobench.py
|
| +++ b/slave/skia_slave_scripts/run_nanobench.py
|
| @@ -44,10 +44,6 @@ class RunNanobench(BuildStep):
|
| # Segfaults when run as GPU bench. Very large texture?
|
| match.append('~blurroundrect')
|
|
|
| - if self._AllMatch('Win', 'Release'):
|
| - # Appears we're falling into an infinite loop.
|
| - run_nanobench = False
|
| -
|
| if self._AnyMatch('Nexus7'):
|
| # Crashes in GPU mode.
|
| match.append('~draw_stroke')
|
|
|