- 2c445d9 Merge "Nullability check for stdio module" by Zijun Zhao · 2 years, 10 months ago
- b6e7e2c Merge "Remove #pragma workarounds for %b/%B." by Elliott Hughes · 2 years, 10 months ago
- 00a3dba Nullability check for stdio module by zijunzhao · 2 years, 10 months ago
- 6f231ce Remove #pragma workarounds for %b/%B. by Elliott Hughes · 2 years, 10 months ago
- ee824ae Merge "add test for using malloced stack for pthread_create" by Florian Mayer · 2 years, 10 months ago
- 90dd5f0 Merge "Don't run GWP ASan integration tests under HWASan." by Christopher Ferris · 2 years, 10 months ago
- f966620 add test for using malloced stack for pthread_create by Florian Mayer · 2 years, 10 months ago
- 92a4d2b Don't run GWP ASan integration tests under HWASan. by Christopher Ferris · 2 years, 10 months ago
- 6bda367 Merge "Nullability check for dlfcn module" by Zijun Zhao · 2 years, 10 months ago
- 2b67014 Disable elftls_dl#dtv_resize on HWASan by Florian Mayer · 2 years, 10 months ago
- 447c346 Nullability check for dlfcn module by zijunzhao · 2 years, 10 months ago
- 8ab38e2 Skip zeroed malloc tests on hwasan. by Christopher Ferris · 2 years, 11 months ago
- 02b6bbc Verify that allocated memory is always zeroed. by Christopher Ferris · 3 years, 7 months ago
- d975506 Nullability check for utmp module by zijunzhao · 3 years ago
- 0ad996d Merge "Re-enable the POSIX header tests for musl." by Treehugger Robot · 3 years ago
- d05de20 Re-enable the POSIX header tests for musl. by Elliott Hughes · 3 years ago
- c3952c9 Merge "Add #ifdefs to make POSIX header tests pass for musl" by Treehugger Robot · 3 years ago
- b6830ca Add #ifdefs to make POSIX header tests pass for musl by Colin Cross · 3 years ago
- 2ef5937 Only run mallopt_smoke test on bionic. by Christopher Ferris · 3 years ago
- e620266 Nullability check for time module. by zijunzhao · 3 years ago
- dc9ad89 Merge "Disable clang-tidy for malloc_test.cpp" by Chih-hung Hsieh · 3 years ago
- 6fae614 Disable clang-tidy for malloc_test.cpp by Chih-Hung Hsieh · 3 years ago
- d791a65 Merge changes I7ba9cef9,Ia191be0b,I16ba3dc8 by Ryan Prichard · 3 years, 1 month ago
- c2adad1 Use abi::__cxa_demangle declared in cxxabi.h by Ryan Prichard · 3 years, 1 month ago
- 321f349 __cxa_atexit_test: declare __cxa_atexit and __cxa_finalize by Ryan Prichard · 3 years, 1 month ago
- 0565497 Add rlim64_t to libc/include/sys/resource by Elie Kheirallah · 3 years, 1 month ago
- 5a918d9 Nullability check for stdlib module. by zijunzhao · 3 years, 1 month ago
- 7c2ce66 Merge "[MTE] test for exception cleanup." by Florian Mayer · 3 years, 1 month ago
- dfe67d2 Tell people when they've messed up with fcntl(FD_SETFD). by Elliott Hughes · 3 years, 10 months ago
- ec9f023 Add invalid riscv64 ELF files for the linker tests. by Elliott Hughes · 3 years, 1 month ago
- 73840b5 Merge "Update sys_ptrace_test.cpp for riscv64." by Elliott Hughes · 3 years, 1 month ago
- 89719df Update sys_ptrace_test.cpp for riscv64. by Elliott Hughes · 3 years, 2 months ago
- fc03503 Update a comment to be more intention-revealing. by Elliott Hughes · 3 years, 2 months ago
- 2cc2910 Disable MemtagNoteTest#SEGV for native bridge by dimitry · 3 years, 2 months ago
- f5f4112 [MTE] test for exception cleanup. by Florian Mayer · 3 years, 5 months ago
- 974b15e Merge "Fix-up for change in pwd/grp ids for PRNG seeder daemon" into android13-tests-dev am: d06e75b7e3 by Orion Hodson · 3 years, 2 months ago
- f5fd5ad Fix-up for change in pwd/grp ids for PRNG seeder daemon by Orion Hodson · 3 years, 2 months ago
- 4b0e16b Merge "Fix stdio -NaN tests for riscv64." by Treehugger Robot · 3 years, 2 months ago
- e0a9a38 Fix stdio -NaN tests for riscv64. by Elliott Hughes · 3 years, 2 months ago
- 4ceb347 Add riscv64 lrint.S. by Elliott Hughes · 3 years, 2 months ago
- b9af067 Merge "Fix bionic tests for undefined __SIGRTMIN in musl" by Treehugger Robot · 3 years, 2 months ago
- 23b986c Fix bionic tests for undefined __SIGRTMIN in musl by Colin Cross · 3 years, 2 months ago
- f2be65d Merge "Remove explicit lists of ABIs." by Treehugger Robot · 3 years, 2 months ago
- 3f73ea6 Remove explicit lists of ABIs. by Elliott Hughes · 3 years, 2 months ago
- 017bd98 riscv64: fix <fenv.h> tests. by Elliott Hughes · 3 years, 2 months ago
- e1905ed riscv64 setjmp. by Elliott Hughes · 3 years, 2 months ago
- d25a5e7 Add an explicit test that fegetenv()/fesetenv() includes the rounding mode. by Elliott Hughes · 3 years, 3 months ago
- 5cc8a46 riscv64's struct stat is the same as arm64's. by Elliott Hughes · 3 years, 3 months ago
- 4b13827 Merge "Merge "stack_protector_DeathTest#modify_stack_protector: avoid flake." into android12-tests-dev am: 793d1fb5ab" into android12L-tests-dev am: 6aa3bdfb16 by Automerger Merge Worker · 3 years, 3 months ago
- e2a10da Merge "Do not strip bionic test helpers" by Florian Mayer · 3 years, 3 months ago
- b24c89b stack_protector_DeathTest#modify_stack_protector: avoid flake. by Elliott Hughes · 3 years, 3 months ago
- 37b4a15 Do not strip bionic test helpers by Florian Mayer · 3 years, 3 months ago
- 7819140 [MTE] use GTEST_SKIP on non-MTE hw for memtag_stack_test by Florian Mayer · 3 years, 3 months ago
- 2653252 Cast sysinfo.uptime for musl by Colin Cross · 3 years, 3 months ago
- 23ce50c stack_protector_DeathTest#modify_stack_protector: avoid flake. by Elliott Hughes · 3 years, 3 months ago
- 82be76b Add __freadahead. by Elliott Hughes · 3 years, 3 months ago
- 298bcec Merge "Add android_mallopt to query MTE stack state" by Florian Mayer · 3 years, 4 months ago
- 76da7ba Fix tests/NOTICE file. by Christopher Ferris · 3 years, 4 months ago
- cc61ad8 Add android_mallopt to query MTE stack state by Florian Mayer · 3 years, 4 months ago
- 4474270 Merge "Revert^2 "memtag_stack tests."" by Florian Mayer · 3 years, 4 months ago
- c82d7fc Revert^2 "memtag_stack tests." by Florian Mayer · 3 years, 4 months ago
- 376e9b0 Merge "Revert "memtag_stack tests."" by Florian Mayer · 3 years, 4 months ago
- 8162b05 Revert "memtag_stack tests." by Florian Mayer · 3 years, 4 months ago
- 5c6c043 Merge "memtag_stack tests." by Florian Mayer · 3 years, 4 months ago
- d624d2f memtag_stack tests. by Evgenii Stepanov · 3 years, 8 months ago
- 75f40e8 Merge android12L-tests-dev@8941410. by Xin Li · 3 years, 4 months ago
- f9fac36 Merge "Add C23's memset_explicit()." by Elliott Hughes · 3 years, 5 months ago
- d1c3d4a Merge "Add %b and %B support to the scanf/wscanf and strto*/wcsto* families." by Elliott Hughes · 3 years, 5 months ago
- 1f462de Add %b and %B support to the scanf/wscanf and strto*/wcsto* families. by Elliott Hughes · 3 years, 5 months ago
- 0d64243 Add C23's memset_explicit(). by Elliott Hughes · 3 years, 5 months ago
- 462c542 Merge "Don't even try to allocate 2GiB on LP32." by Elliott Hughes · 3 years, 5 months ago
- 5d35ab8 [MTE] Add comment about nested ScopedDisableMTE in test. by Florian Mayer · 3 years, 5 months ago
- 0cac291 Don't even try to allocate 2GiB on LP32. by Elliott Hughes · 3 years, 5 months ago
- b813a6a Add %b and %B support to the printf/wprintf family. by Elliott Hughes · 3 years, 5 months ago
- 27b3ad2 Merge "Simplify the implementation of get_nproc()." by Elliott Hughes · 3 years, 5 months ago
- 6f4bb07 Merge "fread: cope with >2GiB totals." by Elliott Hughes · 3 years, 5 months ago
- be78fc9 fread: cope with >2GiB totals. by Elliott Hughes · 3 years, 5 months ago
- d771a7c Simplify the implementation of get_nproc(). by Elliott Hughes · 3 years, 5 months ago
- 24bfd8e Handle null TM_ZONE in z case in strftime. by Almaz Mingaleev · 3 years, 6 months ago
- 10fed72 Add post 2100 year mktime test. by Almaz Mingaleev · 3 years, 6 months ago
- 1f3c8d6 Extend bionic-unit-tests timeout. by Mitch Phillips · 3 years, 6 months ago
- ecca883 Merge "Revert "Revert "Do not look for tzdata file in /data.""" by Almaz Mingaleev · 3 years, 6 months ago
- da75bb6 Revert "Revert "Do not look for tzdata file in /data."" by Almaz Mingaleev · 3 years, 6 months ago
- 9634c36 Add persistent GWP-ASan sysprops. by Mitch Phillips · 3 years, 6 months ago
- 0219fe8 Merge "Bump tzcode from 2016g to 2022a*." by Almaz Mingaleev · 3 years, 7 months ago
- 5411aff Bump tzcode from 2016g to 2022a*. by Almaz Mingaleev · 3 years, 11 months ago
- 3031a7e memtag_stack: vfork and longjmp support. by Evgenii Stepanov · 3 years, 8 months ago
- 1b8ebea Disable close_range test for musl by Colin Cross · 3 years, 7 months ago
- d285f43 Merge "Merge "mntent_test: don't assume /proc isn't the first mount." into android10-tests-dev am: 0462cfb766" into android11-tests-dev am: 0a5cc21c42 by Automerger Merge Worker · 3 years, 8 months ago
- ab9bb66 Merge "mntent_test: don't assume /proc isn't the first mount." into android10-tests-dev am: 0462cfb766 by Shubhangi Pawar · 3 years, 8 months ago
- 1727595 mntent_test: don't assume /proc isn't the first mount. by Elliott Hughes · 3 years, 8 months ago
- 1e393b0 mntent_test: don't assume /proc isn't the first mount. by Elliott Hughes · 3 years, 8 months ago
- c2e412e Add copy_file_range(2) syscall stub to bionic. by zijunzhao · 3 years, 8 months ago
- 6087a27 Merge changes I158862fd,Ieb9de996 by Alix Espino · 3 years, 8 months ago
- b65e105 add new Linux close_range() system call to bionic by Maciej Żenczykowski · 4 years ago
- bbe7c69 Merge "Fix missing null-terminator to exec call." am: 7587e20eaf by Florian Mayer · 3 years, 8 months ago
- 9dff7da Removing clang_cflags to check if they're even necessary by Alix · 3 years, 8 months ago
- d256925 Moved contents of clang_cflags into cflags by Alix · 3 years, 8 months ago
- e2d50fe Properly fix heap_tagging_helper for HWASan. by Florian Mayer · 3 years, 8 months ago
- 1627acb Merge "Merge "Fix unistd.exec_argv0_null for new kernels." into android10-tests-dev am: 16457fd9d0" into android11-tests-dev am: ede618aef2 by Automerger Merge Worker · 3 years, 8 months ago