Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
cd63cae6b206a067fab1afe78f7647f1f2cb1513
/
adb
/
test_device.py
e4d66fc
adbd: add a perfunctory abb test.
by Josh Gao
· 6 years ago
93dee96
adb: switch tests to python3.
by Josh Gao
· 5 years ago
63da8e6
adb: use poll instead of select in shell_service.
by Josh Gao
· 6 years ago
ea3f43c
adb: disable failing test.
by Josh Gao
· 6 years ago
070c030
Merge "adb: fix infinite loop when attempting to push to //foo."
by Treehugger Robot
· 6 years ago
76b64ba
adb: fix infinite loop when attempting to push to //foo.
by Josh Gao
· 6 years ago
727b07b
adb: fix old host transport selection.
by Josh Gao
· 6 years ago
74b7ec7
adb: don't close sockets before hitting EOF.
by Josh Gao
· 7 years ago
fb08510
Add feature flag for b/110953234 fix.
by Josh Gao
· 7 years ago
faf1328
Revert "adb: don't close sockets before hitting EOF."
by Josh Gao
· 7 years ago
ffc11d3
adb: don't close sockets before hitting EOF.
by Josh Gao
· 7 years ago
ed17650
adb: fix test_device.FileOperationsTest.test_push_empty.
by Josh Gao
· 7 years ago
caab47f
adb: make test_device.py executable.
by Josh Gao
· 7 years ago
756e28e
Merge "adb: win32: test for Unicode console output"
by Treehugger Robot
· 7 years ago
5d799cd
adb: fix spurious usb write failure on Windows.
by Josh Gao
· 7 years ago
69d8c39
adb: win32: test for Unicode console output
by Spencer Low
· 7 years ago
a8db274
adb: disable test_device.FileOperationsTest.test_pull_symlink_dir.
by Josh Gao
· 7 years ago
6c1b42c
adb: fix test_device.FileOperationsTest.test_push_empty
by Josh Gao
· 7 years ago
0cee7cc
adb: work around adbd push bug.
by Josh Gao
· 7 years ago
4c0078d
adbd: fix spurious failure to create dirs when pushing.
by Josh Gao
· 7 years ago
77561c1
Remove out of date comment.
by Elliott Hughes
· 7 years ago
2ea4652
adb: properly calculate packet size on Mac.
by Josh Gao
· 7 years ago
2c621ae
adb: fix unicode file path test.
by Josh Gao
· 7 years ago
c970aef
adb: add `adb shell exit 42` stress test.
by Josh Gao
· 7 years ago
85d4789
Move GetDeviceTest from adb's test_device.py to adb package.
by Josh Gao
· 8 years ago
33d14b8
adb: partially revert b5e11415.
by Josh Gao
· 8 years ago
a019f78
adb: increase the shell command length limit.
by Josh Gao
· 8 years ago
06b0d6b
Add --sync support to push.
by Dan Albert
· 8 years ago
def4aae
Fix test following -p removal.
by Dan Albert
· 8 years ago
ef3d343
adb: use the actual wMaxPacketSize for usb endpoints.
by Josh Gao
· 8 years ago
b5e1141
adb: fix two device offline problems.
by Yabin Cui
· 8 years ago
79ce3fe
adb: be more permissive in test_push_error_reporting.
by Josh Gao
· 9 years ago
63660ad
Merge changes I34ba5757,Ie65a762a
by Josh Gao
· 9 years ago
470622f
adb: fix test_sighup.
by Josh Gao
· 9 years ago
e76b9f3
adb: fix race condition in test_non_interactive_sigint.
by Josh Gao
· 9 years ago
cabfa11
Move "adb shell" over to getopt(3), and allow -tt on old devices.
by Elliott Hughes
· 9 years ago
94dc19f
adb: let `adb push` follow symlinks.
by Josh Gao
· 9 years ago
fe50bb7
adb: add test for SIGHUP behavior.
by Josh Gao
· 9 years ago
eaae97e
adb: support forwarding TCP port 0.
by David Pursell
· 9 years ago
cf46741
adb: fix test_device.py shell protocol checks.
by David Pursell
· 9 years ago
255c5c8
adb: clean up quotes in test_device.py.
by Josh Gao
· 9 years ago
89ec3a8
adb: mkdir the correct directory name when pulling.
by Josh Gao
· 9 years ago
1e611a3
adb: symlinks to dirs count as dirs for pull destination.
by Josh Gao
· 9 years ago
afcdcd7
adb: check for an error response from adbd between each write.
by Josh Gao
· 9 years ago
f264224
adb: make pulling symlinks and devices work.
by Josh Gao
· 10 years ago
ce8f2cd
adb: make the test_pull_dir test actually test something.
by Josh Gao
· 10 years ago
191c154
Move adb tests to system/core/adb.
by Josh Gao
· 10 years ago
8858883
Move python-adb to development/python-packages.
by Dan Albert
· 10 years ago
1d758c9
Merge "adb unittest: make test_sync properly cleanup after itself"
by Elliott Hughes
· 10 years ago
544e795
adb: Kill subprocess when the client exits.
by David Pursell
· 10 years ago
80fdc0b
adb unittest: make test_sync properly cleanup after itself
by Spencer Low
· 10 years ago
606835a
adb: add client side shell protocol and enable.
by David Pursell
· 10 years ago
a54f14e
Merge "adb unittest: get test_unicode_paths passing on win32"
by Elliott Hughes
· 10 years ago
d8cce18
adb: fix adb install and adb push exit code, error handling, unittest
by Spencer Low
· 10 years ago
de4505f
adb unittest: get test_unicode_paths passing on win32
by Spencer Low
· 10 years ago
d4093f1
adb: Fix PTY logic for non-interactive shells.
by David Pursell
· 10 years ago
3841a9f
Leave the evidence lying around if an adb test fails.
by Elliott Hughes
· 10 years ago
3e7feda
adb/test_device.py fixes for win32 and no use of ANDROID_SERIAL
by Spencer Low
· 10 years ago
e2b4a5f
Fix AndroidDevice.get_prop, add tests.
by Dan Albert
· 10 years ago
8e1fdd7
Create adb Python package.
by Dan Albert
· 10 years ago