Add mojo tests to standard tests that are run on testers on the main waterfall.

BUG=

Review URL: https://codereview.chromium.org/268353008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@269401 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
navabi@google.com 2014-05-09 20:47:16 +00:00
Родитель c3f2f465c9
Коммит 910b23e1e1
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -118,8 +118,7 @@ def GetBotStepMap():
std_host_tests = ['check_webview_licenses', 'findbugs']
std_build_steps = ['compile', 'zip_build']
std_test_steps = ['extract_build']
std_tests = ['ui', 'unit']
fyi_tests = std_tests + ['mojo']
std_tests = ['ui', 'unit', 'mojo']
telemetry_tests = ['telemetry_perf_unittests']
flakiness_server = (
'--flakiness-server=%s' % constants.UPSTREAM_FLAKINESS_SERVER)
@ -160,7 +159,7 @@ def GetBotStepMap():
H(compile_step + std_host_tests, target_arch='x86')),
B('fyi-builder-rel', H(std_build_steps, experimental)),
B('fyi-tests', H(std_test_steps),
T(fyi_tests, ['--experimental', flakiness_server,
T(std_tests, ['--experimental', flakiness_server,
'--coverage-bucket', CHROMIUM_COVERAGE_BUCKET])),
B('fyi-component-builder-tests-dbg',
H(compile_step, extra_gyp='component=shared_library'),