Searched refs:ATF_CHECK_MSG (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dmacros.h140 #define ATF_CHECK_MSG(x, fmt, ...) \ macro
162 ATF_CHECK_MSG((x) == (y), "%s != %s", #x, #y)
168 ATF_CHECK_MSG((x) == (y), "%s != %s: " fmt, #x, #y, ##__VA_ARGS__)
174 ATF_CHECK_MSG(strcmp(x, y) == 0, "%s != %s (%s != %s)", #x, #y, x, y)
181 ATF_CHECK_MSG(strcmp(x, y) == 0, "%s != %s (%s != %s): " fmt, \
189 ATF_CHECK_MSG(atf_utils_grep_string("%s", string, regexp), \
198 ATF_CHECK_MSG(atf_utils_grep_string("%s", string, regexp), \
H A Dmacros_test.c116 H_DEF(check_msg_ ## id, ATF_CHECK_MSG(condition, msg))
325 * Test cases for the ATF_CHECK and ATF_CHECK_MSG macros.
337 "ATF_CHECK_MSG macros");
827 ATF_CHECK_MSG(matched, "couldn't find error string in result");
831 ATF_CHECK_MSG(matched, "couldn't find error string in output");
/bind-9.6-ESV-R11/lib/dns/tests/
H A Dmaster_test.c470 ATF_CHECK_MSG(warn_expect_result, "'%s' warning not emitted",

Completed in 1128 milliseconds