Lines Matching refs:mswindows
55 mswindows = (sys.platform == "win32")
61 if mswindows:
91 if not mswindows:
388 @unittest.skipIf(mswindows, "executable argument replaces shell")
394 @unittest.skipIf(mswindows, "executable argument replaces shell")
399 @unittest.skipIf(mswindows, "executable argument replaces shell")
454 @unittest.skipIf(mswindows, "pending resolution of issue #15533")
470 @unittest.skipIf(mswindows, "pending resolution of issue #15533")
1164 if not mswindows:
1399 if mswindows:
1539 @unittest.skipIf(mswindows, "behavior currently not supported on Windows")
1545 @unittest.skipIf(mswindows, "behavior currently not supported on Windows")
1669 prog = 'tree.com' if mswindows else 'ls'
1729 @unittest.skipIf(mswindows, "requires posix like 'sleep' shell command")
1771 @unittest.skipIf(mswindows, "POSIX specific tests")
2101 @unittest.skipIf(mswindows or not hasattr(os, 'umask'),
3072 if mswindows:
3099 if mswindows:
3116 if mswindows:
3332 @unittest.skipUnless(mswindows, "Windows specific tests")
3665 ("type " if mswindows else "cat ") + name)
3699 @unittest.skipUnless(mswindows, "Windows-specific tests")