Home | History | Annotate | Download | only in test

Lines Matching full:skipunless

320     @unittest.skipUnless(hasattr(os, "stat"), "needs os.stat()")
335 @unittest.skipUnless(hasattr(os, "stat"), "needs os.stat()")
348 @unittest.skipUnless(hasattr(os, "stat"), "needs os.stat()")
563 @unittest.skipUnless(hasattr(mmap, 'PROT_READ'), "needs mmap.PROT_READ")
620 @unittest.skipUnless(os.name == 'nt', 'requires Windows')
647 @unittest.skipUnless(os.name == 'nt', 'requires Windows')
655 @unittest.skipUnless(os.name == 'nt', 'requires Windows')
681 @unittest.skipUnless(os.name == 'nt', 'requires Windows')
790 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
794 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")