Searched refs:ATF_CHECK_STREQ_MSG (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libc/tests/stdlib/ |
H A D | strfmon_test.c | 97 ATF_CHECK_STREQ_MSG(tests[i].expected, actual, in ATF_TC_BODY() 140 ATF_CHECK_STREQ_MSG(tests[i].expected, actual, in ATF_TC_BODY() 183 ATF_CHECK_STREQ_MSG(tests[i].expected, actual, in ATF_TC_BODY()
|
/freebsd/contrib/atf/atf-c/ |
H A D | tp_test.c | 75 ATF_CHECK_STREQ_MSG("foo", argv[optind], "The non-option argument is " in ATF_TC_BODY()
|
H A D | macros.h | 194 #define ATF_CHECK_STREQ_MSG(expected, actual, fmt, ...) do { \ macro
|
H A D | check_test.c | 90 ATF_CHECK_STREQ_MSG(exp, line, "read: '%s', expected: '%s'", line, exp); in check_line()
|
H A D | macros_test.c | 143 H_DEF(check_streq_msg_ ## id, ATF_CHECK_STREQ_MSG(v1, v2, msg))
|
/freebsd/lib/libc/tests/locale/ |
H A D | newlocale_test.c | 55 ATF_CHECK_STREQ_MSG(expected, actual, "wrong value for %s", in check_lparts()
|
/freebsd/lib/atf/libatf-c/ |
H A D | Makefile | 83 atf-c.3 ATF_CHECK_STREQ_MSG.3 \
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_ldexp.c | 180 ATF_CHECK_STREQ_MSG(table->result, outbuf, in run_test()
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | t_regex_att.c | 378 ATF_CHECK_STREQ_MSG(res, matches, " at line %zu", lineno); in checkmatches()
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | process_test.c | 893 ATF_CHECK_STREQ_MSG(exp, line, "read: '%s', expected: '%s'", line, exp); in check_line()
|