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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dtinytest_macros.h64 #define TT_FAIL(args) \ macro
77 #define tt_fail_printf(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.c121 TT_FAIL(("%s did not parse, but it's a good address!",
127 TT_FAIL(("%s parsed, but we expected an error", ent->addr));
131 TT_FAIL(("%s parsed to %lx, but we expected %lx", ent->addr,
140 TT_FAIL(("Tried to write out %s; got NULL.", ent->addr));
144 TT_FAIL(("Tried to write out %s; got %s",
168 TT_FAIL(("%s did not parse, but it's a good address!",
173 TT_FAIL(("%s parsed, but we expected an error", ent->addr));
184 TT_FAIL(("%s did not parse as expected.", ent->addr));
192 TT_FAIL(("Tried to write out %s; got NULL.", ent->addr));
196 TT_FAIL(("Trie
[all...]
H A Dregress_thread.c219 TT_FAIL(("reinit"));
389 TT_FAIL(("Thread %d never got woken", i));
H A Dregress_ssl.c176 TT_FAIL(("Bad number: %s", line));
H A Dregress_bufferevent.c416 TT_FAIL(("Got sender error %d",(int)what));
447 TT_FAIL(("got connector error %d", (int)what));
563 TT_FAIL(("didn't fail? what %hd", what));
H A Dregress_dns.c924 TT_FAIL(("Got an AAAA request for v4assert"));
939 TT_FAIL(("Got a A request for v6assert"));
1035 TT_FAIL(("Two events on one bufferevent. %d,%d",
H A Dregress_http.c504 TT_FAIL(("%s:bad request detected", __func__));
2006 TT_FAIL(("\"%s\" != \"%s\"",ret,want)); \
2016 TT_FAIL(("Expected error parsing \"%s\"",s)); \
2022 TT_FAIL(("Expected error parsing \"%s\"",s)); \
2024 TT_FAIL(("Couldn't parse nonconformant URI \"%s\"", \
H A Dregress.c305 TT_FAIL(("Legacy test %s not wrapped properly", x)); \

Completed in 115 milliseconds