Chromium Code Reviews| 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. |