| 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 cde3b39446af4cbf883d86aa5113c56ba9180f0b..c1172c882409c2e1e00094e2bddadd42deaaaa27 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_']
|
|
|
|
|