1. a9b3c31 Make VTS Python script run on Windows by Hsin-Yi Chen · 8 years ago
  2. 091b4ac Stop/start Android runtime for binary tests. by Tri Vo · 8 years ago
  3. 610645c Merge "Use CallFunction for Hidl HAL driver." by Zhuoyao Zhang · 8 years ago
  4. 002f5bf Merge "build a data flow path to pass hwbinder service name from a py test case to a target-side driver" by Keun Soo Yim · 8 years ago
  5. eb43c56 build a data flow path to pass hwbinder service name from a py test case by Keun Soo Yim · 8 years ago
  6. d3a982f Use CallFunction for Hidl HAL driver. by Zhuoyao Zhang · 8 years ago
  7. 421fea1 Support bi-directional profiling analysis. by Ryan Campbell · 8 years ago
  8. 308fdd8 Re-work coverage configs to support multiple proj. by Ryan Campbell · 8 years ago
  9. 0618101 Display hostname on VTS dashboard. by Ryan Campbell · 8 years ago
  10. aa2ad7b enable profiling directly from AndroidTest.xml by Yuexi Ma · 8 years ago
  11. 838ce50 Merge "Prevent a possible ValueError when header is an empty string. This might happen when device crashes as a result of a host-sent shell command, which is sometimes the case with PoC tests." by Tri Vo · 8 years ago
  12. 94162a7 Prevent a possible ValueError when header is an empty string. by Tri Vo · 8 years ago
  13. 19dc89b Fix string formatting bug in VTS runner. by Ryan Campbell · 8 years ago
  14. a4ba393 add a missing parameter in runner by Yuexi Ma · 8 years ago
  15. f97beaf fix run_32bit_on_64bit option checking on runner by Yuexi Ma · 8 years ago
  16. 9c1ec63 minor code refactoring by Yuexi Ma · 8 years ago
  17. 496b3c4 Fix bug in logging and reduce log entries. by Ryan Campbell · 8 years ago
  18. f362818 get and put abi name in result report message by Yuexi Ma · 8 years ago
  19. 1307785 web db catch TestSilent case. Fix silent test included in web db upload result by Yuexi Ma · 8 years ago
  20. 1d6162f Improve support for different types of coverage. by Ryan Campbell · 8 years ago
  21. 965dd93 Merge "Create coverage utils for processing coverage." by Ryan Campbell · 8 years ago
  22. 08816bb Merge "separate the logic of testEntrySetup and testSetup. This fixes filtered test emitting "object has no attribute '_current_test_report_msg'" issue" by Yuexi Ma · 8 years ago
  23. 4e22899 separate the logic of testEntrySetup and testSetup. This fixes filtered test emitting "object has no attribute '_current_test_report_msg'" issue by Yuexi Ma · 8 years ago
  24. 8ff8812 Merge "Suppport profiling on target side." by TreeHugger Robot · 8 years ago
  25. 2733a9f Create coverage utils for processing coverage. by Ryan Campbell · 8 years ago
  26. 04a59ae new api to grab raw native code coverage from a HAL mirror by Keun Soo Yim · 8 years ago
  27. 485e8a5 Suppport profiling on target side. by Zhuoyao Zhang · 8 years ago
  28. e3a42e4 Merge "added an option to run 32bit tests on 64bit abi" by Yuexi Ma · 8 years ago
  29. 55d7e04 Merge "Added a method to get user parameter as return value instead of attribute" by Yuexi Ma · 8 years ago
  30. 0226295 Merge "added ExecuteShellCommand to python util class" by TreeHugger Robot · 8 years ago
  31. 1ff8ee9 added ExecuteShellCommand to python util class by Yuexi Ma · 8 years ago
  32. 3ad0dcb Merge "check abi bitness to filter out tests of unmatched bitness" by TreeHugger Robot · 8 years ago
  33. fb20bb3 added an option to run 32bit tests on 64bit abi by Yuexi Ma · 8 years ago
  34. c1396c0 Added a method to get user parameter as return value instead of attribute by Yuexi Ma · 8 years ago
  35. b5132a4 check abi bitness to filter out tests of unmatched bitness by Yuexi Ma · 8 years ago
  36. b98b467 call test case's tearDownClass before super class's one by Keun Soo Yim · 8 years ago
  37. b796d90 Support parsing trace data and upload to web. by Zhuoyao Zhang · 8 years ago
  38. 52fcd2c Add support for profiling test in VTS. by Zhuoyao Zhang · 8 years ago
  39. d0edf0b Merge "add AOSP copyright notice to each file" by Keun Soo Yim · 8 years ago
  40. b05f84e add AOSP copyright notice to each file by Keun Soo Yim · 8 years ago
  41. c281838 Modify runner for code coverage support. by Ryan Campbell · 8 years ago
  42. 0c98989 return scalar value directly for enum type hidl return value by Keun Soo Yim · 8 years ago
  43. c7afed5 Merge "Use config options instead of hardcoded values." by Ryan Campbell · 8 years ago
  44. 6295065 use component_name to specify a target_component by Keun Soo Yim · 8 years ago
  45. f59878d Use config options instead of hardcoded values. by Ryan Campbell · 8 years ago
  46. 542efcb use package instead of component_type in case of HIDL_HAL by Keun Soo Yim · 8 years ago
  47. 9d960e0 derive test name from a .config file and add a codelab staging test by Keun Soo Yim · 8 years ago
  48. f8d6e5b fix runner's base_test not printing errors that happen in generated test trigger function before runGeneratedTests is invoked by Yuexi Ma · 8 years ago
  49. fcf0e70 use baseline config iff test_bed isn't set (local direct run) by Keun Soo Yim · 8 years ago
  50. 52db1df make local run using a config (without device info) work by Keun Soo Yim · 8 years ago
  51. 79f221a Indicate failures on dashboard when runner fails. by Ryan Campbell · 8 years ago
  52. e3f6529 yapf -i style=pep8 on vts runners/host directory by Yuexi Ma · 8 years ago
  53. 4007a00 Merge "test suite not required user param. separate method of test filtering for overriding" by Yuexi Ma · 8 years ago
  54. f3afb60 test suite not required user param. separate method of test filtering for overriding by Yuexi Ma · 8 years ago
  55. 03ce5fb Implement custom email notification subscriptions. by Ryan Campbell · 8 years ago
  56. 789fbd6 Add shared library feature to binary runner for porting bionic gtests into VTS by Yuexi Ma · 8 years ago
  57. 09e8de7 Merge "set x-axis and y-axis labels for graph plotting" by Keun Soo Yim · 8 years ago
  58. 4236c1a set x-axis and y-axis labels for graph plotting by Keun Soo Yim · 8 years ago
  59. 3353584 add working directory feature to binary tests, fix unicode issue, fix by Yuexi Ma · 8 years ago
  60. 0bb94cb rename binary_paths to binary_test_sources by Yuexi Ma · 8 years ago
  61. 8de11a5 create binary test runner. gtest runner extends from binary test runner by Yuexi Ma · 8 years ago
  62. caa6969 limit gtest output file name length, rename gtest template by Yuexi Ma · 8 years ago
  63. b34e8c7 enable comma separation, fix gtest filter, apply gtest runner to cpu_profiling test by Yuexi Ma · 8 years ago
  64. 115be01 Merge "Add user-friendly Gtest support to VTS, and simplified CPU profiling test according" by Yuexi Ma · 8 years ago
  65. d5592d2 Merge "fix test filter in runner" by TreeHugger Robot · 8 years ago
  66. bb47568 Add user-friendly Gtest support to VTS, and simplified CPU profiling by Yuexi Ma · 8 years ago
  67. aeaacbc fix test filter in runner by Yuexi Ma · 8 years ago
  68. e8d1638 Merge "Add include/exclude filters to vts runner" by TreeHugger Robot · 8 years ago
  69. c4be042 Merge "Fix runner's generatedTest issue of having to be inside a test" by TreeHugger Robot · 8 years ago
  70. 8594194 Add include/exclude filters to vts runner by Yuexi Ma · 8 years ago
  71. f87f2c6 Fix runner's generatedTest issue of having to be inside a test by Yuexi Ma · 8 years ago
  72. 25968d7 runner uses a config-provided name if specified as a test name by Keun Soo Yim · 8 years ago
  73. ea1ae5a fix: camera v2 and v3 tests by Keun Soo Yim · 8 years ago
  74. 1fc5aaf Merge "fix: use extend to assign a list to a repeated int field" by Keun Soo Yim · 8 years ago
  75. 4d50546 Merge "fix: add mising return keyword" by Keun Soo Yim · 8 years ago
  76. 20b5a96 fix: use extend to assign a list to a repeated int field by Keun Soo Yim · 8 years ago
  77. 3918be0 fix: add mising return keyword by Keun Soo Yim · 8 years ago
  78. 38862d5 Send alert emails when VTS testcases fail. by Ryan Campbell · 8 years ago
  79. 9912740 add binder throughput test by Keun Soo Yim · 8 years ago
  80. acaa924 Merge changes from topic 'coverage_vector' by Keun Soo Yim · 8 years ago
  81. eaf5134 upload coverage line vector instead of html by Keun Soo Yim · 8 years ago
  82. c7f449d use default config if not given (for direct cmd-line runs) by Keun Soo Yim · 8 years ago
  83. 1a04c56 use lists instead of a dictionary to keep the original order by Keun Soo Yim · 8 years ago
  84. 605fe33 upload profiling result to the same test result table instead of a by Keun Soo Yim · 8 years ago
  85. b1ec081 Merge "use ComponentSpecificationMessage proto (refactoring)" by Keun Soo Yim · 8 years ago
  86. 59fb349 use ComponentSpecificationMessage proto (refactoring) by Keun Soo Yim · 8 years ago
  87. 2c96692 Merge "remove debugging routine" by Keun Soo Yim · 8 years ago
  88. 94018c3 Merge "vts extension for Return hidl-gen feature and HIDL synchronous callback" by Keun Soo Yim · 8 years ago
  89. 656996f Merge "Create tests for socket functions in libc." by TreeHugger Robot · 8 years ago
  90. 312bd59 Create tests for socket functions in libc. by Ryan Campbell · 8 years ago
  91. c21de7c vts extension for Return hidl-gen feature and HIDL synchronous callback by Keun Soo Yim · 8 years ago
  92. d8c2665 VTS test case to measure and check hwbinder performance by Keun Soo Yim · 8 years ago
  93. 6784471 Merge changes I6a8be185,If9e0e8d8,Ic47db2db,Ic00d15bf by Yuexi Ma · 8 years ago
  94. dd83512 Fix a bug where TestRunner.stop is never executed.... by Ang Li · 8 years ago
  95. f7e1c19 Add support for test case filters in VTS-TradeFed by Yuexi Ma · 8 years ago
  96. ee30a84 Enable multiple file support for GCNO packaging. by Ryan Campbell · 8 years ago
  97. b93a89b Merge "populate coverage stats fields (covered over instrumented lines)" by TreeHugger Robot · 8 years ago
  98. 28d30dc populate coverage stats fields (covered over instrumented lines) by Keun Soo Yim · 8 years ago
  99. eb699fc support all nfc hidl hal apis by Keun Soo Yim · 8 years ago
  100. 55d2781 support the ping command in runner by Keun Soo Yim · 8 years ago