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

/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",
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_testutils.c158 TT_DIE(("Only handling one question at a time; got %d",
167 TT_DIE(("Unexpected question: '%s'", question));
198 TT_DIE(("Bad A value %s in table", tab->ans));
205 TT_DIE(("Bad AAAA value %s in table", tab->ans));
210 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.c797 TT_DIE(("Got incorrect tag: %0x.", (unsigned)tag));
867 TT_DIE(("Cannot get %dth how_often msg.", i));
870 TT_DIE(("Wrong message encoded %d != %d", i, res));
H A Dregress_listener.c295 TT_DIE(("Can't change RLIMIT_NOFILE"));
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_dns.c636 TT_DIE(("Only handling one question at a time; got %d",
709 TT_DIE(("Only handling one question at a time; got %d",
H A Dregress_buffer.c172 TT_STMT_BEGIN if (!evbuffer_validate_(buf)) TT_DIE(("Buffer format invalid")); TT_STMT_END
1188 TT_DIE(("Didn't recognize the implementation"));
1400 TT_DIE(("Wanted %s; got %s [%d]", content, cp, (int)sz)); \
H A Dregress_http.c701 TT_DIE(("Bind socket failed"));
3499 TT_DIE(("reply length %lu; expected %lu; FAILED (%s)\n",

Completed in 274 milliseconds