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

Unified Diff: build/android/pylib/local/device/local_device_instrumentation_test_run.py

Issue 2541093004: [Android] Try harder to run every gtest within each try. (Closed)
Patch Set: Tweak NOTRUN handling. Created 4 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/local/device/local_device_instrumentation_test_run.py
diff --git a/build/android/pylib/local/device/local_device_instrumentation_test_run.py b/build/android/pylib/local/device/local_device_instrumentation_test_run.py
index a203ce069e5bc4760c2a84be3808e1aae3fb94f6..8c786985aec764e1e58d6614b8d3be54d8e1dd37 100644
--- a/build/android/pylib/local/device/local_device_instrumentation_test_run.py
+++ b/build/android/pylib/local/device/local_device_instrumentation_test_run.py
@@ -335,7 +335,7 @@ class LocalDeviceInstrumentationTestRun(
include_stack_symbols=False,
wipe_tombstones=True))
result.SetTombstones(resolved_tombstones)
- return results
+ return results, None
#override
def _ShouldRetry(self, test):

Powered by Google App Engine
This is Rietveld 408576698