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

/freebsd-11-stable/contrib/atf/atf-c++/
H A Dmacros_test.cpp226 errno_fail_stub(const int raised_errno) function
250 ATF_CHECK_ERRNO(2, errno_fail_stub(2) == -1);
252 ATF_CHECK_ERRNO(3, errno_fail_stub(4) == -1);
271 ATF_REQUIRE_ERRNO(2, errno_fail_stub(2) == -1);
273 ATF_REQUIRE_ERRNO(3, errno_fail_stub(4) == -1);
674 "Expected errno 3, got 4, in errno_fail_stub\\(4\\) == -1" },
722 "Expected errno 3, got 4, in errno_fail_stub\\(4\\) == -1" },
/freebsd-11-stable/contrib/atf/atf-c/
H A Dmacros_test.c213 errno_fail_stub(const int raised_errno) function
226 H_CHECK_ERRNO(errno_ok, 2, errno_fail_stub(2) == -1);
227 H_CHECK_ERRNO(errno_fail, 3, errno_fail_stub(4) == -1);
230 H_REQUIRE_ERRNO(errno_ok, 2, errno_fail_stub(2) == -1);
231 H_REQUIRE_ERRNO(errno_fail, 3, errno_fail_stub(4) == -1);
254 false, "Expected errno 3, got 4, in errno_fail_stub\\(4\\) == -1" },
298 false, "Expected errno 3, got 4, in errno_fail_stub\\(4\\) == -1" },

Completed in 101 milliseconds