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

Unified Diff: build/android/test_runner.py

Issue 2362143002: [Android] Add experimental gtest xml result handling. (Closed)
Patch Set: rnephew comments Created 4 years, 3 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 | « build/android/pylib/local/device/local_device_gtest_run.py ('k') | 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 6b585bb8721223a619b9faaed7e22b131893a64e..e74546886e87de12fc82062ec0dc9cab7722ff4f 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -285,6 +285,9 @@ def AddGTestOptions(parser):
'device for the list of all tests. Speeds up local '
'development, but is not safe to use on bots ('
'http://crbug.com/549214')
+ group.add_argument('--enable-xml-result-parsing',
+ action='store_true',
+ help=argparse.SUPPRESS)
filter_group = group.add_mutually_exclusive_group()
filter_group.add_argument('-f', '--gtest_filter', '--gtest-filter',
« no previous file with comments | « build/android/pylib/local/device/local_device_gtest_run.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698