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

/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/
H A Dmacros.h136 #define ATF_CHECK_MSG(x, fmt, ...) \ macro
158 ATF_CHECK_MSG((x) == (y), "%s != %s", #x, #y)
164 ATF_CHECK_MSG((x) == (y), "%s != %s: " fmt, #x, #y, ##__VA_ARGS__)
170 ATF_CHECK_MSG(strcmp(x, y) == 0, "%s != %s (%s != %s)", #x, #y, x, y)
177 ATF_CHECK_MSG(strcmp(x, y) == 0, "%s != %s (%s != %s): " fmt, \
H A Dmacros_test.c116 H_DEF(check_msg_ ## id, ATF_CHECK_MSG(condition, msg))
300 * Test cases for the ATF_CHECK and ATF_CHECK_MSG macros.
312 "ATF_CHECK_MSG macros");
733 ATF_CHECK_MSG(matched, "couldn't find error string in result");
737 ATF_CHECK_MSG(matched, "couldn't find error string in output");
H A Dcheck_test.c97 ATF_CHECK_MSG(atf_equal_dynstr_cstring(&line, exp),
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dprocess_test.c889 ATF_CHECK_MSG(atf_equal_dynstr_cstring(&line, exp),

Completed in 221 milliseconds