Searched refs:ATF_REQUIRE_ERRNO (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dmacros_h_test.c75 /* Check that ATF_REQUIRE_ERRNO does not contain a semicolon that would
77 ATF_REQUIRE_ERRNO(1, 1 == 1);
78 ATF_REQUIRE_ERRNO(2, 2 == 2);
H A Dmacros.h205 #define ATF_REQUIRE_ERRNO(exp_errno, bool_expr) \ macro
H A Dmacros_test.c208 H_DEF(require_errno_ ## id, ATF_REQUIRE_ERRNO(exp_errno, bool_expr))
282 atf_tc_set_md_var(tc, "descr", "Tests the ATF_REQUIRE_ERRNO macro");
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dmacros_hpp_test.cpp94 // Check that ATF_REQUIRE_ERRNO does not contain a semicolon that would
96 ATF_REQUIRE_ERRNO(1, 1 == 1);
97 ATF_REQUIRE_ERRNO(2, 2 == 2);
H A Dmacros_test.cpp271 ATF_REQUIRE_ERRNO(-1, errno_ok_stub() == -1);
273 ATF_REQUIRE_ERRNO(2, errno_fail_stub(2) == -1);
275 ATF_REQUIRE_ERRNO(3, errno_fail_stub(4) == -1);
711 set_md_var("descr", "Tests the ATF_REQUIRE_ERRNO macro");
H A Dmacros.hpp192 #define ATF_REQUIRE_ERRNO(exp_errno, bool_expr) \ macro

Completed in 22 milliseconds