summaryrefslogtreecommitdiffstats
path: root/adb/test_device.py
Commit message (Expand)AuthorAgeFilesLines
* adb: increase the shell command length limit.Josh Gao2017-06-161-0/+7
* Add --sync support to push.Dan Albert2017-05-191-11/+38
* Fix test following -p removal.Dan Albert2017-05-191-1/+7
* adb: use the actual wMaxPacketSize for usb endpoints.Josh Gao2017-05-031-0/+20
* adb: fix two device offline problems.Yabin Cui2017-04-201-0/+71
* adb: be more permissive in test_push_error_reporting.Josh Gao2016-11-211-1/+2
* Merge changes I34ba5757,Ie65a762aJosh Gao2016-10-241-6/+11
|\
| * adb: fix test_sighup.Josh Gao2016-10-241-4/+5
| * adb: fix race condition in test_non_interactive_sigint.Josh Gao2016-10-241-2/+6
* | Move "adb shell" over to getopt(3), and allow -tt on old devices.Elliott Hughes2016-10-211-13/+24
|/
* adb: let `adb push` follow symlinks.Josh Gao2016-09-141-0/+30
* adb: add test for SIGHUP behavior.Josh Gao2016-06-231-0/+31
* adb: support forwarding TCP port 0.David Pursell2016-05-091-0/+32
* adb: fix test_device.py shell protocol checks.David Pursell2016-04-261-5/+5
* adb: clean up quotes in test_device.py.Josh Gao2016-03-031-13/+13
* adb: mkdir the correct directory name when pulling.Josh Gao2016-03-031-0/+24
* adb: symlinks to dirs count as dirs for pull destination.Josh Gao2016-03-021-0/+66
* adb: check for an error response from adbd between each write.Josh Gao2016-02-191-0/+16
* adb: make pulling symlinks and devices work.Josh Gao2015-12-111-0/+34
* adb: make the test_pull_dir test actually test something.Josh Gao2015-12-091-1/+4
* Move adb tests to system/core/adb.Josh Gao2015-12-091-0/+948
* Move python-adb to development/python-packages.Dan Albert2015-09-181-537/+0
* Merge "adb unittest: make test_sync properly cleanup after itself"Elliott Hughes2015-09-171-1/+2
|\
| * adb unittest: make test_sync properly cleanup after itselfSpencer Low2015-09-141-1/+2
* | adb: Kill subprocess when the client exits.David Pursell2015-09-151-0/+29
|/
* adb: add client side shell protocol and enable.David Pursell2015-09-111-23/+40
* Merge "adb unittest: get test_unicode_paths passing on win32"Elliott Hughes2015-08-281-6/+11
|\
| * adb unittest: get test_unicode_paths passing on win32Spencer Low2015-08-281-6/+11
* | adb: fix adb install and adb push exit code, error handling, unittestSpencer Low2015-08-281-2/+8
|/
* adb: Fix PTY logic for non-interactive shells.David Pursell2015-08-121-0/+25
* Leave the evidence lying around if an adb test fails.Elliott Hughes2015-08-031-75/+64
* adb/test_device.py fixes for win32 and no use of ANDROID_SERIALSpencer Low2015-07-301-3/+8
* Fix AndroidDevice.get_prop, add tests.Dan Albert2015-07-281-1/+37
* Create adb Python package.Dan Albert2015-07-271-0/+424