bind9/tests/isc
Tony Finch 06f534fa69
Avoid spurious compilation failures in liburcu headers
When liburcu is not installed from a system package, its headers are
not treated as system headers by the compiler, so BIND's -Werror and
other warning options take effect. The liburcu headers have a lot
of inline functions, some of which do not use all their arguments,
which BIND's build treats as an error.
2023-04-27 12:38:53 +02:00
..
testdata/file
aes_test.c
ascii_test.c Add a case-insensitive option directly to siphash 2-4 implementation 2022-10-04 10:32:40 +02:00
async_test.c isc_async_run() runs events in reverse order 2022-10-31 05:43:45 -07:00
buffer_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
counter_test.c
crc64_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
dnsstream_utils_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
dnsstream_utils_test_data.h Add a set of unit tests for dnsbuffer_t and dnsstream_assembler_t 2022-12-20 21:24:45 +02:00
doh_test.c unit tests: include an OpenSSL header before including cmocka.h 2023-04-14 12:11:52 +00:00
errno_test.c
file_test.c
hash_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
hashmap_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
heap_test.c
histo_test.c Fix a division by zero bug in isc_histo 2023-04-05 23:29:21 +02:00
hmac_test.c unit tests: include an OpenSSL header before including cmocka.h 2023-04-14 12:11:52 +00:00
ht_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
job_test.c Refactor isc_job_run to not-make any allocations 2023-03-30 16:00:52 +02:00
lex_test.c Change the return type of isc_lex_create() to void 2022-10-26 12:55:06 +02:00
loop_test.c Replace __attribute__((unused)) with ISC_ATTR_UNUSED attribute macro 2023-03-30 23:29:25 +02:00
Makefile.am Avoid spurious compilation failures in liburcu headers 2023-04-27 12:38:53 +02:00
md_test.c Disable failing MD5 unit tests in FIPS mode 2023-04-03 12:05:29 +10:00
mem_test.c Refactor isc_time_now() to return time, and not result 2023-03-31 15:02:06 +02:00
netaddr_test.c
netmgr_common.c Fix the streaming read callback shutdown logic 2023-04-20 12:58:32 +02:00
netmgr_common.h Fix the streaming read callback shutdown logic 2023-04-20 12:58:32 +02:00
parse_test.c
quota_test.c Refactor the isc_quota code and fix the quota in TCP accept code 2023-04-12 14:10:37 +02:00
radix_test.c
random_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
ratelimiter_test.c Refactor isc_time_now() to return time, and not result 2023-03-31 15:02:06 +02:00
regex_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
result_test.c
safe_test.c
siphash_test.c Add a case-insensitive option directly to siphash 2-4 implementation 2022-10-04 10:32:40 +02:00
sockaddr_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
spinlock_test.c Add isc_spinlock unit with shim pthread_spin implementation 2023-04-21 12:10:02 +02:00
stats_test.c
stream_shutdown.c Fix the streaming read callback shutdown logic 2023-04-20 12:58:32 +02:00
symtab_test.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
tcp_test.c Fix the streaming read callback shutdown logic 2023-04-20 12:58:32 +02:00
tcpdns_test.c Fix the streaming read callback shutdown logic 2023-04-20 12:58:32 +02:00
time_test.c Refactor isc_time_now() to return time, and not result 2023-03-31 15:02:06 +02:00
timer_test.c Refactor isc_time_now() to return time, and not result 2023-03-31 15:02:06 +02:00
tls_test.c Fix the streaming read callback shutdown logic 2023-04-20 12:58:32 +02:00
tlsdns_test.c Fix the streaming read callback shutdown logic 2023-04-20 12:58:32 +02:00
udp_test.c Fix the streaming read callback shutdown logic 2023-04-20 12:58:32 +02:00
uv_wrap.h Replace __attribute__((unused)) with ISC_ATTR_UNUSED attribute macro 2023-03-30 23:29:25 +02:00
work_test.c New event loop handling API 2022-08-25 12:24:29 +02:00