Searched defs:failmsg (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.cpp44 build_check_cxx_o_aux(const atf::fs::path& sfile, const char* failmsg, argument
55 ATF_FAIL(failmsg);
60 const char* failmsg, const bool expect_pass)
64 build_check_cxx_o_aux(sfilepath, failmsg, expect_pass);
75 const std::string failmsg = std::string("Header check failed; ") + local
77 build_check_cxx_o_aux(atf::fs::path("test.c"), failmsg.c_str(), true);
59 build_check_cxx_o(const atf::tests::tc& tc, const char* sfile, const char* failmsg, const bool expect_pass) argument
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c48 build_check_c_o_aux(const char *path, const char *failmsg, argument
67 atf_tc_fail("%s", failmsg);
71 build_check_c_o(const atf_tc_t *tc, const char *sfile, const char *failmsg, argument
78 build_check_c_o_aux(atf_fs_path_cstring(&path), failmsg, expect_pass); local
86 char failmsg[128]; local
93 snprintf(failmsg, sizeof(failmsg),
96 build_check_c_o_aux("test.c", failmsg, true);

Completed in 17 milliseconds