1. 5cec377 Address a bunch of clang-tidy complaints. by Elliott Hughes · 8 years ago
  2. cabc77f Always wrap waitpid in TEMP_FAILURE_RETRY. by Elliott Hughes · 8 years ago
  3. 5e235c8 Fix support for typed tests and parameterized tests. by Yabin Cui · 8 years ago
  4. 10ba4bd Reduce unnecessary quoting for --gtest_filter. by Elliott Hughes · 8 years ago
  5. 93a89f8 Make xfail passes not failures. by Elliott Hughes · 8 years ago
  6. 828b9e1 Fix clang-tidy perfomrance warnings. by wy · 8 years ago
  7. 5b2cd3a Use libbase for realpath and dirname by Dimitry Ivanov · 8 years ago
  8. 7d15dc3 Add tests for pthread TLS leak. by Josh Gao · 8 years ago
  9. 0105222 Add support for expected failures to gtest runner. by Josh Gao · 9 years ago
  10. c641a95 Fix gtest_filter of bionic gtest runner. by Yabin Cui · 9 years ago
  11. cf75462 Fix the way to find negative filter pattern. by Yabin Cui · 9 years ago
  12. d0b5c3a Fix bionic-unit-tests-glibc by Dimitry Ivanov · 9 years ago
  13. 48de71e Show amount of parallelism in gtest output. by Elliott Hughes · 9 years ago
  14. a36e59b Move test libraries under /data/nativetests by Dimitry Ivanov · 9 years ago
  15. a456fae List failing tests last, to reduce the amount of scrolling. by Elliott Hughes · 9 years ago
  16. 5543746 Pass argc/argv/envp to dso constructors by Dimitry Ivanov · 9 years ago
  17. 2ba1cf3 Fix dlopen of main executable by absolute path by Dimitry Ivanov · 9 years ago
  18. d17a377 linker: print "not accessible" error message to the log by Dimitry Ivanov · 9 years ago
  19. 09a9964 Escape failure messages in XML test output. by Dan Albert · 10 years ago
  20. a32fc86 Don't use StringPrintf() in gtest runner. by Yabin Cui · 10 years ago
  21. d4c9b9d Improve unit test runner. by Yabin Cui · 10 years ago
  22. bc6379d Remove the workaround which fixes JOB_COUNT in CTS test. by Yabin Cui · 10 years ago
  23. 0b2acdf Use const auto& in for loops. by Elliott Hughes · 10 years ago
  24. daaaed1 Force cts to only run one test at a time. by Christopher Ferris · 10 years ago
  25. 767fb1c build bionic gtest runner on mac. by Yabin Cui · 10 years ago
  26. bf830ad Omit comment when reading --gtest_list_tests option's output. by Yabin Cui · 10 years ago
  27. 119cb55 gtest_repeat should allow negative values. by Christopher Ferris · 10 years ago
  28. 64a9c4f Make gtest_main exit 1 when some test are failed. by Yabin Cui · 10 years ago
  29. f623747 Make bionic gtest main be compatible with gtest output format for cts test. by Yabin Cui · 10 years ago
  30. ea9c933 Make all output of child test go to parent process in gtest_main. by Yabin Cui · 10 years ago
  31. ead0814 Add path separator in bionic-unit-tests program path. by Yabin Cui · 10 years ago
  32. 1d4c780 Add signal handling in bionic gtest main. by Yabin Cui · 10 years ago
  33. 11c4353 Add --gtest-filter as synonym for --gtest_filter in bionic gtest main. by Yabin Cui · 11 years ago
  34. 0bc4e96 Fix parse of gtest_filter in bionic gtest main. by Yabin Cui · 11 years ago
  35. 4a82ede Rename "TIMEWARN" to "SLOW" in bionic gtest. by Yabin Cui · 11 years ago
  36. 657b1f9 Support --gtest_ouput option in bionic gtest main. by Yabin Cui · 11 years ago
  37. 516eb53 Remove testcase time printing in bionic-unit-tests. by Yabin Cui · 11 years ago
  38. be83736 Make bionic-unit-tests default run isolate mode. by Yabin Cui · 11 years ago
  39. 294d1e2 better gtest runner for bionic by Yabin Cui · 11 years ago