Searched refs:no_error (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Derror_test.c105 ATF_TC(no_error); variable
106 ATF_TC_HEAD(no_error, tc)
111 ATF_TC_BODY(no_error, tc)
295 ATF_TP_ADD_TC(tp, no_error);
H A Dmacros_test.c227 H_CHECK_ERRNO(no_error, -1, errno_ok_stub() == -1);
231 H_REQUIRE_ERRNO(no_error, -1, errno_ok_stub() == -1);
248 { H_CHECK_ERRNO_HEAD_NAME(no_error),
249 H_CHECK_ERRNO_BODY_NAME(no_error),
292 { H_REQUIRE_ERRNO_HEAD_NAME(no_error),
293 H_REQUIRE_ERRNO_BODY_NAME(no_error),

Completed in 12 milliseconds