Searched refs:failmsg (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | test_helpers.h | 57 #define BUILD_TC(name, sfile, descr, failmsg) \ 66 atf_tc_fail("%s", failmsg); \
|
H A D | test_helpers.c | 81 char failmsg[128]; local 88 snprintf(failmsg, sizeof(failmsg), 92 atf_tc_fail("%s", failmsg);
|
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | test_helpers.cpp | 80 const std::string failmsg = std::string("Header check failed; ") + local 83 ATF_FAIL(failmsg);
|
H A D | test_helpers.hpp | 53 #define BUILD_TC(name, sfile, descr, failmsg) \ 62 ATF_FAIL(failmsg); \
|
Completed in 1524 milliseconds