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

Unified Diff: build/android/pylib/single_test_runner.py

Issue 11557004: Fix the corner case issue with Android test sharder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « no previous file | build/android/pylib/test_package.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/single_test_runner.py
diff --git a/build/android/pylib/single_test_runner.py b/build/android/pylib/single_test_runner.py
index 8a450c287990a9e07a684094831ffed8c2e79690..85e0ab7c5dfde2395bf6674e9728d024c25f6b28 100644
--- a/build/android/pylib/single_test_runner.py
+++ b/build/android/pylib/single_test_runner.py
@@ -329,10 +329,6 @@ class SingleTestRunner(BaseTestRunner):
if self.test_package.rebaseline:
self.RebaselineTests()
else:
- if not self._gtest_filter:
bulach 2012/12/12 11:38:59 yeah, I think this was done before we unified the
- self._gtest_filter = ('-' + ':'.join(self.GetDisabledTests()) + ':' +
- ':'.join(['*.' + x + '*' for x in
- self.test_package.GetDisabledPrefixes()]))
self.RunTestsWithFilter()
except errors.DeviceUnresponsiveError as e:
# Make sure this device is not attached
« no previous file with comments | « no previous file | build/android/pylib/test_package.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698