| Index: build/android/pylib/gtest/test_runner.py
|
| diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py
|
| index b22b07680263ecc2558dff8f217fa650f04fab0f..edd2dc6cebff0ab51febe7afb62e8259ebfe72a3 100644
|
| --- a/build/android/pylib/gtest/test_runner.py
|
| +++ b/build/android/pylib/gtest/test_runner.py
|
| @@ -16,6 +16,7 @@ from pylib.gtest import gtest_test_instance
|
| from pylib.local import local_test_server_spawner
|
| from pylib.perf import perf_control
|
|
|
| +
|
| # Test case statuses.
|
| RE_RUN = re.compile('\\[ RUN \\] ?(.*)\r\n')
|
| RE_FAIL = re.compile('\\[ FAILED \\] ?(.*?)( \\((\\d+) ms\\))?\r\r\n')
|
|
|