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

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_testutils.c147 TT_DIE(("Only handling one question at a time; got %d",
156 TT_DIE(("Unexpected question: '%s'", question));
184 TT_DIE(("Bad A value %s in table", tab->ans));
191 TT_DIE(("Bad AAAA value %s in table", tab->ans));
196 TT_DIE(("Weird table entry with type '%s'", tab->anstype));
H A Dtinytest_macros.h59 #define TT_DIE(args) \ macro
73 #define tt_abort_printf(msg) TT_DIE(msg)
74 #define tt_abort_perror(op) TT_DIE(("%s: %s [%d]",(op),strerror(errno), errno))
75 #define tt_abort_msg(msg) TT_DIE(("%s", msg))
76 #define tt_abort() TT_DIE(("%s", "(Failed.)"))
H A Dregress_rpc.c798 TT_DIE(("Got incorrect tag: %0x.", (unsigned)tag));
868 TT_DIE(("Cannot get %dth how_often msg.", i));
871 TT_DIE(("Wrong message encoded %d != %d", i, res));
H A Dregress.c411 TT_DIE(("socketpair: %s", strerror(errno)));
413 TT_DIE(("socketpair: %s", strerror(errno)));
415 TT_DIE(("make_socket_nonblocking"));
417 TT_DIE(("make_socket_nonblocking"));
425 TT_DIE(("write failed strangely: %s",
H A Dregress_buffer.c170 TT_STMT_BEGIN if (!evbuffer_validate_(buf)) TT_DIE(("Buffer format invalid")); TT_STMT_END
755 TT_DIE(("Didn't recognize the implementation"));
963 TT_DIE(("Wanted %s; got %s [%d]", content, cp, (int)sz)); \
H A Dregress_dns.c599 TT_DIE(("Only handling one question at a time; got %d",
672 TT_DIE(("Only handling one question at a time; got %d",
H A Dregress_http.c609 TT_DIE(("Bind socket failed"));
3170 TT_DIE(("reply length %lu; expected %lu; FAILED (%s)\n",
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_testutils.c159 TT_DIE(("Only handling one question at a time; got %d",
168 TT_DIE(("Unexpected question: '%s'", question));
199 TT_DIE(("Bad A value %s in table", tab->ans));
206 TT_DIE(("Bad AAAA value %s in table", tab->ans));
211 TT_DIE(("Weird table entry with type '%s'", tab->anstype));
H A Dtinytest_macros.h59 #define TT_DIE(args) \ macro
73 #define tt_abort_printf(msg) TT_DIE(msg)
74 #define tt_abort_perror(op) TT_DIE(("%s: %s [%d]",(op),strerror(errno), errno))
75 #define tt_abort_msg(msg) TT_DIE(("%s", msg))
76 #define tt_abort() TT_DIE(("%s", "(Failed.)"))
H A Dregress_rpc.c799 TT_DIE(("Got incorrect tag: %0x.", (unsigned)tag));
869 TT_DIE(("Cannot get %dth how_often msg.", i));
872 TT_DIE(("Wrong message encoded %d != %d", i, res));
H A Dregress_listener.c295 TT_DIE(("Can't change RLIMIT_NOFILE"));
H A Dregress.c411 TT_DIE(("socketpair: %s", strerror(errno)));
413 TT_DIE(("socketpair: %s", strerror(errno)));
415 TT_DIE(("make_socket_nonblocking"));
417 TT_DIE(("make_socket_nonblocking"));
425 TT_DIE(("write failed strangely: %s",
H A Dregress_dns.c638 TT_DIE(("Only handling one question at a time; got %d",
711 TT_DIE(("Only handling one question at a time; got %d",
H A Dregress_buffer.c174 TT_STMT_BEGIN if (!evbuffer_validate_(buf)) TT_DIE(("Buffer format invalid")); TT_STMT_END
1190 TT_DIE(("Didn't recognize the implementation"));
1402 TT_DIE(("Wanted %s; got %s [%d]", content, cp, (int)sz)); \
H A Dregress_http.c704 TT_DIE(("Bind socket failed"));
3502 TT_DIE(("reply length %lu; expected %lu; FAILED (%s)\n",

Completed in 177 milliseconds