Lines Matching full:skipunless
408 @unittest.skipUnless(os.path.isdir('/proc/%d/fd' % os.getpid()),
673 @unittest.skipUnless(os.path.isdir('/proc/%d/fd' % os.getpid()),
730 @unittest.skipUnless(hasattr(signal, 'SIGALRM'),
1174 @unittest.skipUnless(mswindows, "Windows specific tests")
1312 @unittest.skipUnless(getattr(subprocess, '_has_poll', False),
1342 @unittest.skipUnless(mswindows, "mswindows only")