1. 9a27410 fortify: import tests from Chrome OS by George Burgess IV · 6 years ago
  2. db48e0c tests: use clang's -verify instead of FileCheck by George Burgess IV · 6 years ago
  3. 6fc8dc2 remove bionic-compile-time-tests-g++ by Sajid Dalvi · 7 years ago
  4. 38997e4 Use -Werror in bionic/tests by Chih-Hung Hsieh · 8 years ago
  5. 0086fc8 Rename the fortify compile-time diags test by George Burgess IV · 8 years ago
  6. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 8 years ago
  7. 816676e Add test for libraries with textrels by Dimitry Ivanov · 9 years ago
  8. 5595834 linker: add test for zeroed out shdr_table_ by Dimitry Ivanov · 9 years ago
  9. 4623044 linker: add test for zero shdr offset by Dimitry Ivanov · 9 years ago
  10. 8bdf70e linker: add test for empty shdr table by Dimitry Ivanov · 9 years ago
  11. c9a9561 linker: add test for zero shstrndx by Dimitry Ivanov · 9 years ago
  12. ff25581 Remove some duplication in the makefile by Dimitry Ivanov · 9 years ago
  13. cb86c31 linker: add test for zero e_shentsize by Dimitry Ivanov · 9 years ago
  14. 972e3d0 Add test for misaligned section header by Dimitry Ivanov · 9 years ago
  15. 9700bab linker: disallow W + E PT_LOAD segments by Dimitry Ivanov · 9 years ago
  16. 2722ebb Convert bionic benchmarks and tests to Android.bp by Colin Cross · 9 years ago
  17. c6190a9 We have the _r ether_ntoa/ether_aton functions too. by Elliott Hughes · 9 years ago
  18. 7ba106c Fix <wctype.h>. by Elliott Hughes · 9 years ago
  19. 1faca6c Add a test exercising ptrace watchpoint functionality by Pavel Labath · 9 years ago
  20. 6cfb84b Add trivial no-op <nl_types.h>. by Elliott Hughes · 9 years ago
  21. 26fda77 Fix b64_pton. by Elliott Hughes · 9 years ago
  22. 37b23cb Merge "Add <sys/quota.h>." by Elliott Hughes · 9 years ago
  23. eafad49 Add <sys/quota.h>. by Elliott Hughes · 9 years ago
  24. 3735539 Rename the <grp.h>/<pwd.h> tests to reflect that they're no longer in stubs.cpp. by Elliott Hughes · 9 years ago
  25. 5375bf6 Add SysV signal handling by Greg Hackmann · 9 years ago
  26. fc69a8a Improve and fix the stack-protector tests. by Elliott Hughes · 9 years ago
  27. 63fedd7 Enable clang for x86_64 after fp128 fix in clang-2577113. by Chih-Hung Hsieh · 9 years ago
  28. 0c485da Add in6addr_any and in6addr_loopback symbols. by Elliott Hughes · 10 years ago
  29. 5f26c6b Really add adjtimex(2), and add clock_adjtime(2) too. by Elliott Hughes · 10 years ago
  30. f68dcbe Fix our fortify tests for global -Werror. by Dan Albert · 10 years ago
  31. 0ac0cee Remove dlmalloc. by Josh Gao · 10 years ago
  32. c0ffcec Remove dependency on zipalign. by Christopher Ferris · 10 years ago
  33. 13f26a7 Add method to run fortified versions of funcs. by Christopher Ferris · 10 years ago
  34. 9361ad3 Fix <sys/sysmacros.h>. by Elliott Hughes · 10 years ago
  35. 588213a Add basic tests for <net/if.h>. by Elliott Hughes · 10 years ago
  36. 09f4651 Replace MALLOC_IMPL with MALLOC_SVELTE. by Josh Gao · 10 years ago
  37. 9cddb48 Revert "Revert "Implement getifaddrs(3)/freeifaddrs(3)."" by Elliott Hughes · 10 years ago
  38. bd4d45d Add tests for /proc/self/fd and /proc/self/task/TID/fd access by Nick Kralevich · 10 years ago
  39. 76814a8 Revert "Implement getifaddrs(3)/freeifaddrs(3)." by Yi Kong · 10 years ago
  40. 0945ed5 Implement getifaddrs(3)/freeifaddrs(3). by Elliott Hughes · 10 years ago
  41. a32fc86 Don't use StringPrintf() in gtest runner. by Yabin Cui · 10 years ago
  42. d4c9b9d Improve unit test runner. by Yabin Cui · 10 years ago
  43. f688c5d Add bionic-unit-tests-gcc{32,64}, compiled with gcc. by Chih-Hung Hsieh · 10 years ago
  44. 1e79540 Enable clang to compile more tests. by Chih-Hung Hsieh · 10 years ago
  45. 2ed1b29 FORTIFY_SOURCE: make sure gcc unittests are compiled with gcc by Nick Kralevich · 10 years ago
  46. 5058a00 Enable clang for modules failed with TLS. by Chih-Hung Hsieh · 10 years ago
  47. eb9b925 Fix GNU/POSIX basename headers. by Josh Gao · 10 years ago
  48. bc6379d Remove the workaround which fixes JOB_COUNT in CTS test. by Yabin Cui · 10 years ago
  49. 55f87a0 Merge "Force non-color output for bionic FileCheck tests" by Colin Cross · 10 years ago
  50. 4a54ec8 Merge "Add .PHONY for phony bionic test targets" by Colin Cross · 10 years ago
  51. 840be7c Force non-color output for bionic FileCheck tests by Colin Cross · 10 years ago
  52. b67afb3 Add .PHONY for phony bionic test targets by Colin Cross · 10 years ago
  53. daaaed1 Force cts to only run one test at a time. by Christopher Ferris · 10 years ago
  54. 7660a08 Remove libpagemap include hack. by Elliott Hughes · 10 years ago
  55. f8a2243 <netinet/udp.h> should include <linux/udp.h>. by Elliott Hughes · 10 years ago
  56. 767fb1c build bionic gtest runner on mac. by Yabin Cui · 10 years ago
  57. 5341691 Move up to C++14. by Dan Albert · 10 years ago
  58. 7656d0c Add one simple thread local storage test. by Chih-Hung Hsieh · 10 years ago
  59. 361d4b4 We don't have CXX_BARE any more by Ying Wang · 10 years ago
  60. 91ce715 Add test for an Android kernel bug about prctl. by Yabin Cui · 10 years ago
  61. e79d06b Use gcc to build and test x86_64 long double code. by Chih-Hung Hsieh · 10 years ago
  62. de4e27e Remove libdl* tests from bionic-unit-tests-static by Dmitriy Ivanov · 10 years ago
  63. bf18c61 Add a sys/procfs.h. by Dan Albert · 10 years ago
  64. be57a40 Add process_vm_readv and process_vm_writev. by Elliott Hughes · 10 years ago
  65. 2825f10 libc: Add O_PATH support for fgetxattr / fsetxattr by Nick Kralevich · 10 years ago
  66. 79fd668 Add functions to provide target sdk version by Dmitriy Ivanov · 10 years ago
  67. 5624a6a Move pthread_atfork_dlclose test out of static lib by Dmitriy Ivanov · 10 years ago
  68. 6612d7a Enable dlsym_df_1_global test for arm/arm64 by Dmitriy Ivanov · 10 years ago
  69. f796985 Fix bug for recursive/errorcheck mutex on 32-bit devices. by Yabin Cui · 10 years ago
  70. 947aded Add test for thread_local keyword. by Dmitriy Ivanov · 10 years ago
  71. df79c33 Initial implementation of __cxa_thread_atexit_impl by Dmitriy Ivanov · 10 years ago
  72. 24e8871 Rename fortify_sprintf_warnings.cpp to fortify_compilation_test.cpp. by Yabin Cui · 10 years ago
  73. f623747 Make bionic gtest main be compatible with gtest output format for cts test. by Yabin Cui · 10 years ago
  74. b6e3e80 Add the fortify tests back into the glibc tests. by Elliott Hughes · 11 years ago
  75. 247cfe0 Merge "Add <error.h>." by Elliott Hughes · 11 years ago
  76. b8a8cf0 Add <error.h>. by Elliott Hughes · 11 years ago
  77. 14152b9 Remove obsolete BUILD_TINY_ANDROID. by Elliott Hughes · 11 years ago
  78. 4ce907d Allow make to set a timeout for the host tests. by Dan Albert · 11 years ago
  79. 62284dd There's no such thing as LOCAL_CXXFLAGS. by Elliott Hughes · 11 years ago
  80. 6104eb9 Add target libbionic_gtest_main for cts test. by Yabin Cui · 11 years ago
  81. bfa15e4 Set linux 32bit personality for 32 bit processes by Dmitriy Ivanov · 11 years ago
  82. 294d1e2 better gtest runner for bionic by Yabin Cui · 11 years ago
  83. 65f0df7 Implement <pty.h>. by Elliott Hughes · 11 years ago
  84. 06b1b8c Extract bionic-prepare-run-on-host to inc file. by Dmitriy Ivanov · 11 years ago
  85. a55126f Create /system/lib(64)? symlinks for host tests. by Dmitriy Ivanov · 11 years ago
  86. 9fea409 bionic tests: add setjmp/_setjmp/sigsetjmp tests. by Yongqin Liu · 11 years ago
  87. eef1eb6 Merge "Allow asan for glibc tests." by Dan Albert · 11 years ago
  88. 01f1ff2 Allow asan for glibc tests. by Dan Albert · 11 years ago
  89. 9d93986 Add functions in sysinfo.h. by Yabin Cui · 11 years ago
  90. b335677 Add test for --hash-style=sysv by Dmitriy Ivanov · 11 years ago
  91. b8ee16f Fix our <complex.h> support. by Elliott Hughes · 11 years ago
  92. 1b37ba2 Improve math tests to allow a specific ulp bound. by Elliott Hughes · 11 years ago
  93. 62b7279 Make host tests depend on /system/etc/hosts. by Dan Albert · 11 years ago
  94. 4e446b1 Fix arm64 and arm builds. by Dmitriy Ivanov · 11 years ago
  95. d225a5e Fix symbol lookup order during relocation by Dmitriy Ivanov · 11 years ago
  96. 50321e2 [x86,x86_64] Fix libgcc unwinding through signal by Pavel Chupin · 11 years ago
  97. 095636e Fix *tests-run-on-host target by Dmitriy Ivanov · 11 years ago
  98. 1e8ebdc Make the netdb unit tests work on the host. by Elliott Hughes · 11 years ago
  99. 4a9e193 Correct way to specify additional dependencies by Dmitriy Ivanov · 11 years ago
  100. 3ea4d56 Use ln(1) rather than cp(1) to set up host /system for testing. by Elliott Hughes · 11 years ago