Searched refs:h_fail (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/lib/libc/ssp/
H A Dt_ssp.sh34 h_fail() function
61 h_fail "$prog 0123456789ab"
64 h_fail "$prog 0123456789"
82 h_fail "$prog 0123456789ab"
85 h_fail "$prog 0123456789"
103 h_fail "$prog 13"
106 h_fail "$prog 11"
124 h_fail "$prog 13"
127 h_fail "$prog 11"
145 h_fail "
[all...]
/freebsd-10-stable/contrib/atf/atf-sh/
H A Datf-check_test.sh46 h_fail() function
76 h_fail "exit 256" -s eq:256
77 h_fail "exit -1" -s eq:-1
78 h_fail "true" -s ne:256
79 h_fail "true" -s ne:-1
94 h_fail 'exit 256' -s exit:256
95 h_fail 'exit -1' -s exit:-1
96 h_fail 'true' -s not-exit:256
97 h_fail 'true' -s not-exit:-1
138 h_fail 'tru
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/time/
H A Dt_strptime.c89 h_fail(const char *buf, const char *fmt) function
276 h_fail("Moon", "%a");
292 h_fail("Moon", "%A");
298 h_fail("sunday", "%EA");
304 h_fail("SaturDay", "%OA");
322 h_fail("00", "%I");
323 h_fail("13", "%I");
328 h_fail("24", "%H");
369 h_fail("Rover", "%b");
395 h_fail("Rove
[all...]
/freebsd-10-stable/contrib/atf/atf-c++/
H A Dmacros_test.cpp74 ATF_TEST_CASE(h_fail); variable
75 ATF_TEST_CASE_HEAD(h_fail)
79 ATF_TEST_CASE_BODY(h_fail)
305 ATF_TEST_CASE_USE(h_fail);
306 run_h_tc< ATF_TEST_CASE_NAME(h_fail) >();

Completed in 129 milliseconds