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

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

Issue 322703002: [Telemetry] Fix JetStream disable line. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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/jetstream.py
diff --git a/tools/perf/benchmarks/jetstream.py b/tools/perf/benchmarks/jetstream.py
index bd8b2bf9ced468f50d447164f8d2226da8dc2579..2e935df619f8532535bc9617e208a9fdf47ddcd1 100644
--- a/tools/perf/benchmarks/jetstream.py
+++ b/tools/perf/benchmarks/jetstream.py
@@ -69,8 +69,7 @@ class _JetstreamMeasurement(page_measurement.PageMeasurement):
scalar.ScalarValue(None, 'Score', 'score', total))
-@test.Disabled('android') # Crashes on GN.
-@test.Disabled('xp') # Crashes on Win XP. See crbug.com/381742 for an example.
+@test.Disabled('android', 'xp') # crbug.com/381742
class Jetstream(test.Test):
test = _JetstreamMeasurement
« 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