1. aafad9a Atest: Deletion of test history for bug detector. by kellyhung · 5 years ago
  2. cbd58f1 Merge "Atest: Support multiple selections." by Treehugger Robot · 5 years ago
  3. a2483a9 Atest: Make sure test data be fulshed befor call test method. by yelinhsieh · 5 years ago
  4. 131b3e5 Atest: Support multiple selections. by kellyhung · 6 years ago
  5. 3e44258 Merge "Atest: Detect catching bug and send metrics." by Treehugger Robot · 5 years ago
  6. 3ed27ef Merge "ATest: Update sample_test_cmd_result.json" by Treehugger Robot · 5 years ago
  7. 1efae1d ATest: Update sample_test_cmd_result.json by yangbill · 5 years ago
  8. de9bd29 Atest: Add internal user checking rule. by kellyhung · 5 years ago
  9. 52c63fa ATest: store test command result for verification. by yangbill · 5 years ago
  10. 7d004bb Atest: Detect catching bug and send metrics. by kellyhung · 6 years ago
  11. eaa6139 Merge "Prepare Asuite protos for a java build" by Treehugger Robot · 5 years ago
  12. f7f52e8 Prepare Asuite protos for a java build by Julien Desprez · 5 years ago
  13. 45395ba Merge "ATest: Show additional information for a test." by Treehugger Robot · 5 years ago
  14. 32225b7 ATest: Show additional information for a test. by nelsonli · 5 years ago
  15. 5a9d574 Merge "[Atest] Set raw data mode to be default while running robolectric test." by Treehugger Robot · 5 years ago
  16. 7bc398c Merge "ATest: Add tests for testing asuite share lib." by Treehugger Robot · 5 years ago
  17. 4347a53 [Atest] Set raw data mode to be default while running robolectric test. by yelinhsieh · 5 years ago
  18. 763f5ff ATest: Add tests for testing asuite share lib. by yangbill · 6 years ago
  19. 51bd910 Atest: Remove the redundant check in testfinder by nelsonli · 6 years ago
  20. 23ebedf ATest: include more information for perf test. by yangbill · 6 years ago
  21. 79c9b8e [ATest] Report assumption failure test status. by yelinhsieh · 6 years ago
  22. 5175610 ATest: Refine send_start_event arg's default value by yangbill · 5 years ago
  23. 2f39143 Asuite: Add a new api for asuite's clearcut start event by yangbill · 5 years ago
  24. b1cc264 ATest: Refactor 2 methods in module_finder. by kellyhung · 6 years ago
  25. d6c2c95 Merge "Atest: Send a FindTestFinishEvent when test found in fuzzy search." by Treehugger Robot · 6 years ago
  26. 31e976f Move DUMMY_UUID back into asuite_metrics so other tools can use libs safely. by Kevin Cheng · 6 years ago
  27. c5c3388 Merge "Atest: Mock clearcut to avoid collecting metrics when running unittests." by Treehugger Robot · 6 years ago
  28. 5161d93 ASuite: Enable metrics for acloud and aidegen. by kellyhung · 6 years ago
  29. 0e73f6b Atest: Mock clearcut to avoid collecting metrics when running unittests. by kellyhung · 6 years ago
  30. 86016c3 Atest: Send a FindTestFinishEvent when test found in fuzzy search. by kellyhung · 6 years ago
  31. e3fa175 Atest: Assign tool name in creating Metrics class. by kellyhung · 6 years ago
  32. 26e4bd9 Merge "Atest: Add AtestDetectEvent to quantify caught bugs." by Treehugger Robot · 6 years ago
  33. 5e773d3 Merge "ATest: Fix bug for extending the data instead of overwriting it." by Treehugger Robot · 6 years ago
  34. 4bf4f0e ATest: Fix bug for extending the data instead of overwriting it. by easoncylee · 6 years ago
  35. 218551d ATest: Refactor module_finder. by kellyhung · 6 years ago
  36. 67f359d Atest: Add AtestDetectEvent to quantify caught bugs. by kellyhung · 6 years ago
  37. c8dadcd Atest: Fix native tests which contain "@". by Jim Tang · 6 years ago
  38. 07ab0fe Merge "Search for native test with class name without possible file name prefix" by Dan Shi · 6 years ago
  39. c095efc Search for native test with class name without possible file name prefix by Dan Shi · 6 years ago
  40. ffa620b Merge "ATest: Let native test with install path as host support BOTH tests." by Treehugger Robot · 6 years ago
  41. 16ef4b2 Merge "ATest: Refactor tf_integration_finder." by Treehugger Robot · 6 years ago
  42. 32fd800 ATest: Let native test with install path as host support BOTH tests. by easoncylee · 6 years ago
  43. 6bcb4af Merge "ATest: Refactor cli_translator." by Treehugger Robot · 6 years ago
  44. 0f08573 ATest: Refactor tf_integration_finder. by kellyhung · 6 years ago
  45. 6a0ab7e Atest: parse PREUPLOAD_FILES in unittest script. by Jim Tang · 6 years ago
  46. cf72739 Merge "ATest: Skip finding Java classes when inputting native tests." by Treehugger Robot · 6 years ago
  47. 44a42cd Merge "ATest: Add one more integration test case." by Treehugger Robot · 6 years ago
  48. 5604ac1 ATest: Refactor cli_translator. by kellyhung · 6 years ago
  49. d5d6578 ATest: Ignore test status not in the status list for result report. by yangbill · 6 years ago
  50. 57739f8 ATest: Skip finding Java classes when inputting native tests. by yangbill · 6 years ago
  51. d740fa5 Atest: enable fuzzy searching for testable modules. by Jim Tang · 6 years ago
  52. 5a431bc Merge "[ATest] Save execution detail to file." by Treehugger Robot · 6 years ago
  53. 7b2d4fd Merge "Atest: Add 4 detailed events to metrics." by Treehugger Robot · 6 years ago
  54. 2a0bbc0 Merge "ATest: Enable code coverage report in atest unittest script." by Treehugger Robot · 6 years ago
  55. 391d124 Merge "ATest: Running integration test with options." by Treehugger Robot · 6 years ago
  56. 17abc79 Merge "ATest: Request +2 permission for ATest's python part." by Treehugger Robot · 6 years ago
  57. 4d5917d [ATest] Save execution detail to file. by yelinhsieh · 6 years ago
  58. cfedf00 ATest: Enable code coverage report in atest unittest script. by yangbill · 6 years ago
  59. 23c55b8 Atest: Add 4 detailed events to metrics. by kellyhung · 6 years ago
  60. 9a94f84 Merge "[ATest] Change logging for not yet handling TF event." by Treehugger Robot · 6 years ago
  61. 499ec54 [ATest] Change logging for not yet handling TF event. by yelinhsieh · 6 years ago
  62. 76c9eb9 ATest: Add one more integration test case. by yangbill · 6 years ago
  63. 26b41a6 ATest: Running integration test with options. by yangbill · 6 years ago
  64. 78bb53c Merge "[Atest] Speed up finding CC classes." by Treehugger Robot · 6 years ago
  65. 805afe7 [Atest] Speed up finding CC classes. by yelinhsieh · 6 years ago
  66. d7a7bd2 Merge "Atest: Change default user key for clearcut to the same dummy key." by Treehugger Robot · 6 years ago
  67. 495846b ATest: Request +2 permission for ATest's python part. by yangbill · 6 years ago
  68. f2be751 Merge "ATest: Not conver '-s $ANDROID_SERIAL' if target is null-device test" by Treehugger Robot · 6 years ago
  69. e683db2 Merge "ATest: Add pretty output support in robolectric test." by Treehugger Robot · 6 years ago
  70. a4fd1d9 ATest: Not conver '-s $ANDROID_SERIAL' if target is null-device test by yangbill · 6 years ago
  71. 0bd5a16 Atest: Change default user key for clearcut to the same dummy key. by kellyhung · 6 years ago
  72. 3632f35 Atest: Tab completion for atest-dev and atest-src by Jim Tang · 6 years ago
  73. 698c639 Merge "ATest: Solve bug when someone outside ATest uses module-info.py." by Treehugger Robot · 6 years ago
  74. bf56bcf ATest: Solve bug when someone outside ATest uses module-info.py. by easoncylee · 6 years ago
  75. 84766df Merge "Atest: Exit immediately when target and option are mutually exclusive." by Treehugger Robot · 6 years ago
  76. 924b883 Atest: Exit immediately when target and option are mutually exclusive. by kellyhung · 6 years ago
  77. 2151ac6 ATest: Add pretty output support in robolectric test. by yelinhsieh · 6 years ago
  78. 6fcdfc7 Merge "ATest: Add try catch import error in module-info.py" by Treehugger Robot · 6 years ago
  79. 885b530 ATest: Add try catch import error in module-info.py by yangbill · 6 years ago
  80. bcc0d37 ATest: Fix running atest atest_unittests crash by yangbill · 6 years ago
  81. de8ba90 Merge "Atest: new --list-module/-L argument for *ts." by Treehugger Robot · 6 years ago
  82. dfbe02d ATest: Update ATest to support GTS Authentication. by easoncylee · 6 years ago
  83. f0fb2b1 Atest: new --list-module/-L argument for *ts. by easoncylee · 6 years ago
  84. fa356df Merge "ATest: Refactor atest_tf_test_runner.py" by Treehugger Robot · 6 years ago
  85. 43eba9b Merge "Atest: rephrase external run exception message." by Treehugger Robot · 6 years ago
  86. 4ca4f69 Merge "Add atest_unittests to TEST_MAPPING" by Treehugger Robot · 6 years ago
  87. 6391b94 Atest: rephrase external run exception message. by kellyhung · 6 years ago
  88. 684d1b8 Merge "Atest: enhance tab completion for TEST_MAPPING." by Treehugger Robot · 6 years ago
  89. 125d9fe Add atest_unittests to TEST_MAPPING by Dan Shi · 6 years ago
  90. bc3ebfd Merge "Atest: Avoid odd option in tab completion." by Treehugger Robot · 6 years ago
  91. 570c78a ATest: Refactor atest_tf_test_runner.py by yelinhsieh · 6 years ago
  92. 58db271 Rename built name from atest to atest-dev by yangbill · 6 years ago
  93. e07f33c Atest: enhance tab completion for TEST_MAPPING. by Jim Tang · 6 years ago
  94. 8eb8535 Atest: Avoid odd option in tab completion. by kellyhung · 6 years ago
  95. 0fba481 Atest: Fix a atest_unittests crash on test server. by kellyhung · 6 years ago
  96. 3f2c163 Merge "ATest: Fix unit tests fail through test_mapping" by Treehugger Robot · 6 years ago
  97. 1067e48 ATest: Support user customize OUT_DIR_COMMON_BASE by yangbill · 6 years ago
  98. 27521b1 Merge "Support instant mode in atest" by Julien Desprez · 6 years ago
  99. 1c83517 Merge "atest: ATest integration tests plan." by Treehugger Robot · 6 years ago
  100. 071218e ATest: Fix unit tests fail through test_mapping by yangbill · 6 years ago