bind9/lib/isc/tests
Ondřej Surý 63b06571b9 Use isc_mem_get() and isc_mem_put() in isc_mem_total test
Previously, the isc_mem_allocate() and isc_mem_free() would be used for
isc_mem_total test, but since we now use the real allocation
size (sallocx, malloc_size, malloc_usable_size) to track the allocation
size, it's impossible to get the test value right.  Changing the test to
use isc_mem_get() and isc_mem_put() will use the exact size provided, so
the test would work again on all the platforms even when jemalloc is not
being used.
2021-07-09 15:58:02 +02:00
..
testdata/file [master] new mkeys and nzf naming format 2014-11-04 19:43:27 -08:00
aes_test.c The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
buffer_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
counter_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
crc64_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
doh_test.c Pass an HTTP handle to the read callback when finishing a stream 2021-06-14 11:37:36 +03:00
errno_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
file_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
hash_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
heap_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
hmac_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
ht_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
isctest.c ensure interlocked netmgr events run on worker[0] 2021-05-07 14:28:32 -07:00
isctest.h update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
lex_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
Makefile.am Make the DNS over HTTPS support optional 2021-07-07 09:50:53 +02:00
md_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
mem_test.c Use isc_mem_get() and isc_mem_put() in isc_mem_total test 2021-07-09 15:58:02 +02:00
netaddr_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
netmgr_test.c Make the DNS over HTTPS support optional 2021-07-07 09:50:53 +02:00
parse_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
pool_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
quota_test.c Add nanosleep and usleep Windows shims 2021-05-03 20:22:54 +02:00
radix_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
random_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
regex_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
result_test.c Make the DNS over HTTPS support optional 2021-07-07 09:50:53 +02:00
safe_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
siphash_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
sockaddr_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
socket_test.c The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
symtab_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
task_test.c The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
taskpool_test.c only run tasks as privileged if taskmgr is in privileged mode 2021-05-07 14:28:30 -07:00
time_test.c Add isc_time_now_hires function to get current time with high resolution 2021-03-20 11:25:55 -07:00
timer_test.c The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
uv_wrap.h Cleanup the remaining of HAVE_UV_<func> macros 2021-06-02 11:23:36 +02:00