Searched defs:failmsg (Results 1 – 8 of 8) sorted by relevance
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/ |
H A D | test_helpers.cpp | 44 build_check_cxx_o_aux(const atf::fs::path& sfile, const char* failmsg, in build_check_cxx_o_aux() 60 const char* failmsg, const bool expect_pass) in build_check_cxx_o() 75 const std::string failmsg = std::string("Header check failed; ") + in header_check() local
|
H A D | test_helpers.hpp | 59 #define BUILD_TC(name, sfile, descr, failmsg) \ argument 70 #define BUILD_TC_FAIL(name, sfile, descr, failmsg) \ argument
|
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c/detail/ |
H A D | test_helpers.h | 60 #define BUILD_TC(name, sfile, descr, failmsg) \ argument 71 #define BUILD_TC_FAIL(name, sfile, descr, failmsg) \ argument
|
H A D | test_helpers.c | 50 build_check_c_o_aux(const char *path, const char *failmsg, in build_check_c_o_aux() 73 build_check_c_o(const atf_tc_t *tc, const char *sfile, const char *failmsg, in build_check_c_o() 88 char failmsg[128]; in header_check() local
|
/minix3/external/bsd/atf/dist/atf-c/detail/ |
H A D | test_helpers.h | 58 #define BUILD_TC(name, sfile, descr, failmsg) \ argument
|
H A D | test_helpers.c | 83 char failmsg[128]; in header_check() local
|
/minix3/external/bsd/atf/dist/atf-c++/detail/ |
H A D | test_helpers.cpp | 83 const std::string failmsg = std::string("Header check failed; ") + in header_check() local
|
H A D | test_helpers.hpp | 57 #define BUILD_TC(name, sfile, descr, failmsg) \ argument
|