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

Unified Diff: build/android/pylib/constants.py

Issue 754463007: [Android] Reland of b/a/test_runner.py optparse to argparse switch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revised Created 6 years 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/android/pylib/constants.py
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
index 2f2953a8e89b9cd816beec5ddb7b1d126a80b9f0..ac579690ca16d03de2ecc0ec8ccdf0b100ca59f4 100644
--- a/build/android/pylib/constants.py
+++ b/build/android/pylib/constants.py
@@ -202,6 +202,8 @@ PYTHON_UNIT_TEST_SUITES = {
LOCAL_MACHINE_TESTS = ['junit', 'python']
VALID_ENVIRONMENTS = ['local']
+VALID_TEST_TYPES = ['gtest', 'instrumentation', 'junit', 'linker', 'monkey',
+ 'perf', 'python', 'uiautomator']
def GetBuildType():

Powered by Google App Engine
This is Rietveld 408576698