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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.json

Issue 1855663002: Make android's run_instrumentation_suite() use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@wrapper-1
Patch Set: Created 4 years, 9 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
Index: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.json
index f892384656c2a029db18c12af713b22e32553da8..a28fac21a10012c72bf1262763e1146b526073cd 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.json
@@ -582,34 +582,14 @@
},
{
"cmd": [
- "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
- "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk",
- "-v",
- "--blacklist-file",
- "[SLAVE_BUILD]/src/out/bad_devices.json"
- ],
- "cwd": "[SLAVE_BUILD]",
- "env": {
- "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
- },
- "name": "install AndroidWebView.apk"
- },
- {
- "cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/build/android/test_runner.py",
+ "out/Debug/bin/run_android_webview_test_apk",
"instrumentation",
- "--test-apk",
- "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
"--logcat-output-file",
"/path/to/tmp/",
- "--apk-under-test",
- "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk",
- "--isolate-file-path",
- "android_webview/android_webview_test_apk.isolate",
"--flakiness-dashboard-server",
"test-results.appspot.com",
"--verbose",
@@ -619,45 +599,21 @@
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
- "name": "Instrumentation test AndroidWebViewTest (with patch)",
+ "name": "Instrumentation test android_webview_test_apk (with patch)",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
]
},
{
"cmd": [
- "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
- "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk",
- "-v",
- "--blacklist-file",
- "[SLAVE_BUILD]/src/out/bad_devices.json"
- ],
- "cwd": "[SLAVE_BUILD]",
- "env": {
- "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
- },
- "name": "install ChromePublic.apk"
- },
- {
- "cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/build/android/test_runner.py",
+ "out/Debug/bin/run_chrome_public_test_apk",
"instrumentation",
- "--test-apk",
- "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
"--logcat-output-file",
"/path/to/tmp/",
- "--apk-under-test",
- "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk",
- "--additional-apk",
- "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTestSupport.apk",
- "--additional-apk",
- "[SLAVE_BUILD]/src/out/Debug/apks/ChromiumNetTestSupport.apk",
- "--isolate-file-path",
- "chrome/chrome_public_test_apk.isolate",
"--flakiness-dashboard-server",
"test-results.appspot.com",
"--verbose",
@@ -667,41 +623,21 @@
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
- "name": "Instrumentation test ChromePublicTest (with patch)",
+ "name": "Instrumentation test chrome_public_test_apk (with patch)",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
]
},
{
"cmd": [
- "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
- "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk",
- "-v",
- "--blacklist-file",
- "[SLAVE_BUILD]/src/out/bad_devices.json"
- ],
- "cwd": "[SLAVE_BUILD]",
- "env": {
- "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
- },
- "name": "install ContentShell.apk"
- },
- {
- "cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/build/android/test_runner.py",
+ "out/Debug/bin/run_content_shell_test_apk",
"instrumentation",
- "--test-apk",
- "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
"--logcat-output-file",
"/path/to/tmp/",
- "--apk-under-test",
- "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk",
- "--isolate-file-path",
- "content/content_shell_test_apk.isolate",
"--flakiness-dashboard-server",
"test-results.appspot.com",
"--verbose",
@@ -711,39 +647,21 @@
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
- "name": "Instrumentation test ContentShellTest (with patch)",
+ "name": "Instrumentation test content_shell_test_apk (with patch)",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
]
},
{
"cmd": [
- "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
- "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk",
- "-v",
- "--blacklist-file",
- "[SLAVE_BUILD]/src/out/bad_devices.json"
- ],
- "cwd": "[SLAVE_BUILD]",
- "env": {
- "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
- },
- "name": "install ChromeSyncShell.apk"
- },
- {
- "cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/build/android/test_runner.py",
+ "out/Debug/bin/run_chrome_sync_shell_test_apk",
"instrumentation",
- "--test-apk",
- "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
"--logcat-output-file",
"/path/to/tmp/",
- "--apk-under-test",
- "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk",
"--flakiness-dashboard-server",
"test-results.appspot.com",
"--verbose",
@@ -753,7 +671,7 @@
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
- "name": "Instrumentation test ChromeSyncShellTest (with patch)",
+ "name": "Instrumentation test chrome_sync_shell_test_apk (with patch)",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
]
@@ -1078,34 +996,14 @@
},
{
"cmd": [
- "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
- "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk",
- "-v",
- "--blacklist-file",
- "[SLAVE_BUILD]/src/out/bad_devices.json"
- ],
- "cwd": "[SLAVE_BUILD]",
- "env": {
- "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
- },
- "name": "install AndroidWebView.apk (2)"
- },
- {
- "cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/build/android/test_runner.py",
+ "out/Debug/bin/run_android_webview_test_apk",
"instrumentation",
- "--test-apk",
- "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
"--logcat-output-file",
"/path/to/tmp/",
- "--apk-under-test",
- "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk",
- "--isolate-file-path",
- "android_webview/android_webview_test_apk.isolate",
"--flakiness-dashboard-server",
"test-results.appspot.com",
"--verbose",
@@ -1115,45 +1013,21 @@
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
- "name": "Instrumentation test AndroidWebViewTest (without patch)",
+ "name": "Instrumentation test android_webview_test_apk (without patch)",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
]
},
{
"cmd": [
- "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
- "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk",
- "-v",
- "--blacklist-file",
- "[SLAVE_BUILD]/src/out/bad_devices.json"
- ],
- "cwd": "[SLAVE_BUILD]",
- "env": {
- "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
- },
- "name": "install ChromePublic.apk (2)"
- },
- {
- "cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/build/android/test_runner.py",
+ "out/Debug/bin/run_chrome_public_test_apk",
"instrumentation",
- "--test-apk",
- "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
"--logcat-output-file",
"/path/to/tmp/",
- "--apk-under-test",
- "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk",
- "--additional-apk",
- "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTestSupport.apk",
- "--additional-apk",
- "[SLAVE_BUILD]/src/out/Debug/apks/ChromiumNetTestSupport.apk",
- "--isolate-file-path",
- "chrome/chrome_public_test_apk.isolate",
"--flakiness-dashboard-server",
"test-results.appspot.com",
"--verbose",
@@ -1163,41 +1037,21 @@
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
- "name": "Instrumentation test ChromePublicTest (without patch)",
+ "name": "Instrumentation test chrome_public_test_apk (without patch)",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
]
},
{
"cmd": [
- "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
- "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk",
- "-v",
- "--blacklist-file",
- "[SLAVE_BUILD]/src/out/bad_devices.json"
- ],
- "cwd": "[SLAVE_BUILD]",
- "env": {
- "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
- },
- "name": "install ContentShell.apk (2)"
- },
- {
- "cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/build/android/test_runner.py",
+ "out/Debug/bin/run_content_shell_test_apk",
"instrumentation",
- "--test-apk",
- "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
"--logcat-output-file",
"/path/to/tmp/",
- "--apk-under-test",
- "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk",
- "--isolate-file-path",
- "content/content_shell_test_apk.isolate",
"--flakiness-dashboard-server",
"test-results.appspot.com",
"--verbose",
@@ -1207,39 +1061,21 @@
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
- "name": "Instrumentation test ContentShellTest (without patch)",
+ "name": "Instrumentation test content_shell_test_apk (without patch)",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
]
},
{
"cmd": [
- "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
- "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk",
- "-v",
- "--blacklist-file",
- "[SLAVE_BUILD]/src/out/bad_devices.json"
- ],
- "cwd": "[SLAVE_BUILD]",
- "env": {
- "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
- },
- "name": "install ChromeSyncShell.apk (2)"
- },
- {
- "cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/build/android/test_runner.py",
+ "out/Debug/bin/run_chrome_sync_shell_test_apk",
"instrumentation",
- "--test-apk",
- "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
"--logcat-output-file",
"/path/to/tmp/",
- "--apk-under-test",
- "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk",
"--flakiness-dashboard-server",
"test-results.appspot.com",
"--verbose",
@@ -1249,7 +1085,7 @@
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
- "name": "Instrumentation test ChromeSyncShellTest (without patch)",
+ "name": "Instrumentation test chrome_sync_shell_test_apk (without patch)",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
]
@@ -1261,7 +1097,7 @@
"import sys; sys.exit(0)"
],
"cwd": "[SLAVE_BUILD]",
- "name": "AndroidWebViewTest (retry summary)",
+ "name": "android_webview_test_apk (retry summary)",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
"@@@STEP_WARNINGS@@@"
@@ -1274,7 +1110,7 @@
"import sys; sys.exit(0)"
],
"cwd": "[SLAVE_BUILD]",
- "name": "ChromePublicTest (retry summary)",
+ "name": "chrome_public_test_apk (retry summary)",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
"@@@STEP_WARNINGS@@@"
@@ -1287,7 +1123,7 @@
"import sys; sys.exit(0)"
],
"cwd": "[SLAVE_BUILD]",
- "name": "ContentShellTest (retry summary)",
+ "name": "content_shell_test_apk (retry summary)",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
"@@@STEP_WARNINGS@@@"
@@ -1300,7 +1136,7 @@
"import sys; sys.exit(0)"
],
"cwd": "[SLAVE_BUILD]",
- "name": "ChromeSyncShellTest (retry summary)",
+ "name": "chrome_sync_shell_test_apk (retry summary)",
"~followup_annotations": [
"@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
"@@@STEP_WARNINGS@@@"

Powered by Google App Engine
This is Rietveld 408576698