Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3450)

Unified Diff: build/android/pylib/gtest/test_runner.py

Issue 223733004: [Android] Push data deps before listing gtests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Craig's comments. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/pylib/gtest/setup.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e4f98ff8f64bf2f3ed0daebc67b8741ac6e64d89..9013668221de0b057caaf015276b6ffaf0b1ef3e 100644
--- a/build/android/pylib/gtest/test_runner.py
+++ b/build/android/pylib/gtest/test_runner.py
@@ -59,11 +59,6 @@ class TestRunner(base_test_runner.BaseTestRunner):
def InstallTestPackage(self):
self.test_package.Install(self.adb)
- def GetAllTests(self):
- """Install test package and get a list of all tests."""
- self.test_package.Install(self.adb)
- return self.test_package.GetAllTests(self.adb)
-
#override
def PushDataDeps(self):
self.adb.WaitForSdCardReady(20)
« no previous file with comments | « build/android/pylib/gtest/setup.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698