Searched refs:TT_DECLARE (Results 1 – 4 of 4) sorted by relevance
/external/libevent/test/ |
D | tinytest_macros.h | 40 #ifndef TT_DECLARE 41 #define TT_DECLARE(prefix, args) \ macro 49 #define TT_GRIPE(args) TT_DECLARE("FAIL", args) 54 if (tinytest_get_verbosity_()>1) TT_DECLARE(" OK", args); \ 129 TT_DECLARE(tt_status_?" OK":"FAIL", \
|
D | regress_util.c | 1047 TT_DECLARE("SKIP", ("Symbolic service names seem broken.")); in test_evutil_getaddrinfo() 1079 TT_DECLARE("SKIP", ("Couldn't resolve www.google.com")); in test_evutil_getaddrinfo_live()
|
D | regress_ssl.c | 195 …TT_DECLARE("WARN", ("Version mismatch for openssl: compiled with %lx but running with %lx", (unsig… in init_ssl()
|
D | regress.c | 2634 TT_DECLARE("NOTE", ("Can't fake unsetenv; skipping test")); in test_base_environ() 2636 TT_DECLARE("NOTE", ("unsetenv doesn't work; skipping test")); in test_base_environ()
|