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

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

Issue 775863004: Revert "[Android] Switch b/a/test_runner.py from optparse to argparse." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « build/android/pylib/base/test_run_factory.py ('k') | build/android/pylib/junit/setup.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/constants.py
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
index ac579690ca16d03de2ecc0ec8ccdf0b100ca59f4..2f2953a8e89b9cd816beec5ddb7b1d126a80b9f0 100644
--- a/build/android/pylib/constants.py
+++ b/build/android/pylib/constants.py
@@ -202,8 +202,6 @@ 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():
« no previous file with comments | « build/android/pylib/base/test_run_factory.py ('k') | build/android/pylib/junit/setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698