| Index: tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| diff --git a/tools/perf/benchmarks/benchmark_smoke_unittest.py b/tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| index f19d1d268ee6f3eb3c8e19269af878ef5e5cd34a..898f895d36476988c4a83484cf023d8076f0598b 100644
|
| --- a/tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| +++ b/tools/perf/benchmarks/benchmark_smoke_unittest.py
|
| @@ -30,6 +30,7 @@ from benchmarks import spaceport
|
| from benchmarks import speedometer
|
| from benchmarks import sunspider
|
| from benchmarks import text_selection
|
| +from benchmarks import tracing
|
|
|
|
|
| def SmokeTestGenerator(benchmark):
|
| @@ -86,7 +87,7 @@ _BLACK_LIST_TEST_MODULES = {
|
| speedometer, # Takes 101 seconds.
|
| jetstream, # Take 206 seconds.
|
| text_selection, # Always fails on cq bot.
|
| - memory # Flaky on bots, crbug.com/513767
|
| + memory # Flaky on bots, crbug.com/513767.
|
| }
|
|
|
| # Some smoke benchmark tests that run quickly on desktop platform can be very
|
| @@ -94,6 +95,7 @@ _BLACK_LIST_TEST_MODULES = {
|
| _ANDROID_BLACK_LIST_MODULES = {
|
| kraken, # Takes 275 seconds on Android.
|
| sunspider, # Takes 163 seconds on Android.
|
| + tracing, # Failed on Android bot, crbug.com/600989.
|
| }
|
|
|
|
|
|
|