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

Unified Diff: slave/skia_slave_scripts/run_nanobench.py

Issue 399813002: try nanobench on Windows again (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 6 years, 5 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: 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')
« 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