platform_bionic/tests
2024-06-04 18:20:48 +00:00
..
headers Add LINE_MAX. 2024-04-09 15:41:10 +00:00
libs Merge "Fix StaticTlsLayout for atypical alignment values" into main 2024-03-21 21:38:59 +00:00
math_data
prebuilt-elf-files Revert "Add a memtag-globals test to bionic" 2023-12-06 19:01:17 +00:00
__aeabi_read_tp_test.cpp
__cxa_atexit_test.cpp __cxa_atexit_test: declare __cxa_atexit and __cxa_finalize 2022-12-08 17:43:29 -08:00
__cxa_demangle_test.cpp cxa_demangle_test: expand accepted outputs 2024-02-23 20:00:35 -08:00
__cxa_thread_atexit_test.cpp
_FILE_OFFSET_BITS_test.cpp
alloca_test.cpp
Android.bp Revert^2 "Convert Android.mk under bionic to Android.bp" 2024-05-24 13:56:08 +00:00
android_get_device_api_level.cpp Consistently use #if defined(__BIONIC__). 2023-09-28 10:47:51 -07:00
android_set_abort_message_test.cpp In android_set_abort_message, check for nullptr. 2022-04-12 13:46:48 -07:00
android_unsafe_frame_pointer_chase_test.cpp
arpa_inet_test.cpp
assert_test.cpp
async_safe_test.cpp Add strerrordesc_np() and strerrorname_np(). 2023-09-27 11:21:12 -07:00
atexit_test.cpp
bionic_allocator_test.cpp bionic: tests: Remove PAGE_SIZE usage 2023-10-19 15:49:50 -07:00
buffer_tests.cpp
buffer_tests.h
bug_26110743_test.cpp
byteswap_test.cpp
cfi_test.cpp Remove workaround for a fixed bug. 2024-03-16 00:22:00 +00:00
clang_fortify_tests.cpp Remove historical cruft. 2024-05-01 22:43:31 +00:00
complex_test.cpp <complex.h>: stop using __INTRODUCED_IN_(32|64). 2023-06-12 10:22:12 -07:00
core_shared_libs.h
ctype_test.cpp
dirent_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
dl_test.cpp Remove workaround for a fixed bug. 2024-03-16 00:22:00 +00:00
dlext_private.h
dlext_test.cpp Remove workaround for a fixed bug. 2024-03-16 00:22:00 +00:00
dlfcn_symlink_support.cpp
dlfcn_symlink_support.h
dlfcn_test.cpp Fix orthography of GetTestLibRoot(). 2024-03-12 22:37:13 +00:00
elf_test.cpp
elftls_dl_test.cpp Remove workaround for a fixed bug. 2024-03-16 00:22:00 +00:00
elftls_test.cpp Fix StaticTlsLayout for atypical alignment values 2024-03-20 17:01:35 -07:00
endian_test.cpp
errno_test.cpp
error_test.cpp
eventfd_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
execinfo_test.cpp Don't assume size of functions. 2023-07-28 15:51:38 -07:00
fcntl_test.cpp [RESTRICT AUTOMERGE] fcntl_F_SETFD test: allow both Android 14 and 2024Q1 behavior. 2024-01-06 00:28:41 +00:00
fdsan_test.cpp Remove unused define 2024-02-14 03:35:17 +00:00
fdtrack_test.cpp Clean up how we skip tests when a syscall isn't in the kernel. 2023-09-22 17:15:25 -07:00
fenv_test.cpp riscv64: fix <fenv.h> tests. 2022-10-18 23:47:28 +00:00
float_test.cpp
fnmatch_test.cpp
fortify_test.cpp Remove a few glibc #if hacks. 2024-01-04 16:44:57 -08:00
fortify_test_main.cpp
ftw_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
getauxval_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
getcwd_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
glob_test.cpp
grp_pwd_file_test.cpp
grp_pwd_test.cpp Merge "grp_pwd_test: Hack around "trunk stable"." into android14-tests-dev am: 40f12b4aa6 2024-02-21 23:00:31 +00:00
gtest_globals.cpp Fix orthography of GetTestLibRoot(). 2024-03-12 22:37:13 +00:00
gtest_globals.h Fix orthography of GetTestLibRoot(). 2024-03-12 22:37:13 +00:00
gtest_main.cpp
gtest_preinit_debuggerd.cpp
gtest_utils.h
gwp_asan_test.cpp No tombstones under normal bionic unit tests run. 2023-07-24 17:51:41 -07:00
heap_tagging_level_test.cpp Remove workaround for a fixed bug. 2024-03-16 00:22:00 +00:00
hwasan_test.cpp Fix the hwasan_test copyright header. 2023-04-24 17:10:20 -07:00
iconv_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
ifaddrs_test.cpp Remove a few glibc #if hacks. 2024-01-04 16:44:57 -08:00
ifunc_test.cpp riscv64: pass a pointer to __riscv_hwprobe() to ifunc resolvers. 2023-12-05 16:31:59 -08:00
inttypes_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
iso646_test.c
langinfo_test.cpp
leak_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
libdl_test.cpp
libgen_basename_test.cpp
libgen_test.cpp
limits_test.cpp Add LINE_MAX. 2024-04-09 15:41:10 +00:00
link_test.cpp
linux_swab_test.cpp
locale_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
malloc_iterate_test.cpp Use SKIP_WITH_HWASAN macro from libbase. 2022-04-15 16:14:56 -07:00
malloc_stress_test.cpp
malloc_test.cpp Merge "Rename GWP-ASan android_mallopt() arguments" into main 2024-05-09 17:29:34 +00:00
math_data_test.h
math_test.cpp Remove __RENAME_LDBL. 2023-06-07 17:20:53 +00:00
membarrier_test.cpp Clean up how we skip tests when a syscall isn't in the kernel. 2023-09-22 17:15:25 -07:00
memtag_stack_dlopen_test.cpp Reland^2 "[MTE] remap stacks with PROT_MTE when requested by dlopened library" 2024-02-15 17:47:19 -08:00
memtag_stack_test.cpp Remove workaround for a fixed bug. 2024-03-16 00:22:00 +00:00
mntent_test.cpp mntent_test: don't assume /proc isn't the first mount. 2022-05-16 17:56:24 +00:00
mte_test.cpp [MTE] Add comment about nested ScopedDisableMTE in test. 2022-08-02 23:52:43 +00:00
mte_utils.h Fix copyright headers on new tests. 2024-02-21 19:54:59 +00:00
net_if_test.cpp
netdb_test.cpp
netinet_ether_test.cpp Clean up the <netinet/ether.h> implementation. 2024-02-16 01:23:46 +00:00
netinet_in_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
netinet_ip_icmp_test.cpp
netinet_udp_test.cpp
nl_types_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
NOTICE Fix copyright headers on new tests. 2024-02-21 19:54:59 +00:00
pidfd_test.cpp Clean up how we skip tests when a syscall isn't in the kernel. 2023-09-22 17:15:25 -07:00
poll_test.cpp Consistently use #if defined(__BIONIC__). 2023-09-28 10:47:51 -07:00
prio_ctor_test.cpp
pthread_dlfcn_test.cpp
pthread_test.cpp Add _Fork(). 2024-02-29 20:50:58 +00:00
pty_test.cpp
regex_test.cpp
resolv_test.cpp Export bionic's resolv base64 functions to musl 2022-02-03 16:25:26 -08:00
run-on-host.sh Add musl handling in run-on-host.sh. 2023-07-19 21:53:11 +00:00
sched_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
scs_test.cpp Mark death tests properly. 2023-07-24 14:31:15 -07:00
scsi_sg_test.cpp
search_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
semaphore_test.cpp Fix -Winteger-overflow warning 2023-12-08 19:53:31 +09:00
setjmp_test.cpp setjmp_test: riscv64 does have callee-save fp registers. 2024-06-03 18:38:10 +00:00
signal_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
SignalUtils.h
spawn_test.cpp <spawn.h>: add posix_spawn_file_actions_addchdir_np()/posix_spawn_file_actions_addfchdir_np(). 2023-04-04 17:28:39 -07:00
sstream_test.cpp
stack_protector_test.cpp Skip stack protector test on HWASan. 2024-05-14 17:31:27 -07:00
stack_protector_test_helper.cpp Set optnone attribute for modify_stack_protector_test 2023-03-15 01:03:59 +09:00
stack_unwinding_test.cpp
static_tls_layout_test.cpp Fix StaticTlsLayout for atypical alignment values 2024-03-20 17:01:35 -07:00
stdalign_test.cpp
stdarg_test.cpp
stdatomic_test.cpp Better obstruct optimization for ordering test 2023-11-14 14:11:25 -08:00
stdbool_test.c
stdint_test.cpp
stdio_ext_test.cpp Add __freadahead. 2022-09-22 23:47:42 +00:00
stdio_nofortify_test.cpp
stdio_test.cpp <stdio.h>: warn on some unused results. 2024-05-31 22:55:22 +00:00
stdlib_test.cpp Add a missing strtol() family test and a hex benchmark. 2023-12-11 16:57:03 -08:00
stdnoreturn_test.cpp
string_nofortify_test.cpp
string_posix_strerror_r_test.cpp
string_posix_strerror_r_wrapper.cpp
string_test.cpp Fix riscv64 stpcpy(). 2023-10-26 17:50:16 -07:00
strings_nofortify_test.cpp
strings_test.cpp
struct_layout_test.cpp Make fork equivalent to vfork when HWASan or MTE stack tagging is enabled. 2023-05-08 15:26:00 -07:00
sys_auxv_test.cpp
sys_cachectl_test.cpp Add __riscv_flush_icache() to <sys/cachectl.h>. 2023-07-12 16:30:55 -07:00
sys_epoll_test.cpp Clean up how we skip tests when a syscall isn't in the kernel. 2023-09-22 17:15:25 -07:00
sys_hwprobe_test.cpp [RISC-V] Add misaligned load store tests 2024-04-25 16:15:00 -07:00
sys_ioctl_diag_test.cpp
sys_mman_test.cpp bionic: tests: Remove PAGE_SIZE usage 2023-10-19 15:49:50 -07:00
sys_msg_test.cpp sys_msg_test: Fix msgsnd() argument passing 2023-10-30 09:45:38 +00:00
sys_param_test.cpp
sys_personality_test.cpp
sys_prctl_test.cpp Remove a few glibc #if hacks. 2024-01-04 16:44:57 -08:00
sys_procfs_test.cpp
sys_ptrace_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
sys_quota_test.cpp
sys_random_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
sys_resource_test.cpp Add rlim64_t to libc/include/sys/resource 2022-12-08 23:32:11 +00:00
sys_select_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
sys_sem_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
sys_sendfile_test.cpp
sys_shm_test.cpp Nullability check for shm module. 2023-05-23 19:15:25 +00:00
sys_signalfd_test.cpp
sys_socket_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
sys_stat_test.cpp Clean up how we skip tests when a syscall isn't in the kernel. 2023-09-22 17:15:25 -07:00
sys_statvfs_test.cpp 16k: bionic: Replace hardcoded page size with getpagesize() 2024-05-01 01:14:56 +00:00
sys_syscall_test.cpp
sys_sysinfo_test.cpp Cast sysinfo.uptime for musl 2022-09-29 11:15:06 -07:00
sys_sysmacros_test.cpp
sys_thread_properties_test.cpp Remove workaround for a fixed bug. 2024-03-16 00:22:00 +00:00
sys_time_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
sys_timex_test.cpp Nullability check for time module. 2023-05-16 00:17:36 +00:00
sys_ttydefaults_test.cpp
sys_types_test.cpp
sys_uio_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
sys_un_test.cpp
sys_vfs_test.cpp 16k: bionic: Replace hardcoded page size with getpagesize() 2024-05-01 01:14:56 +00:00
sys_wait_test.cpp Fix the WIFSTOPPED definition. 2023-05-01 19:48:12 +00:00
sys_xattr_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
syslog_test.cpp <syslog.h>: add facilitynames[] and prioritynames[]. 2023-10-23 17:47:15 -07:00
system_properties_test.cpp Revert "system properties: doubling the shared file size to 256Kb" 2024-01-04 14:18:38 +00:00
system_properties_test2.cpp Move __system_properties_reload to LIBC from LIBC_PLATFORM 2023-10-25 17:41:33 -07:00
termios_test.cpp Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). 2023-09-21 14:15:59 -07:00
tgmath_test.c
thread_local_test.cpp
threads_test.cpp
time_test.cpp Don't leak a thread when timer_create() fails. 2024-05-21 21:35:49 +00:00
touch-obj-on-success
uchar_test.cpp [RESTRICT AUTOMERGE] uchar/wchar tests: allow both Android 14 and 2024Q1 behaviors. 2024-01-06 00:26:26 +00:00
unistd_nofortify_test.cpp
unistd_test.cpp Add _Fork(). 2024-02-29 20:50:58 +00:00
utils.cpp Move __system_properties_reload to LIBC from LIBC_PLATFORM 2023-10-25 17:41:33 -07:00
utils.h utils.h: quote regex match failure messages. 2024-05-20 13:12:09 +00:00
utmp_test.cpp Add POSIX <utmpx.h>. 2023-04-03 17:20:58 -07:00
utmpx_test.cpp Add POSIX <utmpx.h>. 2023-04-03 17:20:58 -07:00
wchar_test.cpp Fix some wcwidth() special cases. 2024-05-29 21:45:51 +00:00
wctype_test.cpp Avoid printing char16_t* and wchar_t to gtest Message 2024-01-10 10:30:02 -08:00