Android: Enable content_browsertests by default.
BUG=138275 Review URL: https://codereview.chromium.org/13445005 git-svn-id: http://src.chromium.org/svn/trunk/src/build@194601 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
e4d966a2ca
Коммит
2df263671d
|
@ -146,7 +146,7 @@ def RunBrowserTestSuite(options):
|
|||
Args:
|
||||
options: options object.
|
||||
"""
|
||||
args = ['--verbose']
|
||||
args = ['--verbose', '--num_retries=1']
|
||||
if options.target == 'Release':
|
||||
args.append('--release')
|
||||
if options.asan:
|
||||
|
@ -284,6 +284,7 @@ def MainTestWrapper(options):
|
|||
RunChromeDriverTests()
|
||||
if 'unit' in options.test_filter:
|
||||
RunTestSuites(options, gtest_config.STABLE_TEST_SUITES)
|
||||
RunBrowserTestSuite(options)
|
||||
if 'ui' in options.test_filter:
|
||||
for test in INSTRUMENTATION_TESTS.itervalues():
|
||||
RunInstrumentationSuite(options, test)
|
||||
|
@ -298,7 +299,6 @@ def MainTestWrapper(options):
|
|||
|
||||
if options.experimental:
|
||||
RunTestSuites(options, gtest_config.EXPERIMENTAL_TEST_SUITES)
|
||||
RunBrowserTestSuite(options)
|
||||
|
||||
# Print logcat, kill logcat monitor
|
||||
buildbot_report.PrintNamedStep('logcat_dump')
|
||||
|
|
Загрузка…
Ссылка в новой задаче