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

Unified Diff: build/config/android/internal_rules.gni

Issue 1570043004: Adds --skip-clear-data flag to android's test_runner.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index 15fcc68341222d9838a42a457c0ab9111a6a0eda..20e8e2a89ae9ae172ae039e4127fbb88271851e7 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -2051,6 +2051,7 @@ template("test_runner_script") {
"--enable-device-cache",
"--extract-test-list-from-filter",
"--num_retries=0",
+ "--skip-clear-data", # Clearing wipes optimized dex files.
]
}
if (is_asan) {
« build/android/pylib/local/device/local_device_gtest_run.py ('K') | « build/android/test_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698