bind9/lib/isc/tests
Michał Kępień f4daf6e0e7 Do not use legacy time zone names
"PST8PDT" is a legacy time zone name whose use in modern code is
discouraged.  It so happens that using this time zone with musl libc
time functions results in different output than for other libc
implementations, which breaks the lib/isc/tests/time_test unit test.
Use the "America/Los_Angeles" time zone instead in order to get
consistent output across all tested libc implementations.
2019-07-30 21:25:18 +02:00
..
testdata/file [master] new mkeys and nzf naming format 2014-11-04 19:43:27 -08:00
aes_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
buffer_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
counter_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
crc64_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
errno_test.c Always include <errno.h> instead of <sys/errno.h> 2019-07-30 21:25:18 +02:00
file_test.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
hash_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
heap_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
hmac_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
ht_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
isctest.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
isctest.h Remove explicit '#include <config.h>' from the header files (the include should not have been there in the first place) 2019-03-08 15:15:05 +01:00
Kyuafile Add siphash_test to lib/isc/tests/Kyuafile 2019-07-22 08:06:14 -04:00
lex_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
Makefile.in Rename OPENSSL_INCLUDES to OPENSSL_CFLAGS in AX_CHECK_OPENSSL() macro 2019-06-25 12:36:01 +02:00
md_test.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
mem_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
netaddr_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
parse_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
pool_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
queue_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
radix_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
random_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
regex_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
result_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
safe_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
siphash_test.c Remove #include <config.h> usage from siphash.c and siphash_test.c 2019-07-12 15:28:58 +02:00
sockaddr_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
socket_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
symtab_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
task_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
taskpool_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
time_test.c Do not use legacy time zone names 2019-07-30 21:25:18 +02:00
timer_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00