freebsd-dev/contrib/netbsd-tests/lib/libc/stdlib
Enji Cooper 1ffd722a80 Don't test size[i] % align[i] == 0 case on FreeBSD
Per jemalloc(3)/aligned_alloc(3), the behavior is undefined if the size
isn't an integral multiple of the alignment. Thus, this is a NetBSD-specific
test.

Sponsored by: EMC / Isilon Storage Division
2016-08-25 19:17:16 +00:00
..
h_atexit.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
h_getopt_long.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
h_getopt.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_abs.c
t_atexit.sh
t_atoi.c
t_div.c
t_exit.c
t_getenv_thread.c
t_getenv.c Checkpoint initial integration work 2016-08-12 08:50:05 +00:00
t_getopt.sh
t_hsearch.c Add __FreeBSD_version guards around hsearch_r to ease MFCing the code to 2014-12-21 23:47:30 +00:00
t_mi_vector_hash.c
t_posix_memalign.c Don't test size[i] % align[i] == 0 case on FreeBSD 2016-08-25 19:17:16 +00:00
t_random.c
t_strtod.c Checkpoint initial integration work 2016-08-12 08:50:05 +00:00
t_strtoi.c Checkpoint initial integration work 2016-08-12 08:50:05 +00:00
t_strtol.c Checkpoint initial integration work 2016-08-12 08:50:05 +00:00
t_system.c