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

Unified Diff: build/android/test_package_executable.py

Issue 10391172: Fix test filter filename for APK based tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed the if-else logic from single_test_runner Created 8 years, 7 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/test_package_apk.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_package_executable.py
diff --git a/build/android/test_package_executable.py b/build/android/test_package_executable.py
index 2e4774c42010feffca19a548fb0745d287a0c6dc..5a58526839ae962532889f29a1d1143a7bd72b5d 100644
--- a/build/android/test_package_executable.py
+++ b/build/android/test_package_executable.py
@@ -157,3 +157,7 @@ class TestPackageExecutable(TestPackage):
'/data/local/tmp/paks/chrome.pak')
self.adb.PushIfNeeded(self.test_suite_dirname + '/locales/en-US.pak',
'/data/local/tmp/paks/en-US.pak')
+
+ def GetDisabledTestsBaseFileName(self):
+ """Returns the base filename of gtest filter."""
+ return self.test_suite_basename
« no previous file with comments | « build/android/test_package_apk.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698