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

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

Issue 2529673003: Disable dromaeo.jslibmodifyjquery on Windows (Closed)
Patch Set: Created 4 years, 1 month 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 9d3a96050bd899ee0f15ec0f4f3d4de82bf6fe0f..828511862a2f2576994e8ad71c25d1d85e61af97 100644
--- a/tools/perf/benchmarks/dromaeo.py
+++ b/tools/perf/benchmarks/dromaeo.py
@@ -236,10 +236,11 @@ class DromaeoJslibEventPrototype(_DromaeoBenchmark):
return 'dromaeo.jslibeventprototype'
-# win: http://crbug.com/479796, http://crbug.com/598705
+# win: http://crbug.com/479796, http://crbug.com/598705,
+# http://crbug.com/668164
# android: http://crbug.com/503138
# linux: http://crbug.com/583075
-@benchmark.Disabled('win-reference', 'android', 'linux')
+@benchmark.Disabled('win', 'win-reference', '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