1. 2d06559 Temporarily disable a test. by Elliott Hughes · 2 years, 2 months ago
  2. a169116 Fix FramebufferTest#test_framebuffer. by Elliott Hughes · 2 years, 11 months ago
  3. e83431c Add a framebuffer test. by Josh Gao · 3 years ago
  4. beae8a2 Temporarily disable tests due to flakiness. by Josh Gao · 3 years, 7 months ago
  5. 89837af adb: fix `push --sync` with multiple inputs. by Josh Gao · 3 years, 9 months ago
  6. bdebc9b adb: implement zstd compression for file sync. by Josh Gao · 4 years ago
  7. dfa7ba6 adb: fix abb test. by Josh Gao · 4 years ago
  8. 8a410a0 adb: add dry-run option to push/sync. by Josh Gao · 4 years, 2 months ago
  9. fb386cc adb: implement LZ4 compression. by Josh Gao · 4 years, 2 months ago
  10. bfcd8ff adb: add interfaces for Encoder/Decoder. by Josh Gao · 4 years, 2 months ago
  11. 32e903d adbd: add a perfunctory abb test. by Josh Gao · 4 years, 4 months ago
  12. 4218d85 adb: switch tests to python3. by Josh Gao · 4 years, 4 months ago
  13. a7e4b45 adb: use poll instead of select in shell_service. by Josh Gao · 4 years, 6 months ago
  14. 1aab898 adb: disable failing test. by Josh Gao · 4 years, 8 months ago
  15. 002deee Merge "adb: fix infinite loop when attempting to push to //foo." by Treehugger Robot · 4 years, 8 months ago
  16. ce6d3a5 adb: fix infinite loop when attempting to push to //foo. by Josh Gao · 4 years, 8 months ago
  17. 0779075 adb: fix old host transport selection. by Josh Gao · 4 years, 9 months ago
  18. 18f7a5c adb: don't close sockets before hitting EOF. by Josh Gao · 5 years ago
  19. 281aab7 Add feature flag for b/110953234 fix. by Josh Gao · 6 years ago
  20. 9425027 Revert "adb: don't close sockets before hitting EOF." by Josh Gao · 6 years ago
  21. de4b85e adb: don't close sockets before hitting EOF. by Josh Gao · 6 years ago
  22. 290ccaf adb: fix test_device.FileOperationsTest.test_push_empty. by Josh Gao · 6 years ago
  23. 9f7e9f2 adb: make test_device.py executable. by Josh Gao · 6 years ago
  24. e997b08 Merge "adb: win32: test for Unicode console output" by Treehugger Robot · 6 years ago
  25. 9fae876 adb: fix spurious usb write failure on Windows. by Josh Gao · 6 years ago
  26. 35a47db adb: win32: test for Unicode console output by Spencer Low · 6 years ago
  27. fcd0ffb adb: disable test_device.FileOperationsTest.test_pull_symlink_dir. by Josh Gao · 6 years ago
  28. c117edb adb: fix test_device.FileOperationsTest.test_push_empty by Josh Gao · 6 years ago
  29. 37f11f5 adb: work around adbd push bug. by Josh Gao · 6 years ago
  30. f967117 adbd: fix spurious failure to create dirs when pushing. by Josh Gao · 6 years ago
  31. ffe0c42 Remove out of date comment. by Elliott Hughes · 6 years ago
  32. c7f2d19 adb: properly calculate packet size on Mac. by Josh Gao · 6 years ago
  33. 4f8504e adb: fix unicode file path test. by Josh Gao · 6 years ago
  34. 160bf7e adb: add `adb shell exit 42` stress test. by Josh Gao · 6 years ago
  35. a5443fb Move GetDeviceTest from adb's test_device.py to adb package. by Josh Gao · 7 years ago
  36. 6e0ed55 adb: partially revert 3cf1b36e. by Josh Gao · 7 years ago
  37. 0501202 adb: increase the shell command length limit. by Josh Gao · 7 years ago
  38. 8449e06 Add --sync support to push. by Dan Albert · 7 years ago
  39. b29a57b Fix test following -p removal. by Dan Albert · 7 years ago
  40. 3734cf0 adb: use the actual wMaxPacketSize for usb endpoints. by Josh Gao · 7 years ago
  41. 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 7 years ago
  42. cb6497a adb: be more permissive in test_push_error_reporting. by Josh Gao · 8 years ago
  43. 9208c67 Merge changes I34ba5757,Ie65a762a by Josh Gao · 8 years ago
  44. 6a8ce06 adb: fix test_sighup. by Josh Gao · 8 years ago
  45. 76ffdac adb: fix race condition in test_non_interactive_sigint. by Josh Gao · 8 years ago
  46. 02e3378 Move "adb shell" over to getopt(3), and allow -tt on old devices. by Elliott Hughes · 8 years ago
  47. 1deea10 adb: let `adb push` follow symlinks. by Josh Gao · 8 years ago
  48. 2eae66e adb: add test for SIGHUP behavior. by Josh Gao · 8 years ago
  49. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  50. 4b38af4 adb: fix test_device.py shell protocol checks. by David Pursell · 8 years ago
  51. 18f7420 adb: clean up quotes in test_device.py. by Josh Gao · 8 years ago
  52. a842b38 adb: mkdir the correct directory name when pulling. by Josh Gao · 8 years ago
  53. 49726bc adb: symlinks to dirs count as dirs for pull destination. by Josh Gao · 8 years ago
  54. a53abe7 adb: check for an error response from adbd between each write. by Josh Gao · 8 years ago
  55. d9a2fd6 adb: make pulling symlinks and devices work. by Josh Gao · 8 years ago
  56. 3875279 adb: make the test_pull_dir test actually test something. by Josh Gao · 8 years ago
  57. 49e3c63 Move adb tests to system/core/adb. by Josh Gao · 8 years ago
  58. a63cbef Move python-adb to development/python-packages. by Dan Albert · 9 years ago
  59. af0e48b Merge "adb unittest: make test_sync properly cleanup after itself" by Elliott Hughes · 9 years ago
  60. 2b8d4a4 adb: Kill subprocess when the client exits. by David Pursell · 9 years ago
  61. 2c426c9 adb unittest: make test_sync properly cleanup after itself by Spencer Low · 9 years ago
  62. 8a5a5aa adb: add client side shell protocol and enable. by David Pursell · 9 years ago
  63. 09c62f4 Merge "adb unittest: get test_unicode_paths passing on win32" by Elliott Hughes · 9 years ago
  64. c1a3133 adb: fix adb install and adb push exit code, error handling, unittest by Spencer Low · 9 years ago
  65. 4e639e6 adb unittest: get test_unicode_paths passing on win32 by Spencer Low · 9 years ago
  66. 87c2995 adb: Fix PTY logic for non-interactive shells. by David Pursell · 9 years ago
  67. 69de294 Leave the evidence lying around if an adb test fails. by Elliott Hughes · 9 years ago
  68. bf85d52 adb/test_device.py fixes for win32 and no use of ANDROID_SERIAL by Spencer Low · 9 years ago
  69. 38094c1 Fix AndroidDevice.get_prop, add tests. by Dan Albert · 9 years ago
  70. a4169f9 Create adb Python package. by Dan Albert · 9 years ago