Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/unbound/testdata/00-lint.tdir/
H A D00-lint.pre13 skip_test "test skipped; clang linter preferred over splint"
/freebsd/contrib/unbound/testdata/cachedb_no_store.tdir/
H A Dcachedb_no_store.pre9 if grep "define USE_CACHEDB 1" $PRE/config.h; then echo test enabled; else skip_test "test skipped"…
/freebsd/contrib/unbound/testdata/root_zonemd.tdir/
H A Droot_zonemd.pre14 skip_test "could not fetch root zone"
/freebsd/contrib/unbound/doc/
H A DChangelog932 - Convert tdir tests to use the new skip_test functionality.