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

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

Issue 2596943002: Disable windows build for dromaeo.jslibmodifyjquery (Closed)
Patch Set: Created 4 years 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..3cf27112fa7a72c03eb8961a00e2f524a1ab7de3 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-ref: http://crbug.com/598705
+# win: http://crbug.com/676366
# android: http://crbug.com/503138
# linux: http://crbug.com/583075
-@benchmark.Disabled('win-reference', 'android', 'linux')
+@benchmark.Disabled('win-reference', 'win', '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