| Index: build/android/pylib/local/device/local_device_gtest_run.py
|
| diff --git a/build/android/pylib/local/device/local_device_gtest_run.py b/build/android/pylib/local/device/local_device_gtest_run.py
|
| index dc54d900001cf3df1f68f4667c90b4a0451ebf3b..a04b6a2de47ae45e99afa384cb3ce7b0b96716c6 100644
|
| --- a/build/android/pylib/local/device/local_device_gtest_run.py
|
| +++ b/build/android/pylib/local/device/local_device_gtest_run.py
|
| @@ -426,7 +426,7 @@ class LocalDeviceGtestRun(local_device_test_run.LocalDeviceTestRun):
|
| result.SetTombstones(resolved_tombstones)
|
|
|
| not_run_tests = set(test).difference(set(r.GetName() for r in results))
|
| - return results, not_run_tests
|
| + return results, list(not_run_tests)
|
|
|
| #override
|
| def TearDown(self):
|
|
|