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

Unified Diff: scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json

Issue 1897823006: Reland of Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove bin/run_ script Created 4 years, 8 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/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
index 67b3b5a64353b94f1f091ff965b974f69694a018..a55f2739610f696945b82e1e8d68a49baf10e40d 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
+++ b/scripts/slave/recipe_modules/chromium_android/example.expected/perf_adb_vendor_keys_basic.json
@@ -592,14 +592,10 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/build/android/test_runner.py",
- "gtest",
- "-s",
- "unittests",
+ "[SLAVE_BUILD]/src/out/Release/bin/run_unittests",
"--blacklist-file",
"[SLAVE_BUILD]/src/out/bad_devices.json",
"--verbose",
- "--release",
"--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate",
"--gtest_filter=WebRtc*",
"--tool=asan"
@@ -607,7 +603,6 @@
"cwd": "[SLAVE_BUILD]",
"env": {
"ADB_VENDOR_KEYS": "[BUILD]/site_config/.adb_key",
- "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
},
"name": "unittests"

Powered by Google App Engine
This is Rietveld 408576698