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

Unified Diff: build/android/pylib/instrumentation/instrumentation_test_instance.py

Issue 2855483003: [Android] Remove --test-arguments arg from test_runner.py. (Closed)
Patch Set: Created 3 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: build/android/pylib/instrumentation/instrumentation_test_instance.py
diff --git a/build/android/pylib/instrumentation/instrumentation_test_instance.py b/build/android/pylib/instrumentation/instrumentation_test_instance.py
index d8f0995269327ff03c4407424f3b5c37fb86d0a1..67b52e5949b4233cb4a0c9b1c0cc4e0f8eff65bf 100644
--- a/build/android/pylib/instrumentation/instrumentation_test_instance.py
+++ b/build/android/pylib/instrumentation/instrumentation_test_instance.py
@@ -653,13 +653,6 @@ class InstrumentationTestInstance(test_instance.TestInstance):
if args.regenerate_goldens:
self._flags.append('--regenerate-goldens')
- if args.test_arguments:
- # --test-arguments is deprecated for gtests and is in the process of
- # being removed.
- raise Exception(
- '--test-arguments is not supported for instrumentation '
- 'tests. Pass command-line flags directly instead.')
-
def _initializeDriverAttributes(self):
self._driver_apk = os.path.join(
constants.GetOutDirectory(), constants.SDK_BUILD_APKS_DIR,

Powered by Google App Engine
This is Rietveld 408576698