bind9/lib/dns/tests
Ondřej Surý 2e3a2eecfe Make isc_result a static enum
Remove the dynamic registration of result codes.  Convert isc_result_t
from unsigned + #defines into 32-bit enum type in grand unified
<isc/result.h> header.  Keep the existing values of the result codes
even at the expense of the description and identifier tables being
unnecessary large.

Additionally, add couple of:

    switch (result) {
    [...]
    default:
        break;
    }

statements where compiler now complains about missing enum values in the
switch statement.
2021-10-06 11:22:20 +02:00
..
testdata Add NSEC3PARAM unit test, refactor zone.c 2020-11-26 10:43:59 +01:00
testkeys Add a framework for dns__zone_updatesigs() unit tests 2018-05-09 13:32:09 +02:00
.gitignore Add lib/dns/tests/testdata/dnstap/dnstap.file to .gitignore 2018-12-11 11:32:24 +01:00
acl_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
db_test.c Adjust acceptable count values 2021-06-09 22:05:55 +00:00
dbdiff_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
dbiterator_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
dbversion_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
dh_test.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
dispatch_test.c refactor dispatch cancellation 2021-10-05 10:18:48 -07:00
dns64_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
dnstap_test.c Use SKIPPED_TEST_EXIT_CODE consistently 2021-02-16 13:41:50 +01:00
dnstest.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
dnstest.h Make isc_result a static enum 2021-10-06 11:22:20 +02:00
dst_test.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
geoip_test.c Move NAME_MAX and PATH_MAX from isc/platform.h to isc/dir.h 2021-07-06 05:33:48 +00:00
Kdh.+002+18602.key [master] add diffie-hellman key unit test 2014-10-17 15:55:37 -07:00
keytable_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
Krsa.+005+29235.key Merged rt43077 (new RSA verify unit test) 2016-08-22 14:10:21 +02:00
Makefile.am Make isc_result a static enum 2021-10-06 11:22:20 +02:00
master_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
mkraw.pl update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
name_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
nsec3_test.c Reduce nsec3 max iterations to 150 2021-04-29 17:18:26 +10:00
nsec3param_test.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
peer_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
private_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
rbt_test.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
rbtdb_test.c Fix unchecked returns of dns_name_fromtext 2021-07-12 13:26:29 +10:00
rdata_test.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
rdataset_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
rdatasetstats_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
resolver_test.c dispatch: Clean up connect and recv callbacks 2021-10-02 11:39:56 -07:00
rsa_test.c Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00
sigs_test.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00
time_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
tsig_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
update_test.c Adjust returned method from dns_updatemethod_date 2021-05-18 12:30:22 +00:00
zonemgr_test.c dispatch: Clean up connect and recv callbacks 2021-10-02 11:39:56 -07:00
zt_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00