Searched refs:TT_DIE (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_testutils.c145 TT_DIE(("Only handling one question at a time; got %d",
154 TT_DIE(("Unexpected question: '%s'", question));
182 TT_DIE(("Bad A value %s in table", tab->ans));
189 TT_DIE(("Bad AAAA value %s in table", tab->ans));
194 TT_DIE(("Weird table entry with type '%s'", tab->anstype));
H A Dtinytest_macros.h57 #define TT_DIE(args) \ macro
71 #define tt_abort_printf(msg) TT_DIE(msg)
72 #define tt_abort_perror(op) TT_DIE(("%s: %s [%d]",(op),strerror(errno), errno))
73 #define tt_abort_msg(msg) TT_DIE(("%s", msg))
74 #define tt_abort() TT_DIE(("%s", "(Failed.)"))
H A Dregress_rpc.c796 TT_DIE(("Got incorrect tag: %0x.", (unsigned)tag));
866 TT_DIE(("Cannot get %dth how_often msg.", i));
869 TT_DIE(("Wrong message encoded %d != %d", i, res));
H A Dregress.c409 TT_DIE(("socketpair: %s", strerror(errno)));
411 TT_DIE(("socketpair: %s", strerror(errno)));
413 TT_DIE(("make_socket_nonblocking"));
415 TT_DIE(("make_socket_nonblocking"));
423 TT_DIE(("write failed strangely: %s",
H A Dregress_buffer.c168 TT_STMT_BEGIN if (!evbuffer_validate_(buf)) TT_DIE(("Buffer format invalid")); TT_STMT_END
753 TT_DIE(("Didn't recognize the implementation"));
961 TT_DIE(("Wanted %s; got %s [%d]", content, cp, (int)sz)); \
H A Dregress_dns.c597 TT_DIE(("Only handling one question at a time; got %d",
670 TT_DIE(("Only handling one question at a time; got %d",
H A Dregress_http.c607 TT_DIE(("Bind socket failed"));
3168 TT_DIE(("reply length %lu; expected %lu; FAILED (%s)\n",

Completed in 151 milliseconds