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

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

Issue 22854004: Android: first step into making "perf tests" reuse the functional test infra. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright notice Created 7 years, 4 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 | « no previous file | build/android/pylib/perf/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/base/test_dispatcher.py
diff --git a/build/android/pylib/base/test_dispatcher.py b/build/android/pylib/base/test_dispatcher.py
index a8363c26f7569ba3d31f0a57b25b16f4f9c25727..650ea039eb0688b6d230bf91508d974daeab004c 100644
--- a/build/android/pylib/base/test_dispatcher.py
+++ b/build/android/pylib/base/test_dispatcher.py
@@ -330,7 +330,7 @@ def _GetAttachedDevices(wait_for_debugger=False, test_device=None):
logging.warning('Debugger can not be sharded, using first available device')
attached_devices = attached_devices[:1]
- return attached_devices
+ return sorted(attached_devices)
def RunTests(tests, runner_factory, wait_for_debugger, test_device,
« no previous file with comments | « no previous file | build/android/pylib/perf/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698