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

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

Issue 2498553004: Add support for Junit tests in platform mode. (Closed)
Patch Set: Add support for Junit tests in platform mode. Created 4 years, 1 month 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 6c00b7087dc9f5c44aeabdc2ca2abe8a17c0174c..59d43a90644c95c21b3f06f43c26598837704d5a 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
@@ -62,6 +62,7 @@ class LocalDeviceInstrumentationTestRun(
def TestPackage(self):
return self._test_instance.suite
+ #override
def SetUp(self):
def substitute_device_root(d, device_root):
if not d:
@@ -153,6 +154,7 @@ class LocalDeviceInstrumentationTestRun(
individual_device_set_up,
self._test_instance.GetDataDependencies())
+ #override
def TearDown(self):
@local_device_environment.handle_shard_failures_with(
self._env.BlacklistDevice)

Powered by Google App Engine
This is Rietveld 408576698