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

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

Issue 10703165: Android: adds instrumentation test runners. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/run_python_tests.py ('k') | build/android/pylib/sharded_tests_queue.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/run_tests_helper.py
diff --git a/build/android/pylib/run_tests_helper.py b/build/android/pylib/run_tests_helper.py
index 54bf91e0d23a66dd7387c1709703d5e06a6bb775..15e5d5381bcc9b6d9a3e97dcbed40191556a9904 100644
--- a/build/android/pylib/run_tests_helper.py
+++ b/build/android/pylib/run_tests_helper.py
@@ -4,19 +4,8 @@
"""Helper functions common to native, java and python test runners."""
-import contextlib
-import fcntl
-import httplib
import logging
-import optparse
import os
-import re
-import socket
-import subprocess
-import sys
-import traceback
-
-import cmd_helper
def GetExpectations(file_name):
« no previous file with comments | « build/android/pylib/run_python_tests.py ('k') | build/android/pylib/sharded_tests_queue.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698