aboutsummaryrefslogtreecommitdiff
path: root/test_device.py
AgeCommit message (Expand)Author
2022-04-12Temporarily disable a test.Elliott Hughes
2021-07-13Fix FramebufferTest#test_framebuffer.Elliott Hughes
2021-07-02Add a framebuffer test.Josh Gao
2020-11-09Temporarily disable tests due to flakiness.Josh Gao
2020-09-08adb: fix `push --sync` with multiple inputs.Josh Gao
2020-05-28adb: implement zstd compression for file sync.Josh Gao
2020-05-19adb: fix abb test.Josh Gao
2020-04-02adb: add dry-run option to push/sync.Josh Gao
2020-04-02adb: implement LZ4 compression.Josh Gao
2020-04-02adb: add interfaces for Encoder/Decoder.Josh Gao
2020-02-07adbd: add a perfunctory abb test.Josh Gao
2020-02-07adb: switch tests to python3.Josh Gao
2019-12-18adb: use poll instead of select in shell_service.Josh Gao
2019-10-01adb: disable failing test.Josh Gao
2019-09-25Merge "adb: fix infinite loop when attempting to push to //foo."Treehugger Robot
2019-09-26adb: fix infinite loop when attempting to push to //foo.Josh Gao
2019-09-13adb: fix old host transport selection.Josh Gao
2019-01-31adb: don't close sockets before hitting EOF.Josh Gao
2018-10-23Add feature flag for b/110953234 fix.Josh Gao
2018-10-12Revert "adb: don't close sockets before hitting EOF."Josh Gao
2018-10-04adb: don't close sockets before hitting EOF.Josh Gao
2018-09-26adb: fix test_device.FileOperationsTest.test_push_empty.Josh Gao
2018-09-20adb: make test_device.py executable.Josh Gao
2018-09-08Merge "adb: win32: test for Unicode console output"Treehugger Robot
2018-08-22adb: fix spurious usb write failure on Windows.Josh Gao
2018-08-11adb: win32: test for Unicode console outputSpencer Low
2018-08-08adb: disable test_device.FileOperationsTest.test_pull_symlink_dir.Josh Gao
2018-08-08adb: fix test_device.FileOperationsTest.test_push_emptyJosh Gao
2018-07-10adb: work around adbd push bug.Josh Gao
2018-07-09adbd: fix spurious failure to create dirs when pushing.Josh Gao
2018-04-16Remove out of date comment.Elliott Hughes
2018-04-10adb: properly calculate packet size on Mac.Josh Gao
2018-03-21adb: fix unicode file path test.Josh Gao
2018-03-19adb: add `adb shell exit 42` stress test.Josh Gao
2017-11-08Move GetDeviceTest from adb's test_device.py to adb package.Josh Gao
2017-09-13adb: partially revert 3cf1b36e.Josh Gao
2017-06-16adb: increase the shell command length limit.Josh Gao
2017-05-19Add --sync support to push.Dan Albert
2017-05-19Fix test following -p removal.Dan Albert
2017-05-03adb: use the actual wMaxPacketSize for usb endpoints.Josh Gao
2017-04-20adb: fix two device offline problems.Yabin Cui
2016-11-21adb: be more permissive in test_push_error_reporting.Josh Gao
2016-10-24Merge changes I34ba5757,Ie65a762aJosh Gao
2016-10-24adb: fix test_sighup.Josh Gao
2016-10-24adb: fix race condition in test_non_interactive_sigint.Josh Gao
2016-10-21Move "adb shell" over to getopt(3), and allow -tt on old devices.Elliott Hughes
2016-09-14adb: let `adb push` follow symlinks.Josh Gao
2016-06-23adb: add test for SIGHUP behavior.Josh Gao
2016-05-09adb: support forwarding TCP port 0.David Pursell
2016-04-26adb: fix test_device.py shell protocol checks.David Pursell