1. 7fc5425 Start forwarding the new invoc failure event by Julien Desprez · 4 years, 3 months ago
  2. d997789 Improve some of the messages to make them clearer by Julien Desprez · 4 years, 3 months ago
  3. e393c1c Report unexecuted expected instrumentation tests by Julien Desprez · 4 years, 4 months ago
  4. edb2a0c Ensure run failure is forwarded properly by Julien Desprez · 4 years, 4 months ago
  5. e5bdb4c Populate a bit more of the invocation interfaces by Julien Desprez · 5 years ago
  6. e4abca3 Allow the forwarding to work for multi-modules and non-modules by Julien Desprez · 5 years ago
  7. 2e19eaa Create the RetryDecision and refactor it out by Julien Desprez · 5 years ago
  8. 4943c57 Start cleaning the Retry organization to extract it by Julien Desprez · 5 years ago
  9. 5cdec9f Keep track of when a run was started by Julien Desprez · 5 years ago
  10. 69c2620 Module level reporting made some logs missing by Julien Desprez · 5 years ago
  11. f94d308 Ensure that we report all logs even when no run by Julien Desprez · 5 years ago
  12. 0c490df Avoid actually merging results if there is only 1 by Julien Desprez · 6 years ago
  13. 42aa6dd Attempt to make CollectingTestListener merging thread-safe by Julien Desprez · 6 years ago
  14. 7ea0bd4 Avoid NPE when out of sequence retry is scheduled (for any reason) by Julien Desprez · 6 years ago
  15. 0dd832d Make the underlying result map of CollectingTestListener thread safe by Julien Desprez · 6 years ago
  16. bcd2ff3 Make CollectingtestListener non-interface method thread safe by Julien Desprez · 6 years ago
  17. 96a6a99 Converge the expected tests tracking to TestRunResult by Julien Desprez · 6 years ago
  18. dc18665 Define the MergingStrategy for results by Julien Desprez · 6 years ago
  19. 93a041b Ensure an early failure is not lost by Julien Desprez · 6 years ago
  20. a6d559e Allow CollectingTestListener to track attempts by Eric Rowe · 6 years ago
  21. 7d8e0c6 Reorder methods for CollectingTestListener by Eric Rowe · 6 years ago
  22. 6a19da7 Add method stubs to CollectingTestListener by Eric Rowe · 6 years ago
  23. 29a81ea Flip testEnded to proto version by default by Julien Desprez · 6 years ago
  24. 74089e1 Flip testRunEnded default to proto metrics by Julien Desprez · 6 years ago
  25. 6b9a947 Continue updating reporting to proto metrics by Julien Desprez · 6 years ago
  26. e349ced Continue the update to proto metrics interface by Julien Desprez · 6 years ago
  27. d55b47c Introduce a first ordering of logs and association by jdesprez · 6 years ago
  28. 9c6eb22 Add the new proto interface to suites by jdesprez · 6 years ago
  29. 5390ce8 Store the logFile information for test cases in suite by jdesprez · 6 years ago
  30. 109b1de Replace TestIdentifier by TestDescription by jdesprez · 6 years ago
  31. 821a005 Drop TestRunResult and TestResult in core TF by jdesprez · 7 years ago
  32. a438332 add util method for counting test run failures by Guang Zhu · 7 years ago
  33. 51beee8 Introduce testModuleStart/End callbacks by jdesprez · 7 years ago
  34. bc580f9 DO NOT MERGE: Copy TF master to oc-dev by jdesprez · 7 years ago
  35. 4f7ade0 Fix elapsed time of tests by using new ddmlib callback by jdesprez · 7 years ago
  36. b08b6ed Report fail count without assump failure by Julien Desprez · 7 years ago
  37. 1047f36 Fix NPE with cluster invocation and reporter by Julien Desprez · 7 years ago
  38. 3972a76 Test Suite improvements for tests tracking by Julien Desprez · 7 years ago
  39. 9adeb51 Continue update of invocationStart by Julien Desprez · 8 years ago
  40. aa3745f Fix number of tests reported. by Kevin Lau Fang · 8 years ago
  41. 138643d Fix javadocs link warnings by Julien Desprez · 8 years ago
  42. dc53cde Refactor Reporting with InvocationMetadata by Julien Desprez · 8 years ago
  43. 53353e6 Initial Refactoring of reporting for InvocationContext by Julien Desprez · 8 years ago
  44. ac32e66 Fix project warnings for easier readability by Julien Desprez · 8 years ago
  45. 2ea6ede Adjust to new junit4 test result states by Brett Chabot · 10 years ago
  46. c9e5268 Fix bugs in tradefed javadoc by Omari Stephens · 11 years ago
  47. f39b58f Exposing some methods out from the Reporters. by Tsu Chiang Chuang · 12 years ago
  48. 683ee43 Source code cleanup. by Brett Chabot · 13 years ago
  49. b70f560 Add TestRunResult.getNumCompleteTests() by Brett Chabot · 13 years ago
  50. c59ed54 Add support for tracking not executed tests. by Brett Chabot · 13 years ago
  51. d5769e3 Get rid of caching test counts in CollectingTestListener. by Brett Chabot · 13 years ago
  52. 0eabebe global auto organize imports. by Brett Chabot · 13 years ago
  53. 45bdfd7 Make CollectingTestListener store the start and end time of tests. by Brett Chabot · 13 years ago
  54. 0829eea Beef up EmailResultReporter. by Brett Chabot · 13 years ago
  55. facc14b Display default values for Options in help. by Brett Chabot · 13 years ago
  56. 41978ee Create an interface for a clonable InputStream wrapper by Omari Stephens · 13 years ago
  57. beaebb0 Split classes in targetsetup package into two packages. by Brett Chabot · 13 years ago
  58. d110d21 Add ability to sum run metrics. by Brett Chabot · 14 years ago
  59. 5371491 Fix instrumentation test collection. by Brett Chabot · 14 years ago
  60. 465355b Make CollectingTestListener capture metrics and run error message. by Brett Chabot · 14 years ago
  61. df92b27 Forward coverage target info for tests to listeners. by Brett Chabot · 14 years ago
  62. 5c95807 Fix test counts in CollectingTestListener. by Brett Chabot · 14 years ago
  63. 4d081a9 Fix instrumentation test failure handling. by Brett Chabot · 14 years ago
  64. 873741a Support test run names. by Brett Chabot · 14 years ago
  65. 5ec5292 Refactor out an interface for DeviceBuildInfo. by Brett Chabot · 14 years ago
  66. a01abfe Create a Test Summary type by Omari Stephens · 14 years ago
  67. 203296c Create a Summary consumer interface for ITestInvocationListener by Omari Stephens · 14 years ago
  68. 81e6ce0 Make TF source compile against pending ITestListener changes by Omari Stephens · 14 years ago
  69. fe88a15 Add build error handling. by Brett Chabot · 14 years ago
  70. 42fb282 update testRunEnded callback for an extra parameter by Guang Zhu · 14 years ago
  71. b5ca64c Hack to fix build - probably doesn't run by Jean-Baptiste Queru · 14 years ago
  72. 3759c85 Another round of Tradefed bug fixes: by Brett Chabot · 14 years ago
  73. 057e16e Logging and build info changes. by Brett Chabot · 14 years ago
  74. be5ac9f Make enum public so it can be used from other classes by Omari Stephens · 14 years ago
  75. feeb214 Support for capturing device logcat in background. by Brett Chabot · 14 years ago
  76. fccfc61 Add a result reporter that outputs to an XML file. by Brett Chabot · 14 years ago
  77. 51a4e3d Support instrumentation test re-running and individual test timeout. by Brett Chabot · 14 years ago