| 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 daf2a7d792f7faa862baf14500cf7c48f4e48d3a..afae9abcc8acd6c3705a6438d2545c586ab73339 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
|
| @@ -167,6 +167,8 @@ class LocalDeviceInstrumentationTestRun(
|
| for r in results:
|
| if r.GetType() == base_test_result.ResultType.UNKNOWN:
|
| r.SetType(base_test_result.ResultType.CRASH)
|
| + # TODO(jbudorick): ClearApplicationState on failure before switching
|
| + # instrumentation tests to platform mode.
|
| return results
|
|
|
| #override
|
|
|