android_bionic/tests
Haruki Hasegawa 1816025684 Add clock_settime and clock_nanosleep.
Add the missing prototypes, fix the existing prototypes to use clockid_t
rather than int, fix clock_nanosleep's failure behavior, and add simple
tests.

Bug: 17644443
Bug: https://code.google.com/p/android/issues/detail?id=77372
Change-Id: I03fba369939403918abcabae9551a7123953d780
Signed-off-by: Haruki Hasegawa <h6a.h4i.0@gmail.com>
2014-10-13 17:04:10 -07:00
..
libs Build dlext_testzip as custom module. 2014-10-08 16:38:58 -07:00
Android.build.mk Switch benchmarks and tests to libc++. 2014-09-30 10:28:30 -07:00
Android.mk Use ln(1) rather than cp(1) to set up host /system for testing. 2014-10-08 14:56:27 -07:00
ScopedSignalHandler.h
TemporaryFile.h CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps. 2014-09-23 18:21:52 -07:00
arpa_inet_test.cpp
atexit_test.cpp Add atexit test for attributed c-tor/d-tor 2014-08-15 14:22:07 -07:00
buffer_tests.cpp
buffer_tests.h
ctype_test.cpp
dirent_test.cpp
dlext_test.cpp Build dlext_testzip as custom module. 2014-10-08 16:38:58 -07:00
dlfcn_test.cpp Add RTLD_NODELETE flag support 2014-10-01 11:09:37 -07:00
eventfd_test.cpp
fcntl_test.cpp Add posix_fadvise(3). 2014-09-11 08:45:46 -07:00
fenv_test.cpp
file-check-cxx Add compile time test infrastructure for bionic. 2014-10-06 11:38:01 -07:00
fortify_sprintf_warnings.cpp Fix compile-time tests for LP64. 2014-10-08 13:21:29 -07:00
fortify_test.cpp Revert "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions" 2014-10-06 00:39:47 +00:00
ftw_test.cpp CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps. 2014-09-23 18:21:52 -07:00
getauxval_test.cpp Move the meat of <features.h> into <sys/cdefs.h>. 2014-08-19 11:18:20 -07:00
getcwd_test.cpp
inttypes_test.cpp Pull in upstream fixes to reject invalid bases. 2014-09-23 14:53:10 -07:00
libc_logging_test.cpp Add GNU-compatible strerror_r. 2014-08-28 16:37:09 -07:00
libgen_test.cpp Don't expose non-standard basename_r and dirname_r in LP64. 2014-09-08 16:44:48 -07:00
locale_test.cpp call uselocale() before freelocale() to make sure that g_local_key has a valid locale. 2014-08-27 10:26:49 -07:00
malloc_test.cpp Implement malloc_info(3). 2014-08-22 10:23:12 -07:00
math_cos_test.cpp Start math tests with a clean fenv. 2014-09-02 16:00:10 -07:00
math_cosf_test.cpp Start math tests with a clean fenv. 2014-09-02 16:00:10 -07:00
math_exp_test.cpp Start math tests with a clean fenv. 2014-09-02 16:00:10 -07:00
math_expf_test.cpp Start math tests with a clean fenv. 2014-09-02 16:00:10 -07:00
math_log_test.cpp Start math tests with a clean fenv. 2014-09-02 16:00:10 -07:00
math_logf_test.cpp Start math tests with a clean fenv. 2014-09-02 16:00:10 -07:00
math_pow_test.cpp Start math tests with a clean fenv. 2014-09-02 16:00:10 -07:00
math_powf_test.cpp Start math tests with a clean fenv. 2014-09-02 16:00:10 -07:00
math_sin_test.cpp Start math tests with a clean fenv. 2014-09-02 16:00:10 -07:00
math_sincos_test.cpp Start math tests with a clean fenv. 2014-09-02 16:00:10 -07:00
math_sincosf_test.cpp Start math tests with a clean fenv. 2014-09-02 16:00:10 -07:00
math_sinf_test.cpp Start math tests with a clean fenv. 2014-09-02 16:00:10 -07:00
math_tan_test.cpp Start math tests with a clean fenv. 2014-09-02 16:00:10 -07:00
math_tanf_test.cpp Start math tests with a clean fenv. 2014-09-02 16:00:10 -07:00
math_test.cpp Fix lgamma_r/lgammaf_r/lgammal_r for -0. 2014-09-18 11:23:58 -07:00
mntent_test.cpp
netdb_test.cpp
pthread_test.cpp Clean up the pthread key tests. 2014-09-30 15:40:14 -07:00
regex_test.cpp
sched_test.cpp
search_test.cpp Implement twalk(3), add unit tests. 2014-07-24 14:55:29 -07:00
semaphore_test.cpp Add semaphore tests, fix sem_destroy. 2014-09-19 17:37:06 -07:00
signal_test.cpp Fix mips signed/unsigned signal_test.cpp build breakage. 2014-09-04 15:43:10 -07:00
sstream_test.cpp
stack_protector_test.cpp
stack_unwinding_test.cpp Stack unwinding unit tests. 2014-09-17 19:52:14 -07:00
stack_unwinding_test_impl.c Stack unwinding unit tests. 2014-09-17 19:52:14 -07:00
stdatomic_test.cpp Switch benchmarks and tests to libc++. 2014-09-30 10:28:30 -07:00
stdint_test.cpp
stdio_ext_test.cpp Add <stdio_ext.h> for elfutils. 2014-08-20 10:23:52 -07:00
stdio_test.cpp CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps. 2014-09-23 18:21:52 -07:00
stdlib_test.cpp Update our FreeBSD realpath(3) to upstream head. 2014-09-30 16:40:41 -07:00
string_posix_strerror_r_test.cpp Add GNU-compatible strerror_r. 2014-08-28 16:37:09 -07:00
string_test.cpp Reset enviroment for math_tests 2014-09-04 18:38:21 -07:00
strings_test.cpp
stubs_test.cpp
sys_epoll_test.cpp
sys_mman_test.cpp Add/Remove mmap tests. 2014-06-12 13:16:36 -07:00
sys_resource_test.cpp
sys_select_test.cpp
sys_sendfile_test.cpp
sys_socket_test.cpp The host prebuilt glibc is 2.11, so remove workarounds for 2.9. 2014-08-28 19:28:35 -07:00
sys_stat_test.cpp Fix sys_stat.mkfifo when not run as root. 2014-09-24 16:50:30 -07:00
sys_statvfs_test.cpp
sys_syscall_test.cpp
sys_time_test.cpp Use VDSO for clock_gettime(2) and gettimeofday(2). 2014-07-16 14:27:43 -07:00
sys_types_test.cpp
sys_vfs_test.cpp
system_properties_test.cpp
time_test.cpp Add clock_settime and clock_nanosleep. 2014-10-13 17:04:10 -07:00
uchar_test.cpp Move the meat of <features.h> into <sys/cdefs.h>. 2014-08-19 11:18:20 -07:00
uniqueptr_test.cpp Load libraries in breadth-first order 2014-09-08 13:02:50 -07:00
unistd_test.cpp Unit test for abort(3). 2014-09-22 14:41:30 -07:00
wchar_test.cpp Pull in upstream fixes to reject invalid bases. 2014-09-23 14:53:10 -07:00