Chromium Code Reviews| Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| index 512187060e22376a1b4f6776f43b80666644fd31..ee0acd9e0e1e2552db5acecb571d3b3da8a8f982 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| @@ -1991,8 +1991,35 @@ SPEC = { |
| 'platform': 'linux', |
| }, |
| }, |
| - |
| - |
| + 'Android Asan Builder Tests (dbg)': { |
| + 'chromium_config': 'android', |
| + 'chromium_apply_config': ['mb'], |
| + 'gclient_config': 'chromium', |
| + 'gclient_apply_config': ['android'], |
| + 'chromium_config_kwargs': { |
| + 'BUILD_CONFIG': 'Debug', |
| + 'TARGET_BITS': 32, |
| + 'TARGET_PLATFORM': 'android', |
| + }, |
| + 'bot_type': 'builder_tester', |
| + 'android_config': 'clang_tests', |
| + 'root_devices': True, |
| + 'tests': [ |
| + steps.AndroidInstrumentationTest('AndroidWebViewTest', tool='asan'), |
|
bpastene
2016/03/30 18:43:51
There's no support for adding 'tool' or kwarg fiel
jbudorick
2016/03/30 19:23:33
sgtm
|
| + steps.AndroidInstrumentationTest('ChromePublicTest', tool ='asan'), |
|
jbudorick
2016/03/30 19:23:33
nit: no space before =
|
| + steps.AndroidInstrumentationTest('ContentShellTest', tool= 'asan'), |
|
jbudorick
2016/03/30 19:23:33
nit: no space after =
|
| + steps.AndroidInstrumentationTest('ChromeSyncShellTest', tool='asan'), |
| + ], |
| + 'test_generators': [ |
| + steps.generate_gtest, |
| + steps.generate_instrumentation_test, |
| + steps.generate_isolated_script, |
| + steps.generate_script, |
| + ], |
| + 'testing': { |
| + 'platform': 'linux', |
| + }, |
| + }, |
| 'Chromium Win 10': { |
| 'chromium_config': 'chromium', |
| 'gclient_config': 'chromium', |