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

/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check_test.sh32 h_pass() function
75 h_pass "true" -s eq:0
76 h_pass "false" -s ne:0
77 h_pass "exit 255" -s eq:255
78 h_pass "exit 0" -s ne:255
93 h_pass 'true' -s exit:0
94 h_pass 'false' -s not-exit:0
95 h_pass 'exit 255' -s exit:255
96 h_pass 'exit 0' -s not-exit:255
103 h_pass 'tru
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dmacros_test.cpp64 ATF_TEST_CASE(h_pass); variable
65 ATF_TEST_CASE_HEAD(h_pass)
69 ATF_TEST_CASE_BODY(h_pass)
293 ATF_TEST_CASE_USE(h_pass);
294 run_h_tc< ATF_TEST_CASE_NAME(h_pass) >();

Completed in 39 milliseconds