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

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

Issue 1559033002: [tools/perf] Disable failing benchmark smoke tests for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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/benchmark_smoke_unittest.py
diff --git a/tools/perf/benchmarks/benchmark_smoke_unittest.py b/tools/perf/benchmarks/benchmark_smoke_unittest.py
index 3fa90291f5c08d39fd4a70e403d81ec99a275ccb..10ccdba69ffb4e4262a191a4e2a6418c93d34bb7 100644
--- a/tools/perf/benchmarks/benchmark_smoke_unittest.py
+++ b/tools/perf/benchmarks/benchmark_smoke_unittest.py
@@ -18,6 +18,8 @@ from telemetry.core import discover
from telemetry.testing import options_for_unittests
from telemetry.testing import progress_reporter
+from benchmarks import blink_style
+from benchmarks import dromaeo
from benchmarks import image_decoding
from benchmarks import indexeddb_perf
from benchmarks import jetstream
@@ -27,10 +29,13 @@ from benchmarks import new_tab
from benchmarks import octane
from benchmarks import rasterize_and_record_micro
from benchmarks import repaint
+from benchmarks import service_worker
from benchmarks import spaceport
from benchmarks import speedometer
from benchmarks import sunspider
from benchmarks import text_selection
+from benchmarks import v8
+from benchmarks import webrtc
def SmokeTestGenerator(benchmark):
@@ -95,6 +100,11 @@ _BLACK_LIST_TEST_MODULES = {
_ANDROID_BLACK_LIST_MODULES = {
kraken, # Takes 275 seconds on Android.
sunspider, # Takes 163 seconds on Android.
+ service_worker, # crbug.com/574135
+ v8, # crbug.com/574135
+ blink_style, # crbug.com/574135
+ dromaeo, # crbug.com/574135
+ webrtc # crbug.com/574135
}
« 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