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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_linux.py

Issue 1679703004: Remove build-side specification of instrumentation tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 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 | scripts/slave/recipes/chromium.expected/chromium_linux_Android_Tests_logcat_upload_timeout.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
index 3435aab76dc4d20bbe910a5fa739cef60b8d9988..d6bffec1f68e536c362f984df9aa42bd86816fb4 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
@@ -249,10 +249,6 @@ SPEC = {
'android_config': 'main_builder',
'root_devices': True,
'tests': [
- steps.AndroidInstrumentationTest('AndroidWebViewTest'),
- steps.AndroidInstrumentationTest('ChromePublicTest'),
- steps.AndroidInstrumentationTest('ContentShellTest'),
- steps.AndroidInstrumentationTest('ChromeSyncShellTest'),
steps.AndroidJunitTest('base_junit_tests'),
steps.AndroidJunitTest('chrome_junit_tests'),
steps.AndroidJunitTest('components_junit_tests'),
@@ -305,10 +301,6 @@ SPEC = {
'android_config': 'main_builder',
'root_devices': True,
'tests': [
- steps.AndroidInstrumentationTest('AndroidWebViewTest'),
- steps.AndroidInstrumentationTest('ChromePublicTest'),
- steps.AndroidInstrumentationTest('ContentShellTest'),
- steps.AndroidInstrumentationTest('ChromeSyncShellTest'),
steps.AndroidJunitTest('base_junit_tests'),
steps.AndroidJunitTest('chrome_junit_tests'),
steps.AndroidJunitTest('components_junit_tests'),
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/chromium_linux_Android_Tests_logcat_upload_timeout.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698