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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dmacros_h_test.c66 /* Check that ATF_CHECK_ERRNO does not contain a semicolon that would
68 ATF_CHECK_ERRNO(1, 1 == 1);
69 ATF_CHECK_ERRNO(2, 2 == 2);
H A Dmacros.h202 #define ATF_CHECK_ERRNO(exp_errno, bool_expr) \ macro
H A Dmacros_test.c157 H_DEF(check_errno_ ## id, ATF_CHECK_ERRNO(exp_errno, bool_expr))
238 atf_tc_set_md_var(tc, "descr", "Tests the ATF_CHECK_ERRNO macro");
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dmacros_hpp_test.cpp37 // Check that ATF_CHECK_ERRNO does not contain a semicolon that would
39 ATF_CHECK_ERRNO(1, 1 == 1);
40 ATF_CHECK_ERRNO(2, 2 == 2);
H A Dmacros_test.cpp250 ATF_CHECK_ERRNO(-1, errno_ok_stub() == -1);
252 ATF_CHECK_ERRNO(2, errno_fail_stub(2) == -1);
254 ATF_CHECK_ERRNO(3, errno_fail_stub(4) == -1);
663 set_md_var("descr", "Tests the ATF_CHECK_ERRNO macro");
H A Dmacros.hpp188 #define ATF_CHECK_ERRNO(exp_errno, bool_expr) \ macro

Completed in 16 milliseconds