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

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

Issue 1904493004: Reland #4 of Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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_runner_disable_location_basic.json
diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_disable_location_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_disable_location_basic.json
index f4ec9471a7fe4f4ca1ed7bfa022b32979ceb97a6..1076b71312350e255ae57d295e608ed25d68ff2c 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_disable_location_basic.json
+++ b/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_disable_location_basic.json
@@ -743,21 +743,16 @@
"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"
],
"cwd": "[SLAVE_BUILD]",
"env": {
- "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