• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/apr-util/test/

Lines Matching refs:ABTS_ASSERT

30     ABTS_ASSERT(tc, "new brigade not NULL", bb != NULL);
31 ABTS_ASSERT(tc, "new brigade is empty", APR_BRIGADE_EMPTY(bb));
47 ABTS_ASSERT(tc, "first bucket of empty brigade is sentinel",
53 ABTS_ASSERT(tc, "first bucket of brigade is flush",
56 ABTS_ASSERT(tc, "bucket after flush is sentinel",
62 ABTS_ASSERT(tc, "bucket before flush now transient",
64 ABTS_ASSERT(tc, "bucket after transient is flush",
66 ABTS_ASSERT(tc, "bucket before transient is sentinel",
71 ABTS_ASSERT(tc, "cleaned up brigade was empty", APR_BRIGADE_EMPTY(bb));
107 ABTS_ASSERT(tc, msg, len == elen);
152 ABTS_ASSERT(tc, "split brigade contains one bucket",
154 ABTS_ASSERT(tc, "original brigade contains one bucket",
184 ABTS_ASSERT(tc, "brigade has correct length",
225 ABTS_ASSERT(tc, "read expected length", alen == elen);
249 ABTS_ASSERT(tc, "four buckets inserted", count_buckets(bb) == 4);
253 ABTS_ASSERT(tc, "reached end of brigade",
255 ABTS_ASSERT(tc, "split bucket OK",
258 ABTS_ASSERT(tc, "split OK", e != APR_BRIGADE_SENTINEL(bb));
262 ABTS_ASSERT(tc, "four buckets split into eight",
271 ABTS_ASSERT(tc, "read 5 bytes", len == 5);
278 ABTS_ASSERT(tc, "read 4 bytes", len == 4);
288 ABTS_ASSERT(tc, "reached end of brigade",
295 ABTS_ASSERT(tc, "eight buckets reduced to four",
316 ABTS_ASSERT(tc, "open test file",
333 ABTS_ASSERT(tc, "inserted file was not at end of brigade",
343 ABTS_ASSERT(tc, "bucket size sane", e->length != (apr_size_t)-1);
347 ABTS_ASSERT(tc, "total size of buckets incorrect", count == bignum);
369 ABTS_ASSERT(tc, "create test file",
374 ABTS_ASSERT(tc, "write test file contents",
424 ABTS_ASSERT(tc, "single bucket in brigade",
429 ABTS_ASSERT(tc, "read gave APR_EOF",
432 ABTS_ASSERT(tc, "read length 0", len == 0);
434 ABTS_ASSERT(tc, "still a single bucket in brigade",
462 ABTS_ASSERT(tc, "partition returns APR_INCOMPLETE",
465 ABTS_ASSERT(tc, "APR_INCOMPLETE partition returned sentinel",