Home
last modified time | relevance | path

Searched refs:assert_false (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Dgeoip_test.c137 assert_false(entry_exists(subtype, "192.0.2.128")); in ISC_RUN_TEST_IMPL()
139 assert_false(entry_exists(subtype, "::1")); in ISC_RUN_TEST_IMPL()
146 assert_false(entry_exists(subtype, "::1")); in ISC_RUN_TEST_IMPL()
151 assert_false(entry_exists(subtype, "192.0.2.128")); in ISC_RUN_TEST_IMPL()
153 assert_false(entry_exists(subtype, "::1")); in ISC_RUN_TEST_IMPL()
158 assert_false(entry_exists(subtype, "192.0.2.128")); in ISC_RUN_TEST_IMPL()
160 assert_false(entry_exists(subtype, "::1")); in ISC_RUN_TEST_IMPL()
165 assert_false(entry_exists(subtype, "192.0.2.128")); in ISC_RUN_TEST_IMPL()
167 assert_false(entry_exists(subtype, "::1")); in ISC_RUN_TEST_IMPL()
H A Dacl_test.c93 assert_false(dns_acl_isinsecure(none)); /* none; */ in ISC_RUN_TEST_IMPL()
94 assert_false(dns_acl_isinsecure(notany)); /* !any; */ in ISC_RUN_TEST_IMPL()
95 assert_false(dns_acl_isinsecure(notnone)); /* !none; */ in ISC_RUN_TEST_IMPL()
99 assert_false(dns_acl_isinsecure(notgeoip)); /* !geoip; */ in ISC_RUN_TEST_IMPL()
H A Dzonemgr_test.c153 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now)); in ISC_RUN_TEST_IMPL()
159 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now)); in ISC_RUN_TEST_IMPL()
165 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now)); in ISC_RUN_TEST_IMPL()
175 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now)); in ISC_RUN_TEST_IMPL()
181 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now)); in ISC_RUN_TEST_IMPL()
H A Dtsig_test.c518 assert_false(dns__tsig_algvalid(DST_ALG_GSSAPI));
H A Dkeytable_test.c569 assert_false(issecure); in ISC_RUN_TEST_IMPL()
634 assert_false(covered); in ISC_RUN_TEST_IMPL()
643 assert_false(issecure); in ISC_RUN_TEST_IMPL()
653 assert_false(covered); in ISC_RUN_TEST_IMPL()
660 assert_false(covered); in ISC_RUN_TEST_IMPL()
667 assert_false(covered); in ISC_RUN_TEST_IMPL()
678 assert_false(issecure);
686 assert_false(covered);
H A Dzt_test.c177 assert_false(dns__zone_loadpending(zone)); in ISC_RUN_TEST_IMPL()
266 assert_false(dns__zone_loadpending(zone1)); in ISC_RUN_TEST_IMPL()
267 assert_false(dns__zone_loadpending(zone2)); in ISC_RUN_TEST_IMPL()
268 assert_false(atomic_load(&done)); in ISC_RUN_TEST_IMPL()
H A Ddbdiff_test.c94 assert_false(ISC_LIST_EMPTY(diff.tuples)); in ISC_RUN_TEST_IMPL()
126 assert_false(ISC_LIST_EMPTY(diff.tuples)); in ISC_RUN_TEST_IMPL()
H A Drbtdb_test.c
H A Ddb_test.c281 assert_false(dns_db_iscache(db)); in ISC_RUN_TEST_IMPL()
290 assert_false(dns_db_iszone(db)); in ISC_RUN_TEST_IMPL()
H A Drdata_test.c119 assert_false(leak);
3122 assert_false(tf);
3146 assert_false(tf);
3173 assert_false(tf);
H A Dnsec3param_test.c159 assert_false(ret == 0); in nsec3param_change_test()
H A Dsigs_test.c250 assert_false(ISC_LIST_EMPTY(zone_diff.tuples)); in updatesigs_test()
H A Ddnstap_test.c118 assert_false(isc_file_exists(TAPSOCK)); in ISC_RUN_TEST_IMPL()
/netbsd-src/external/mit/libcbor/dist/test/
H A Dtype_1_test.c30 assert_false(cbor_isa_uint(number)); in test_very_short_int()
44 assert_false(cbor_isa_uint(number)); in test_short_int()
58 assert_false(cbor_isa_uint(number)); in test_half_int()
72 assert_false(cbor_isa_uint(number)); in test_int()
86 assert_false(cbor_isa_uint(number)); in test_long_int()
H A Dtype_0_test.c31 assert_false(cbor_isa_negint(number)); in test_very_short_int()
51 assert_false(cbor_isa_negint(number)); in test_short_int()
65 assert_false(cbor_isa_negint(number)); in test_half_int()
79 assert_false(cbor_isa_negint(number)); in test_int()
93 assert_false(cbor_isa_negint(number)); in test_long_int()
H A Dmemory_allocation_test.c190 assert_false(cbor_bytestring_add_chunk(bytestring, chunk)); in test_bytestring_add_chunk()
209 assert_false(cbor_string_add_chunk(string, chunk)); in test_string_add_chunk()
227 assert_false(cbor_array_push(array, string)); in test_array_push()
245 assert_false( in test_map_add()
H A Dtype_4_test.c49 assert_false(cbor_array_set(arr, 1, new_val)); in test_simple_array()
50 assert_false(cbor_array_set(arr, 3, new_val)); in test_simple_array()
H A Dtype_7_test.c89 assert_false(cbor_ctrl_is_bool(float_ctrl)); in test_bool()
/netbsd-src/tests/lib/libc/gen/
H A Dt_assert.c65 ATF_TC(assert_false);
66 ATF_TC_HEAD(assert_false, tc) in ATF_TC_HEAD() argument
71 ATF_TC_BODY(assert_false, tc) in ATF_TC_BODY() argument
144 ATF_TP_ADD_TC(tp, assert_false); in ATF_TP_ADD_TCS()
/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Dsockaddr_test.c137 assert_false(isc_sockaddr_eqaddrprefix(&isa_a, &isa_b, 30)); in ISC_RUN_TEST_IMPL()
138 assert_false(isc_sockaddr_eqaddrprefix(&isa_a, &isa_b, 32)); in ISC_RUN_TEST_IMPL()
139 assert_false(isc_sockaddr_eqaddrprefix(&isa_a, &isa_c, 16)); in ISC_RUN_TEST_IMPL()
H A Ddoh_test.c1263 assert_false(ret); in ISC_RUN_TEST_IMPL()
1275 assert_false(ret);
1287 assert_false(ret); in doh_half_recv_send()
1299 assert_false(ret); in doh_half_recv_send()
1311 assert_false(ret); in doh_half_recv_send()
1323 assert_false(ret); in doh_half_recv_send()
1349 assert_false(ret); in ISC_RUN_TEST_IMPL()
1361 assert_false(ret); in ISC_RUN_TEST_IMPL()
1373 assert_false(ret); in ISC_RUN_TEST_IMPL()
1668 assert_false(isc_nm_http_path_isvali in ISC_RUN_TEST_IMPL()
[all...]
H A Dtask_test.c
/netbsd-src/external/mpl/bind/dist/tests/ns/
H A Dlistenlist_test.c53 assert_false(ISC_LIST_EMPTY(list->elts)); in _teardown()
79 assert_false(ISC_LIST_EMPTY(list->elts)); in ISC_RUN_TEST_IMPL()
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_192.c49 assert_false(void)
32 assert_false(void) assert_false() function