summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-10-13 03:14:40 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-10-13 03:14:40 (GMT)
commitf73cc9714fdd4e845fd3072ad76a56439c689656 (patch)
treebada8d37c4f7c67553567dffb4afbbbb1e876eb5 /Lib/test
parent7b759da1b8d1ce870ff77c34250f983a73f75b32 (diff)
downloadcpython-f73cc9714fdd4e845fd3072ad76a56439c689656.zip
cpython-f73cc9714fdd4e845fd3072ad76a56439c689656.tar.gz
cpython-f73cc9714fdd4e845fd3072ad76a56439c689656.tar.bz2
XXX about extreme expense of test_no_leaking() on Windows. I'm not sure
what this is trying to do. If it's necessary for it to create > 1000 processes, it should be controlled by a new resource and not run by default on Windows.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_subprocess.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py
index ba8ffa2..3312f7c 100644
--- a/Lib/test/test_subprocess.py
+++ b/Lib/test/test_subprocess.py
@@ -317,6 +317,7 @@ class ProcessTestCase(unittest.TestCase):
# Interpreter without universal newline support
self.assertEqual(stdout, "line1\nline2\rline3\r\nline4\r\nline5\nline6")
+ # XXX test_no_leaking takes > a minute to run on a high-end WinXP Pro box
def test_no_leaking(self):
# Make sure we leak no resources
for i in range(1026):