summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornednguyen <nednguyen@google.com>2015-05-26 12:27:15 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-26 19:27:47 +0000
commitca4d42474f1ce702ca0aedbc36614a9ec0b269b1 (patch)
tree24c381590038bcd4170e4223fd9a39322defc1fd
parent139c6feaff5ba4308d18fa33a654d9b93be28df2 (diff)
downloadchromium_src-ca4d42474f1ce702ca0aedbc36614a9ec0b269b1.zip
chromium_src-ca4d42474f1ce702ca0aedbc36614a9ec0b269b1.tar.gz
chromium_src-ca4d42474f1ce702ca0aedbc36614a9ec0b269b1.tar.bz2
Disable octane smoke test because of frequent failure and long timeout.
For example, see: http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/62301/steps/telemetry_perf_unittests%20%28with%20patch%29/logs/stdio Benchmark octane run takes 1432 seconds Benchmark octane run takes 1436 seconds Benchmark octane run takes 1435 seconds Benchmark octane run takes 1435 seconds Since this smoke test failed, it has been tried 4 times in total, which takes a significant amount of time even run in parallel. BUG=492094 Review URL: https://codereview.chromium.org/1149113004 Cr-Commit-Position: refs/heads/master@{#331408}
-rw-r--r--tools/perf/benchmarks/benchmark_smoke_unittest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/benchmarks/benchmark_smoke_unittest.py b/tools/perf/benchmarks/benchmark_smoke_unittest.py
index a25f713..6708f51 100644
--- a/tools/perf/benchmarks/benchmark_smoke_unittest.py
+++ b/tools/perf/benchmarks/benchmark_smoke_unittest.py
@@ -22,6 +22,7 @@ from telemetry.unittest_util import progress_reporter
from benchmarks import dom_perf
from benchmarks import indexeddb_perf
from benchmarks import image_decoding
+from benchmarks import octane
from benchmarks import rasterize_and_record_micro
from benchmarks import spaceport
from benchmarks import speedometer
@@ -81,6 +82,7 @@ _BLACK_LIST_TEST_MODULES = {
dom_perf, # Always fails on cq bot.
image_decoding, # Always fails on Mac10.9 Tests builder.
indexeddb_perf, # Always fails on Win7 & Android Tests builder.
+ octane, # Often fails & take long time to timeout on cq bot.
rasterize_and_record_micro, # Always fails on cq bot.
spaceport, # Takes 451 seconds.
speedometer, # Takes 101 seconds.