Home | History | Annotate | Download | only in test

Lines Matching refs:mswindows

18 mswindows = (sys.platform == "win32")
24 if mswindows:
436 if mswindows:
531 if not mswindows:
749 @unittest.skipIf(mswindows, "POSIX specific tests")
1174 @unittest.skipUnless(mswindows, "Windows specific tests")
1325 @unittest.skipIf(mswindows, "errno and EINTR make no sense on windows")
1342 @unittest.skipUnless(mswindows, "mswindows only")