summaryrefslogtreecommitdiffstats
path: root/adb/test_device.py
Commit message (Expand)AuthorAgeFilesLines
* adb: don't close sockets before hitting EOF.Josh Gao2019-01-311-0/+59
* Add feature flag for b/110953234 fix.Josh Gao2018-10-231-1/+1
* Revert "adb: don't close sockets before hitting EOF."Josh Gao2018-10-121-59/+0
* adb: don't close sockets before hitting EOF.Josh Gao2018-10-041-0/+59
* adb: fix test_device.FileOperationsTest.test_push_empty.Josh Gao2018-09-261-3/+4
* adb: make test_device.py executable.Josh Gao2018-09-201-0/+0
* Merge "adb: win32: test for Unicode console output"Treehugger Robot2018-09-081-0/+200
|\
| * adb: win32: test for Unicode console outputSpencer Low2018-08-111-0/+200
* | adb: fix spurious usb write failure on Windows.Josh Gao2018-08-221-0/+31
|/
* adb: disable test_device.FileOperationsTest.test_pull_symlink_dir.Josh Gao2018-08-081-1/+2
* adb: fix test_device.FileOperationsTest.test_push_emptyJosh Gao2018-08-081-2/+3
* adb: work around adbd push bug.Josh Gao2018-07-101-1/+0
* adbd: fix spurious failure to create dirs when pushing.Josh Gao2018-07-091-0/+15
* Remove out of date comment.Elliott Hughes2018-04-161-2/+0
* adb: properly calculate packet size on Mac.Josh Gao2018-04-101-10/+12
* adb: fix unicode file path test.Josh Gao2018-03-211-1/+1
* adb: add `adb shell exit 42` stress test.Josh Gao2018-03-191-0/+24
* Move GetDeviceTest from adb's test_device.py to adb package.Josh Gao2017-11-081-56/+0
* adb: partially revert b5e11415.Josh Gao2017-09-131-2/+2
* 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