Searched refs:TT_FAIL (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dtinytest_macros.h64 #define TT_FAIL(args) \ macro
77 #define tt_failprint_f(msg) TT_FAIL(msg)
78 #define tt_fail_perror(op) TT_FAIL(("%s: %s [%d]",(op),strerror(errno), errno))
79 #define tt_fail_msg(msg) TT_FAIL(("%s", msg))
80 #define tt_fail() TT_FAIL(("%s", "(Failed.)"))
H A Dregress_util.c124 TT_FAIL(("%s did not parse, but it's a good address!",
130 TT_FAIL(("%s parsed, but we expected an error", ent->addr));
134 TT_FAIL(("%s parsed to %lx, but we expected %lx", ent->addr,
143 TT_FAIL(("Tried to write out %s; got NULL.", ent->addr));
147 TT_FAIL(("Tried to write out %s; got %s",
171 TT_FAIL(("%s did not parse, but it's a good address!",
176 TT_FAIL(("%s parsed, but we expected an error", ent->addr));
187 TT_FAIL(("%s did not parse as expected.", ent->addr));
195 TT_FAIL(("Tried to write out %s; got NULL.", ent->addr));
199 TT_FAIL(("Trie
[all...]
H A Dregress_bufferevent.c248 TT_FAIL(("lock: free error"));
258 TT_FAIL(("lock: lock error"));
269 TT_FAIL(("lock: unlock error"));
589 TT_FAIL(("Got sender error %d",(int)what));
621 TT_FAIL(("got connector error %d", (int)what));
743 TT_FAIL(("didn't fail? what %hd", what));
963 TT_FAIL(("The triggered callback did not fire or the machine is really slow (try increasing timeout)."));
H A Dregress_thread.c204 TT_FAIL(("reinit"));
374 TT_FAIL(("Thread %d never got woken", i));
H A Dregress_ssl.c196 TT_FAIL(("Bad number: %s", line));
H A Dregress_dns.c1034 TT_FAIL(("Got an AAAA request for v4assert"));
1049 TT_FAIL(("Got a A request for v6assert"));
1148 TT_FAIL(("Two events on one bufferevent. %d,%d",
H A Dregress_http.c551 TT_FAIL(("%s:bad request detected", __func__));
2220 TT_FAIL(("\"%s\" != \"%s\"",ret,want)); \
2230 TT_FAIL(("Expected error parsing \"%s\"",s)); \
2236 TT_FAIL(("Expected error parsing \"%s\"",s)); \
2238 TT_FAIL(("Couldn't parse nonconformant URI \"%s\"", \
H A Dregress.c291 TT_FAIL(("Legacy test %s not wrapped properly", x)); \

Completed in 129 milliseconds