Home
last modified time | relevance | path

Searched refs:skip_test (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/usr.bin/bmake/tests/
H A Dcommon.sh42 if ! skip_test ${N} ; then
81 skip_test() function
266 if ! skip_test ${N} ; then
301 if ! skip_test ${N} ; then
331 if ! skip_test ${N} ; then
397 if ! skip_test ${N} ; then
442 if ! skip_test ${N} ; then
/freebsd-14.2/contrib/diff/src/
H A Dio.c97 sip (struct file_data *current, bool skip_test) in sip() argument
113 if (! skip_test) in sip()
811 bool skip_test = text | pretend_binary; in read_files() local
812 bool appears_binary = pretend_binary | sip (&filevec[0], skip_test); in read_files()
815 appears_binary |= sip (&filevec[1], skip_test | appears_binary); in read_files()
/freebsd-14.2/contrib/unbound/doc/
H A DChangelog1346 - Convert tdir tests to use the new skip_test functionality.