| Index: build/android/pylib/gtest/test_package.py
|
| diff --git a/build/android/pylib/gtest/test_package.py b/build/android/pylib/gtest/test_package.py
|
| index be153a0ddb2f8fddc57e792ab5f33b048531eb10..5dc56e86e34c9d81b39aabff432fc24907a46f2e 100644
|
| --- a/build/android/pylib/gtest/test_package.py
|
| +++ b/build/android/pylib/gtest/test_package.py
|
| @@ -44,6 +44,10 @@ class TestPackage(object):
|
| timeout = timeout * 2
|
| self.timeout = timeout * self.tool.GetTimeoutScale()
|
|
|
| + def ClearApplicationState(self):
|
| + """Clears the application state."""
|
| + raise NotImplementedError('Method must be overriden.')
|
| +
|
| def GetDisabledPrefixes(self):
|
| return ['DISABLED_', 'FLAKY_', 'FAILS_']
|
|
|
|
|