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

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

Issue 1115383002: Disable failing telemetry unit tests on chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: perf2 Created 5 years, 8 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
Index: tools/perf/benchmarks/v8.py
diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
index 8b9085505f9674ca672e5c7b57c94d60da733414..4a081baa9838d566abfa6fbf26077ebc1c547374 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -20,8 +20,9 @@ class V8GarbageCollectionCases(benchmark.Benchmark):
return 'v8.garbage_collection_cases'
# Disabled on Win due to crbug.com/416502.
+# Disabled on ChromeOS due to crbug.com/483212.
# TODO(rmcilroy): reenable on reference when crbug.com/456845 is fixed.
-@benchmark.Disabled('win', 'reference')
+@benchmark.Disabled('win', 'reference', 'chromeos')
cylee1 2015/05/04 11:16:59 same question here.
achuithb 2015/05/04 19:48:00 this failed on one of the test runs
class V8Top25(benchmark.Benchmark):
"""Measures V8 GC metrics on the while scrolling down the top 25 web pages.

Powered by Google App Engine
This is Rietveld 408576698