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

Unified Diff: scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_expected_failure.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/webview_cts_expected_failure.json
diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_expected_failure.json b/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_expected_failure.json
index 8f6922aee0229b4747df35904ac28f00b158c2bf..3a17bc86e837cfaed70e07cefc92d2b2b26e5052 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_expected_failure.json
+++ b/scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_expected_failure.json
@@ -585,21 +585,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