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

Unified Diff: build/android/pylib/base/sharded_tests_queue.py

Issue 12544033: [Android] Rewrite base test result classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: build/android/pylib/base/sharded_tests_queue.py
diff --git a/build/android/pylib/base/sharded_tests_queue.py b/build/android/pylib/base/sharded_tests_queue.py
index 9e28e2c484d558f47d8c9890c430189c99919901..c2b4f2de086d64205b28385618e228880888ebfb 100644
--- a/build/android/pylib/base/sharded_tests_queue.py
+++ b/build/android/pylib/base/sharded_tests_queue.py
@@ -18,7 +18,7 @@ class ShardedTestsQueue(object):
tests: a list of tests to be run.
tests_queue: if sharding, a JoinableQueue object that holds tests from
|tests|. Otherwise, a list holding tests.
- results_queue: a Queue object to hold TestResults objects.
+ results_queue: a Queue object to hold TestRunResults objects.
"""
_STOP_SENTINEL = 'STOP' # sentinel value for iter()

Powered by Google App Engine
This is Rietveld 408576698