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

Unified Diff: build/android/test_runner.py

Issue 2237553003: (Reland) Added tombstones in instrumentation tests results. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 6ec8a6603702d17b7798db907b6eaaf59f74926d..a4bd32043d60b0b9d548922bb556438286885994 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -427,6 +427,9 @@ def AddInstrumentationTestOptions(parser):
help='Causes the render tests to not fail when a check'
'fails or the golden image is missing but to render'
'the view and carry on.')
+ group.add_argument('--store-tombstones', dest='store_tombstones',
+ action='store_true',
+ help='Add tombstones in results if crash.')
AddCommonOptions(parser)
AddDeviceOptions(parser)
« no previous file with comments | « build/android/pylib/local/device/local_device_instrumentation_test_run.py ('k') | build/android/test_runner.pydeps » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698