• Home
  • Raw
  • Download

Lines Matching refs:TT_FAIL

124 				TT_FAIL(("%s did not parse, but it's a good address!",  in regress_ipv4_parse()
130 TT_FAIL(("%s parsed, but we expected an error", ent->addr)); in regress_ipv4_parse()
134 TT_FAIL(("%s parsed to %lx, but we expected %lx", ent->addr, in regress_ipv4_parse()
143 TT_FAIL(("Tried to write out %s; got NULL.", ent->addr)); in regress_ipv4_parse()
147 TT_FAIL(("Tried to write out %s; got %s", in regress_ipv4_parse()
171 TT_FAIL(("%s did not parse, but it's a good address!", in regress_ipv6_parse()
176 TT_FAIL(("%s parsed, but we expected an error", ent->addr)); in regress_ipv6_parse()
187 TT_FAIL(("%s did not parse as expected.", ent->addr)); in regress_ipv6_parse()
195 TT_FAIL(("Tried to write out %s; got NULL.", ent->addr)); in regress_ipv6_parse()
199 TT_FAIL(("Tried to write out %s; got %s", ent->addr, written)); in regress_ipv6_parse()
242 TT_FAIL(("Couldn't parse %s!", ent->parse)); in regress_sockaddr_port_parse()
245 TT_FAIL(("Shouldn't have been able to parse %s!", ent->parse)); in regress_sockaddr_port_parse()
258 TT_FAIL(("Couldn't parse ipv4 target %s.", ent->addr)); in regress_sockaddr_port_parse()
260 TT_FAIL(("Parse for %s was not as expected.", ent->parse)); in regress_sockaddr_port_parse()
262 TT_FAIL(("Length for %s not as expected.",ent->parse)); in regress_sockaddr_port_parse()
274 TT_FAIL(("Couldn't parse ipv6 target %s.", ent->addr)); in regress_sockaddr_port_parse()
276 TT_FAIL(("Parse for %s was not as expected.", ent->parse)); in regress_sockaddr_port_parse()
278 TT_FAIL(("Length for %s not as expected.",ent->parse)); in regress_sockaddr_port_parse()
353 TT_FAIL(("Couldn't parse %s!", ent->parse)); in test_evutil_sockaddr_predicates()
359 TT_FAIL(("evutil_sockaddr_loopback(%s) not as expected", in test_evutil_sockaddr_predicates()
825 TT_FAIL(("Couldn't parse expected address %s on line %d", in test_ai_eq_()
830 TT_FAIL(("Address family %d did not match %d on line %d", in test_ai_eq_()
839 TT_FAIL(("Addr size mismatch on line %d", line)); in test_ai_eq_()
847 TT_FAIL(("Addr size mismatch on line %d", line)); in test_ai_eq_()
852 TT_FAIL(("Wanted %s, got %s:%d on line %d", sockaddr_port, in test_ai_eq_()
861 TT_FAIL(("Test failed on line %d", line)); in test_ai_eq_()