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

Unified Diff: build/android/test_runner.py

Issue 2201843002: Reland [Android] Set platform mode as default for perf tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 922b8999ee4f4665d01cae88e16b1df52ca0aa65..0fb133cc5ddb82d7de0cdab3285c8144087907b4 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -793,8 +793,7 @@ def _GetAttachedDevices(blacklist_file, test_device, enable_cache, num_retries):
return sorted(attached_devices)
-# TODO(rnephew): Add perf when ready to switch to platform mode as default.
-_DEFAULT_PLATFORM_MODE_TESTS = ['gtest', 'instrumentation']
+_DEFAULT_PLATFORM_MODE_TESTS = ['gtest', 'instrumentation', 'perf']
def RunTestsCommand(args): # pylint: disable=too-many-return-statements
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698