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 7a44b0eacc6c2ea1b8d1fc2a0f861857eb8f9eaf..9ecddfbc96e045a53320acb4c2e6839d9d8842c6 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| @@ -1603,10 +1603,7 @@ SPEC = { |
| steps.generate_junit_test, |
| ], |
| 'tests': [ |
| - steps.GTestTest( |
| - 'components_browsertests', |
| - android_isolate_path='components/components_browsertests.isolate', |
| - android_tool='asan'), |
| + steps.GTestTest('components_browsertests', android_tool='asan'), |
| steps.GTestTest('gfx_unittests', android_tool='asan'), |
|
Dirk Pranke
2016/08/09 23:52:16
why are these even still listed here, rather than
jbudorick
2016/08/09 23:55:28
AFAICT yes, because the gtest generator doesn't ta
|
| ], |
| }, |