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

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

Issue 1836233003: Disable windows reference for dromaeo.jslibmodifyjquery (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert unintended change Created 4 years, 9 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/dromaeo.py
diff --git a/tools/perf/benchmarks/dromaeo.py b/tools/perf/benchmarks/dromaeo.py
index 4fe2ef402ceae5b564562b37bad6dd1b6438d8c3..0416a0fb97968632f04a90d209967c5671f8b1da 100644
--- a/tools/perf/benchmarks/dromaeo.py
+++ b/tools/perf/benchmarks/dromaeo.py
@@ -234,11 +234,10 @@ class DromaeoJslibEventPrototype(_DromaeoBenchmark):
return 'dromaeo.jslibeventprototype'
-# win7: http://crbug.com/479796
+# win: http://crbug.com/479796, http://crbug.com/529330
# android: http://crbug.com/503138
-# win8: http://crbug.com/529330
# linux: http://crbug.com/583075
-@benchmark.Disabled('win7', 'android', 'win8', 'linux')
+@benchmark.Disabled('win-ref', 'android', 'linux')
class DromaeoJslibModifyJquery(_DromaeoBenchmark):
"""Dromaeo JSLib modify jquery JavaScript benchmark.
« 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