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

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

Issue 1879283002: 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/java_method_count_builder_basic.json
diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/java_method_count_builder_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/java_method_count_builder_basic.json
index 99d4a8ace122ff357ba591fba3ac327652fc44ab..d87eeb2ce9f4f49239ee5b1c541a4de680bce6ec 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.expected/java_method_count_builder_basic.json
+++ b/scripts/slave/recipe_modules/chromium_android/example.expected/java_method_count_builder_basic.json
@@ -631,16 +631,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