Searched refs:assert_false (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_192.c32 assert_false(void) function
/netbsd-current/external/bsd/jemalloc/dist/test/integration/
H A Dthread_tcache_enabled.c20 assert_false(e0, "tcache should be disabled");
35 assert_false(e0, "tcache should be disabled");
41 assert_false(e0, "tcache should be disabled");
59 assert_false(e0, "tcache should be disabled");
H A Daligned_alloc.c23 assert_false(p != NULL || get_errno() != EINVAL,
30 assert_false(p != NULL || get_errno() != EINVAL,
50 assert_false(p != NULL || get_errno() != ENOMEM,
63 assert_false(p != NULL || get_errno() != ENOMEM,
75 assert_false(p != NULL || get_errno() != ENOMEM,
H A Drallocx.c119 assert_false(validate_fill(p, 0, 0, psz),
122 assert_false(validate_fill(p, FILL_BYTE, 0, psz),
130 assert_false(validate_fill(q, FILL_BYTE, 0,
132 assert_false(validate_fill(q, 0, psz, qsz-psz),
142 assert_false(validate_fill(p, FILL_BYTE, 0, psz),
194 assert_false(validate_fill(q, 0, 0, sz),
197 assert_false(validate_fill(q, 0, 0, MAX_VALIDATE),
199 assert_false(validate_fill(
H A Dxallocx.c324 assert_false(validate_fill(p, 0x00, 0, sz), "Memory not filled: sz=%zu",
332 assert_false(validate_fill(p, FILL_BYTE, 0, sz),
341 assert_false(validate_fill(p, FILL_BYTE, 0, sz),
350 assert_false(validate_fill(p, FILL_BYTE, 0, sz),
352 assert_false(validate_fill(p, 0x00, sz, nsz-sz),
355 assert_false(validate_fill(p, FILL_BYTE, 0, nsz),
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dckh.c9 assert_false(ckh_new(tsd, &ckh, 2, ckh_string_hash,
13 assert_false(ckh_new(tsd, &ckh, 3, ckh_pointer_hash,
33 assert_false(ckh_new(tsd, &ckh, 2, ckh_string_hash,
60 assert_false(ckh_search(&ckh, strs[i], kp, vp),
86 assert_false(ckh_remove(tsd, &ckh, strs[i], kp, vp),
116 assert_false(ckh_new(tsd, &ckh, 2, ckh_pointer_hash,
128 assert_false(ckh_insert(tsd, &ckh, p[j], p[j]),
130 assert_false(ckh_search(&ckh, p[j], &q, &r),
141 assert_false(ckh_search(&ckh, p[j], NULL, NULL),
143 assert_false(ckh_remov
[all...]
H A Dmtx.c9 assert_false(mtx_init(&mtx), "Unexpected mtx_init() failure");
39 assert_false(mtx_init(&arg.mtx), "Unexpected mtx_init() failure");
H A Dhooks.c21 assert_false(hook_called, "Nulling out hook didn't take.");
H A Dpages.c17 assert_false(pages_nohuge(hugepage, HUGEPAGE),
H A Drtree.c75 assert_false(rtree_new(rtree, false), "Unexpected rtree_new() failure");
99 assert_false(rtree_new(rtree, false), "Unexpected rtree_new() failure");
101 assert_false(rtree_write(tsdn, rtree, &rtree_ctx, PAGE, &extent_a,
110 assert_false(rtree_write(tsdn, rtree, &rtree_ctx, ~((uintptr_t)0),
134 assert_false(rtree_new(rtree, false), "Unexpected rtree_new() failure");
137 assert_false(rtree_write(tsdn, rtree, &rtree_ctx, keys[i],
172 assert_false(rtree_new(rtree, false), "Unexpected rtree_new() failure");
H A Dwitness.c124 assert_false(saw_lock_error, "Unexpected witness lock error");
134 assert_false(saw_lock_error, "Unexpected witness lock error");
165 assert_false(saw_lock_error, "Unexpected witness lock error");
198 assert_false(saw_lock_error, "Unexpected witness lock error");
199 assert_false(saw_not_owner_error, "Unexpected witness not owner error");
228 assert_false(saw_owner_error, "Unexpected owner error");
253 assert_false(saw_depth_error, "Unexpected depth error");
H A Dmq.c16 assert_false(mq_init(&mq), "Unexpected mq_init() failure");
67 assert_false(mq_init(&mq), "Unexpected mq_init() failure");
H A Dticker.c16 assert_false(ticker_tick(&ticker),
37 assert_false(ticker_ticks(&ticker, NTICKS), "Unexpected ticker fire");
H A Darena_reset.c219 assert_false(arena_i_initialized(MALLCTL_ARENAS_DESTROYED, false),
232 assert_false(arena_i_initialized(arena_ind, false),
245 assert_false(arena_i_initialized(arena_ind, true),
317 assert_false(arena_i_initialized(arena_ind, false),
326 assert_false(arena_i_initialized(arena_ind, true),
H A Dprof_gdump.c50 assert_false(did_prof_dump_open, "Unexpected profile dump");
/netbsd-current/tests/lib/libc/gen/
H A Dt_assert.c65 ATF_TC(assert_false); variable
66 ATF_TC_HEAD(assert_false, tc)
71 ATF_TC_BODY(assert_false, tc)
144 ATF_TP_ADD_TC(tp, assert_false);
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Dacl_test.c98 assert_false(dns_acl_isinsecure(none)); /* none; */
99 assert_false(dns_acl_isinsecure(notany)); /* !any; */
100 assert_false(dns_acl_isinsecure(notnone)); /* !none; */
104 assert_false(dns_acl_isinsecure(notgeoip)); /* !geoip; */
H A Dgeoip_test.c138 assert_false(entry_exists(subtype, "192.0.2.128"));
140 assert_false(entry_exists(subtype, "::1"));
147 assert_false(entry_exists(subtype, "::1"));
152 assert_false(entry_exists(subtype, "192.0.2.128"));
154 assert_false(entry_exists(subtype, "::1"));
159 assert_false(entry_exists(subtype, "192.0.2.128"));
161 assert_false(entry_exists(subtype, "::1"));
166 assert_false(entry_exists(subtype, "192.0.2.128"));
168 assert_false(entry_exists(subtype, "::1"));
H A Dzonemgr_test.c159 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now));
165 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now));
171 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now));
181 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now));
187 assert_false(dns_zonemgr_unreachable(myzonemgr, &addr1, &addr2, &now));
H A Dzt_test.c182 assert_false(dns__zone_loadpending(zone));
183 assert_false(atomic_load(&done));
306 assert_false(dns__zone_loadpending(zone1));
307 assert_false(dns__zone_loadpending(zone2));
308 assert_false(atomic_load(&done));
/netbsd-current/external/mit/libcbor/dist/test/
H A Dtype_1_test.c30 assert_false(cbor_isa_uint(number));
44 assert_false(cbor_isa_uint(number));
58 assert_false(cbor_isa_uint(number));
72 assert_false(cbor_isa_uint(number));
86 assert_false(cbor_isa_uint(number));
H A Dtype_0_test.c31 assert_false(cbor_isa_negint(number));
51 assert_false(cbor_isa_negint(number));
65 assert_false(cbor_isa_negint(number));
79 assert_false(cbor_isa_negint(number));
93 assert_false(cbor_isa_negint(number));
H A Dmemory_allocation_test.c190 assert_false(cbor_bytestring_add_chunk(bytestring, chunk));
209 assert_false(cbor_string_add_chunk(string, chunk));
227 assert_false(cbor_array_push(array, string));
245 assert_false(
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dsockaddr_test.c138 assert_false(isc_sockaddr_eqaddrprefix(&isa_a, &isa_b, 30));
139 assert_false(isc_sockaddr_eqaddrprefix(&isa_a, &isa_b, 32));
140 assert_false(isc_sockaddr_eqaddrprefix(&isa_a, &isa_c, 16));
/netbsd-current/external/mpl/bind/dist/tests/ns/
H A Dlistenlist_test.c72 assert_false(ISC_LIST_EMPTY(list->elts));
98 assert_false(ISC_LIST_EMPTY(list->elts));

Completed in 117 milliseconds

12