Home
last modified time | relevance | path

Searched refs:TT_DECLARE (Results 1 – 4 of 4) sorted by relevance

/external/libevent/test/
Dtinytest_macros.h40 #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", \
Dregress_util.c1047 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()
Dregress_ssl.c195TT_DECLARE("WARN", ("Version mismatch for openssl: compiled with %lx but running with %lx", (unsig… in init_ssl()
Dregress.c2634 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()