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

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

Issue 1842563005: Fix dromaeo ref disable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo 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 0416a0fb97968632f04a90d209967c5671f8b1da..358eec7c4efd3714a83cab355cbe8f7e474b73b0 100644
--- a/tools/perf/benchmarks/dromaeo.py
+++ b/tools/perf/benchmarks/dromaeo.py
@@ -234,10 +234,10 @@ class DromaeoJslibEventPrototype(_DromaeoBenchmark):
return 'dromaeo.jslibeventprototype'
-# win: http://crbug.com/479796, http://crbug.com/529330
+# win: http://crbug.com/479796, http://crbug.com/529330, http://crbug.com/598705
# android: http://crbug.com/503138
# linux: http://crbug.com/583075
-@benchmark.Disabled('win-ref', 'android', 'linux')
+@benchmark.Disabled('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