]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use BIND 9.17 preprocessor macro to skip unit test
authorMichal Nowak <mnowak@isc.org>
Mon, 18 Jan 2021 18:15:44 +0000 (19:15 +0100)
committerMichal Nowak <mnowak@isc.org>
Wed, 17 Feb 2021 11:09:25 +0000 (12:09 +0100)
commit04aff208fbbd458bc9dd6f96696e72d8a3b34161
tree608b2985907b8887bcf785b9eab33a534a337eb2
parent59499ecc3a0e209048c10d7b517b7b28305cfe22
Use BIND 9.17 preprocessor macro to skip unit test

BIND 9.17 changed exit code of skipped test to meet Automake
expectations in fa505bfb0e7623d7cfc94ae15a0246ae71000904. BIND 9.16 was
not rewritten to Automake, but for consistency reasons, the same
SKIPPED_TEST_EXIT_CODE preprocessor macro is used (though the actual
exit code differs from the one in BIND 9.17).

(cherry picked from commit fa505bfb0e7623d7cfc94ae15a0246ae71000904)
76 files changed:
config.h.in
configure
configure.ac
lib/dns/tests/acl_test.c
lib/dns/tests/db_test.c
lib/dns/tests/dbdiff_test.c
lib/dns/tests/dbiterator_test.c
lib/dns/tests/dbversion_test.c
lib/dns/tests/dh_test.c
lib/dns/tests/dispatch_test.c
lib/dns/tests/dnstap_test.c
lib/dns/tests/dst_test.c
lib/dns/tests/geoip_test.c
lib/dns/tests/keytable_test.c
lib/dns/tests/master_test.c
lib/dns/tests/name_test.c
lib/dns/tests/nsec3_test.c
lib/dns/tests/nsec3param_test.c
lib/dns/tests/peer_test.c
lib/dns/tests/private_test.c
lib/dns/tests/rbt_serialize_test.c
lib/dns/tests/rbt_test.c
lib/dns/tests/rdata_test.c
lib/dns/tests/rdataset_test.c
lib/dns/tests/rdatasetstats_test.c
lib/dns/tests/resolver_test.c
lib/dns/tests/result_test.c
lib/dns/tests/rsa_test.c
lib/dns/tests/sigs_test.c
lib/dns/tests/time_test.c
lib/dns/tests/tsig_test.c
lib/dns/tests/update_test.c
lib/dns/tests/zonemgr_test.c
lib/dns/tests/zt_test.c
lib/irs/tests/resconf_test.c
lib/isc/tests/aes_test.c
lib/isc/tests/buffer_test.c
lib/isc/tests/counter_test.c
lib/isc/tests/crc64_test.c
lib/isc/tests/errno_test.c
lib/isc/tests/file_test.c
lib/isc/tests/hash_test.c
lib/isc/tests/heap_test.c
lib/isc/tests/hmac_test.c
lib/isc/tests/ht_test.c
lib/isc/tests/lex_test.c
lib/isc/tests/md_test.c
lib/isc/tests/mem_test.c
lib/isc/tests/netaddr_test.c
lib/isc/tests/parse_test.c
lib/isc/tests/pool_test.c
lib/isc/tests/quota_test.c
lib/isc/tests/radix_test.c
lib/isc/tests/random_test.c
lib/isc/tests/regex_test.c
lib/isc/tests/result_test.c
lib/isc/tests/safe_test.c
lib/isc/tests/siphash_test.c
lib/isc/tests/sockaddr_test.c
lib/isc/tests/socket_test.c
lib/isc/tests/symtab_test.c
lib/isc/tests/task_test.c
lib/isc/tests/taskpool_test.c
lib/isc/tests/tcp_quota_test.c
lib/isc/tests/tcp_test.c
lib/isc/tests/tcpdns_test.c
lib/isc/tests/time_test.c
lib/isc/tests/timer_test.c
lib/isc/tests/udp_test.c
lib/isccc/tests/result_test.c
lib/isccfg/tests/duration_test.c
lib/isccfg/tests/parser_test.c
lib/ns/tests/listenlist_test.c
lib/ns/tests/notify_test.c
lib/ns/tests/plugin_test.c
lib/ns/tests/query_test.c