Lines Matching refs:skipUnless
565 @unittest.skipUnless(hasattr(mmap, 'PROT_READ'), "needs mmap.PROT_READ")
620 @unittest.skipUnless(os.name == 'nt', 'requires Windows')
649 @unittest.skipUnless(os.name == 'nt', 'requires Windows')
657 @unittest.skipUnless(os.name == 'nt', 'requires Windows')
684 @unittest.skipUnless(os.name == 'nt', 'requires Windows')
795 @unittest.skipUnless(hasattr(mmap.mmap, 'madvise'), 'needs madvise')
814 @unittest.skipUnless(os.name == 'nt', 'requires Windows')
829 @unittest.skipUnless(os.name == 'nt', 'requires Windows')
844 @unittest.skipUnless(os.name == 'nt', 'requires Windows')
868 @unittest.skipUnless(os.name == 'nt', 'requires Windows')
1027 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
1031 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")