Searched refs:skip_test (Results 1 – 3 of 3) sorted by relevance
42 if ! skip_test ${N} ; then81 skip_test() function266 if ! skip_test ${N} ; then301 if ! skip_test ${N} ; then331 if ! skip_test ${N} ; then397 if ! skip_test ${N} ; then442 if ! skip_test ${N} ; then
97 sip (struct file_data *current, bool skip_test) in sip() argument113 if (! skip_test) in sip()811 bool skip_test = text | pretend_binary; in read_files() local812 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()
1346 - Convert tdir tests to use the new skip_test functionality.