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

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

Issue 1902983002: Revert 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/gerrit_refs.json
diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json b/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
index d219fa00f9891ca00cc320987cc7b1ebbb307c6b..1b13ee05e69ca2ecf7a7d6d04b132644fd6bf954 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
+++ b/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
@@ -603,16 +603,21 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/out/Release/bin/run_unittests",
+ "[SLAVE_BUILD]/src/build/android/test_runner.py",
+ "gtest",
+ "-s",
+ "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