Home
last modified time | relevance | path

Searched refs:mswindows (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_subprocess.py55 mswindows = (sys.platform == "win32") variable
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
[all...]
H A Dtest_http_cookiejar.py22 mswindows = (sys.platform == "win32") variable
373 @unittest.skipIf(mswindows, "windows file permissions are incompatible with file modes")
387 @unittest.skipIf(mswindows, "windows file permissions are incompatible with file modes")
401 @unittest.skipIf(mswindows, "windows file permissions are incompatible with file modes")

Completed in 6 milliseconds