Searched defs:h_pass (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/
H A Dmacros_test.cpp62 ATF_TEST_CASE(h_pass); variable
63 ATF_TEST_CASE_HEAD(h_pass)
67 ATF_TEST_CASE_BODY(h_pass)
291 ATF_TEST_CASE_USE(h_pass);
292 run_h_tc< ATF_TEST_CASE_NAME(h_pass) >();
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check_test.sh28 h_pass() function
71 h_pass "true" -s eq:0
72 h_pass "false" -s ne:0
73 h_pass "exit 255" -s eq:255
74 h_pass "exit 0" -s ne:255
89 h_pass 'true' -s exit:0
90 h_pass 'false' -s not-exit:0
91 h_pass 'exit 255' -s exit:255
92 h_pass 'exit 0' -s not-exit:255
99 h_pass 'tru
[all...]

Completed in 14 milliseconds