1. 10ba4bd Reduce unnecessary quoting for --gtest_filter. by Elliott Hughes · 8 years ago
  2. 32f608d Remove test that adds no coverage. by Elliott Hughes · 8 years ago
  3. b1cc5bd Use -Werror in bionic/tests by Chih-Hung Hsieh · 8 years ago
  4. 0086fc8 Rename the fortify compile-time diags test by George Burgess IV · 8 years ago
  5. e5d66eb libc: Disable FORTIFY if we're using clang-tidy. by George Burgess IV · 8 years ago
  6. 14e3ff9 Implement <spawn.h>. by Elliott Hughes · 8 years ago
  7. 268ae36 Make bionic tests build for linux_bionic by Dan Willemsen · 8 years ago
  8. 41704cd Don't run exec_with_ld_config_file* tests on non-production devices by Jiyong Park · 8 years ago
  9. b3639ad Merge changes I76dde1e3,I54fec461 by Elliott Hughes · 8 years ago
  10. 8465e96 Add <sys/random.h>. by Elliott Hughes · 8 years ago
  11. ae407e5 Remove default libraries by Dan Willemsen · 8 years ago
  12. f1c568d Add <glob.h>. by Elliott Hughes · 8 years ago
  13. 50cda38 Use __RENAME for long double functions. by Elliott Hughes · 8 years ago
  14. 2286b9f Remove clang: true by Lennart Wieboldt · 8 years ago
  15. 45da326 Add tests for all C11 headers. by Elliott Hughes · 8 years ago
  16. a648733 Implement <iconv.h>. by Elliott Hughes · 8 years ago
  17. d9551db Disable FORTIFY on ASAN builds by George Burgess IV · 8 years ago
  18. 02586a2 linker: the global group is added to all built-in namespaces by Jiyong Park · 9 years ago
  19. f32d484 tests: clean up bionic-unit-tests-static linking by Elliott Hughes · 8 years ago
  20. 1de6d0b Merge "Make <sys/ttydefaults.h> more usable." by Elliott Hughes · 9 years ago
  21. 02fdd05 Make <sys/ttydefaults.h> more usable. by Elliott Hughes · 9 years ago
  22. b9797fe Bionic: Add ziparchive test dependency by Andreas Gampe · 9 years ago
  23. 7f6bcc4 Merge "Remove `volatile` from the `__errno` declaration." by Treehugger Robot · 9 years ago
  24. e452cb1 Remove `volatile` from the `__errno` declaration. by Elliott Hughes · 9 years ago
  25. 4b1a399 libc: Sync qsort(3) with FreeBSD revision r318515. by Xin Li · 9 years ago
  26. 5059939 Enable exporting the non-uapi scsi headers. by Elliott Hughes · 9 years ago
  27. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 9 years ago
  28. d390df1 Restore ELF32_ST_INFO/ELF64_ST_INFO. by Elliott Hughes · 9 years ago
  29. 5deddda Merge "Add basic tests for <link.h>." by Elliott Hughes · 9 years ago
  30. ee1e0a3 Update static functions/macro definitions. by Christopher Ferris · 9 years ago
  31. 7c10abb Add basic tests for <link.h>. by Elliott Hughes · 9 years ago
  32. f1db837 Add missing required libraries by Dimitry Ivanov · 9 years ago
  33. 4bd3542 'make bionic-unit-tests' now builds all the required binaries by Dimitry Ivanov · 9 years ago
  34. 7d15dc3 Add tests for pthread TLS leak. by Josh Gao · 9 years ago
  35. ba267f4 Add tests for <endian.h>. by Elliott Hughes · 9 years ago
  36. 3c81d5b Remove bionic-unit-tests-gcc by Dimitry Ivanov · 9 years ago
  37. 16b2a4d Revert "Revert "Remove limit of system property name length"" by Dimitry Ivanov · 9 years ago
  38. 489f58b Revert "Remove limit of system property name length" by Dimitry Ivanov · 9 years ago
  39. 5c1ce27 Remove limit of system property name length by Dimitry Ivanov · 10 years ago
  40. 082bec5 Merge "Runtime support for CFI" by Evgenii Stepanov · 9 years ago
  41. 0a3637d Runtime support for CFI by Evgenii Stepanov · 10 years ago
  42. 2a3b4fa Rename libdebuggerd_client to libdebuggerd_handler. by Josh Gao · 9 years ago
  43. 1f553ea Switch bionic-unit-tests to libc++_static. by Yabin Cui · 9 years ago
  44. 940d460 Merge "Revert "Revert "move android_ids into bionic""" by Elliott Hughes · 9 years ago
  45. 462ea66 Fix bionic-unit-tests-static crash by Dimitry Ivanov · 9 years ago
  46. ac4bd2f Add test for elf-hash and packed relocations by Dimitry Ivanov · 9 years ago
  47. 3f6eee9 Revert "Revert "move android_ids into bionic"" by Elliott Hughes · 9 years ago
  48. 77cb68d Revert "move android_ids into bionic" by Elliott Hughes · 9 years ago
  49. 1a13db5 move android_ids into bionic by William Roberts · 10 years ago
  50. bd734f0 Merge "Use icu4c to implement <wctype.h>." by Elliott Hughes · 9 years ago
  51. a57ca0d Use icu4c to implement <wctype.h>. by Elliott Hughes · 9 years ago
  52. 8684157 Merge "Implement <langinfo.h>." by Elliott Hughes · 9 years ago
  53. d0b5c3a Fix bionic-unit-tests-glibc by Dimitry Ivanov · 9 years ago
  54. fc8e688 Implement <langinfo.h>. by Elliott Hughes · 9 years ago
  55. 927877c bionic-unit-tests: remove dependency on ANDROID_DATA by Dimitry Ivanov · 9 years ago
  56. 708589f bionic-unit-tests: Create symlinks in runtime by Dimitry Ivanov · 9 years ago
  57. 7b29495 Update escaping in Android.bp files by Colin Cross · 9 years ago
  58. c462c28 Make static library for loader tests by Dimitry Ivanov · 9 years ago
  59. a36e59b Move test libraries under /data/nativetests by Dimitry Ivanov · 9 years ago
  60. 4156770 cc_test_library now creates shared libraries too by Dan Willemsen · 9 years ago
  61. 7c59f3f Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>. by Elliott Hughes · 9 years ago
  62. f6495c7 Stop #define'ing __func__ and __restrict. by Elliott Hughes · 9 years ago
  63. 1291e50 Remove bionic's now-unused UniquePtr. by Elliott Hughes · 9 years ago
  64. 2722ebb Convert bionic benchmarks and tests to Android.bp by Colin Cross · 10 years ago