1. e657eb4 Fix some bionic death tests. by Elliott Hughes · 5 years ago
  2. aa8db1b Fix/update notices. by Elliott Hughes · 5 years ago
  3. ef0ec82 Merge "Revert "Disable signal frame unwinding tests on arm64"" by Ryan Prichard · 5 years ago
  4. cdace2f Revert "Disable signal frame unwinding tests on arm64" by Ryan Prichard · 5 years ago
  5. 6d5662d Merge "Fix freopen() where the path is null." by Elliott Hughes · 5 years ago
  6. a988ed6 Remove obsolete `cpp_std: "experimental"`. by Elliott Hughes · 5 years ago
  7. f9cfecf Fix freopen() where the path is null. by Elliott Hughes · 5 years ago
  8. 11874f8 Mark bionic-stress-test as not unit tests as it run forever by Julien Desprez · 5 years ago
  9. bfa3688 Merge "[MemInit] Remove old API, introduce new MemInit API." by Mitch Phillips · 5 years ago
  10. f700de5 Merge "Do not run clang-tidy with fortify tests." by Chih-hung Hsieh · 5 years ago
  11. 247892e Do not run clang-tidy with fortify tests. by Chih-Hung Hsieh · 5 years ago
  12. e91aebd Merge "Increase leniancy in an inherently flaky test." by Treehugger Robot · 5 years ago
  13. 82c3c11 Increase leniancy in an inherently flaky test. by Elliott Hughes · 5 years ago
  14. cf81e7c Merge changes from topic "proc_madvise_framework" by Edgar Arriaga · 5 years ago
  15. 9cad842 [MemInit] Remove old API, introduce new MemInit API. by Mitch Phillips · 5 years ago
  16. ee16c72 Merge "Ensure same order of global group members in all NS's" by Ryan Prichard · 5 years ago
  17. 058eb8f Ensure same order of global group members in all NS's by Ryan Prichard · 5 years ago
  18. 370e963 Remove a tautological #if guard. by Elliott Hughes · 5 years ago
  19. 7336663 Remove the now-unnecessary android_mallopt() options. by Elliott Hughes · 5 years ago
  20. 9f72aae Merge "Disable signal frame unwinding tests on arm64" by Ryan Prichard · 5 years ago
  21. d02148c Add a flag to distinguish shared VMAs by Edgar Arriaga · 5 years ago
  22. 315969a Disable signal frame unwinding tests on arm64 by Ryan Prichard · 5 years ago
  23. e925485 Merge "Make "disable memory mitigations" and "set heap tagging level" more available." by Elliott Hughes · 5 years ago
  24. 446b4dd Make "disable memory mitigations" and "set heap tagging level" more available. by Elliott Hughes · 5 years ago
  25. df6b16e (NFC) Sort the list of test dependencies alphabetically. by Evgenii Stepanov · 5 years ago
  26. 51741fb Tests for memory tagging ELF notes. by Evgenii Stepanov · 5 years ago
  27. 7e20117 Remove ANDROID_EXPERIMENTAL_MTE. by Peter Collingbourne · 5 years ago
  28. 8956439 Merge "Add tests for FNM_LEADING_DIR" by Tom Cherry · 5 years ago
  29. aa4fd18 Add tests for FNM_LEADING_DIR by Tom Cherry · 5 years ago
  30. 12afdf0 Merge "Simplify and improve tempnam() and tmpnam()." by Elliott Hughes · 5 years ago
  31. 439ebbd Simplify and improve tempnam() and tmpnam(). by Elliott Hughes · 5 years ago
  32. 6675ad3 Add trivial tests for fnmatch(3). by Elliott Hughes · 5 years ago
  33. 9eb85bf Change the android_mallopt(M_SET_HEAP_TAGGING_LEVEL) API. by Peter Collingbourne · 5 years ago
  34. 8589e09 Disable failing test __cxa_demangle#cxa_demangle_fuzz_167977068. by Elliott Hughes · 5 years ago
  35. f266f26 Improve __cxa_demangle#cxa_demangle_fuzz_167977068 diagnostics. by Elliott Hughes · 5 years ago
  36. e9eae51 Merge "Put __*_ARRAY__ symbols before prioritized init/fini funcs" by Ryan Prichard · 5 years ago
  37. 718a5fd Merge "Add a couple of demangler tests." by Elliott Hughes · 5 years ago
  38. de30635 Put __*_ARRAY__ symbols before prioritized init/fini funcs by Matthew Maurer · 5 years ago
  39. 413817f Add a couple of demangler tests. by Elliott Hughes · 5 years ago
  40. 7cda75f Add DoNotOptimize and use it in tests. by Elliott Hughes · 5 years ago
  41. 19f8486 Fix bug in finding another thread's TCB. by Vy Nguyen · 5 years ago
  42. 5d3aa86 Add an API for per-process disabling memory initialization. by Peter Collingbourne · 5 years ago
  43. 4edf74a Add an internal struct layout test. by Peter Collingbourne · 5 years ago
  44. 1559018 Merge "Copy the M_THREAD_DISABLE_MEM_INIT constant value into malloc.h." by Peter Collingbourne · 5 years ago
  45. 978eb16 Copy the M_THREAD_DISABLE_MEM_INIT constant value into malloc.h. by Peter Collingbourne · 5 years ago
  46. 379ed1e Explicitly add the include path for android_filesystem_config.h by Tom Cherry · 5 years ago
  47. 37c5ed3 Simplify native bridge skip check by Lev Rumyantsev · 5 years ago
  48. 8e5fc5b NGREG != ELF_NGREG. by Elliott Hughes · 5 years ago
  49. d065c04 Incorporate upstream's strptime %Z/%z support. by Elliott Hughes · 5 years ago
  50. 97ba12b Updated __libc_get_static_tls_bounds test to be more meaningful by Vy Nguyen · 5 years ago
  51. 62165a1 Cast from const void * -> const char * when using memchr(). by Stephen Hines · 5 years ago
  52. 1c502d4 Merge "Various coverage improvements." by Elliott Hughes · 5 years ago
  53. d4d7efc Merge "Add a thread-properties API (Based on proposal at https://sourceware.org/glibc/wiki/ThreadPropertiesAPI)" by Vy Nguyen · 5 years ago
  54. 7cebf83 Various coverage improvements. by Elliott Hughes · 5 years ago
  55. aadcb07 Merge "Cleanup for #inclusivefixit." by Elliott Hughes · 5 years ago
  56. d500751 Add a thread-properties API by Vy Nguyen · 6 years ago
  57. f08e70a Merge "Reimplement our no-op utmp.h functions more simply." by Elliott Hughes · 5 years ago
  58. 9a1d397 Reimplement our no-op utmp.h functions more simply. by Elliott Hughes · 6 years ago
  59. 422b204 Merge "Switch to musl memmem (via OpenBSD)." by Elliott Hughes · 6 years ago
  60. 6900a09 Merge "Trivial strxfrm coverage improvement." by Treehugger Robot · 6 years ago
  61. 5633caa Switch to musl memmem (via OpenBSD). by Elliott Hughes · 6 years ago
  62. 2e71c17 Trivial strxfrm coverage improvement. by Elliott Hughes · 6 years ago
  63. e41012f Merge "Enable coverage for libc." by Treehugger Robot · 6 years ago
  64. 8035caa Enable coverage for libc. by Pirama Arumuga Nainar · 6 years ago
  65. aff9a34 Rename linker greylist to exempt-list by Ryan Prichard · 6 years ago
  66. cf34653 More cleanup for #inclusivefixit. by Elliott Hughes · 6 years ago
  67. 3025f12 Merge "Add support for new scudo mallopt options." by Christopher Ferris · 6 years ago
  68. cab794c Move prebuilt library dependencies of bionic-unit-tests to Blueprint by Chris Parsons · 6 years ago
  69. 8844879 Add support for new scudo mallopt options. by Christopher Ferris · 6 years ago
  70. fce3187 Cleanup for #inclusivefixit. by Elliott Hughes · 6 years ago
  71. 9c6d60d Merge "Specify sections to merge in segment_gap_outer.lds more precisely" by Stephen Hines · 6 years ago
  72. 15027e0 Specify sections to merge in segment_gap_outer.lds more precisely by Stephen Hines · 6 years ago
  73. 613334b Merge "Cleanup for #inclusivefixit." by Treehugger Robot · 6 years ago
  74. cfd8f58 Cleanup for #inclusivefixit. by Elliott Hughes · 6 years ago
  75. 68ae6ad Changes for #inclusivefixit. by Elliott Hughes · 6 years ago
  76. 0f6b504 Remove stack address check in cfi_basic test. by Evgenii Stepanov · 6 years ago
  77. b9fa04d Don't test pw_shell for old vendor images by Tom Cherry · 6 years ago
  78. ed51fb9 Skip MTE tests with native_bridge by Evgeny Eltsin · 6 years ago
  79. 071416b Use PROT_NONE on the unused parts of CFI shadow. by Evgenii Stepanov · 6 years ago
  80. cdb4a26 Update upstream OpenBSD gdtoa. by Elliott Hughes · 6 years ago
  81. 15cbad3 Merge "Skip pthread.pthread_create__mmap_failures with native_bridge" by Evgeny Eltsin · 6 years ago
  82. 45b36c2 Skip pthread_leak* tests with native_bridge by Evgeny Eltsin · 6 years ago
  83. b4f7aaa Skip pthread.pthread_create__mmap_failures with native_bridge by Evgeny Eltsin · 6 years ago
  84. b56d118 Add util to skip tests with native_bridge by Evgeny Eltsin · 6 years ago
  85. 7ce3f2c Merge "Trivial test for difftime(3)." by Treehugger Robot · 6 years ago
  86. 208fdd1 Trivial test for difftime(3). by Elliott Hughes · 6 years ago
  87. 6a642f7 Merge "Add newline at end of error message" by Treehugger Robot · 6 years ago
  88. cb4a7c8 Add newline at end of error message by Pirama Arumuga Nainar · 6 years ago
  89. cacda52 Merge "Revert "Disable dlfcn#dlopen_system_libicuuc_ tests due to test failures on cuttlefish"" by vichang · 6 years ago
  90. 54e502e Revert "Temporarily disable FdsanTest.vfork." by Josh Gao · 6 years ago
  91. b8cd7e7 Revert "Disable dlfcn#dlopen_system_libicuuc_ tests due to test failures on cuttlefish" by vichang · 6 years ago
  92. 11f92fe Remove reference to deprecated option. by Christopher Ferris · 6 years ago
  93. b4cbff3 Temporarily disable FdsanTest.vfork. by Josh Gao · 6 years ago
  94. 01fb8d7 Disable dlfcn#dlopen_system_libicuuc_ tests due to test failures on cuttlefish by Victor Chang · 6 years ago
  95. e3bc50d Merge changes If42905f3,Id351a993,I8a082fd0 by Treehugger Robot · 6 years ago
  96. 10bad3e Merge "Move libicuuc.so into com.android.i18n module." by vichang · 6 years ago
  97. 4129113 fdtrack: don't do anything while vforked. by Josh Gao · 6 years ago
  98. 65fb2a7 fdsan: don't do anything when vforked. by Josh Gao · 6 years ago
  99. 2303283 Track whether a thread is currently vforked. by Josh Gao · 6 years ago
  100. f248d2d Move libicuuc.so into com.android.i18n module. by Victor Chang · 6 years ago