Home | History | Annotate | Download | only in test

Lines Matching full:skipunless

323     @unittest.skipUnless(hasattr(os, "stat"), "needs os.stat()")
338 @unittest.skipUnless(hasattr(os, "stat"), "needs os.stat()")
354 @unittest.skipUnless(hasattr(os, "stat"), "needs os.stat()")
538 @unittest.skipUnless(hasattr(mmap, 'PROT_READ'), "needs mmap.PROT_READ")
583 @unittest.skipUnless(os.name == 'nt', 'requires Windows')
610 @unittest.skipUnless(os.name == 'nt', 'requires Windows')
618 @unittest.skipUnless(os.name == 'nt', 'requires Windows')
643 @unittest.skipUnless(os.name == 'nt', 'requires Windows')
728 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
732 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")