summaryrefslogtreecommitdiffstats
path: root/Misc/build.sh
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2009-05-18 22:32:26 (GMT)
committerCollin Winter <collinw@gmail.com>2009-05-18 22:32:26 (GMT)
commit9a4414d76d20419921f52624f43448ee2ba8684b (patch)
treeb6abd98e557211933fa26614125ccff378184fd4 /Misc/build.sh
parentc384b226d765d5f57a909df8da3f4fcdfb4b7246 (diff)
downloadcpython-9a4414d76d20419921f52624f43448ee2ba8684b.zip
cpython-9a4414d76d20419921f52624f43448ee2ba8684b.tar.gz
cpython-9a4414d76d20419921f52624f43448ee2ba8684b.tar.bz2
Merged revisions 72777 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72777 | collin.winter | 2009-05-18 14:35:40 -0700 (Mon, 18 May 2009) | 1 line Issue 6032: fix refleaks in test_urllib2_localnet. ........
Diffstat (limited to 'Misc/build.sh')
-rwxr-xr-xMisc/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh
index bf3c883..b5ef697 100755
--- a/Misc/build.sh
+++ b/Misc/build.sh
@@ -67,7 +67,7 @@ REFLOG="build/reflog.txt.out"
# Note: test_XXX (none currently) really leak, but are disabled
# so we don't send spam. Any test which really leaks should only
# be listed here if there are also test cases under Lib/test/leakers.
-LEAKY_TESTS="test_(asynchat|cmd_line|docxmlrpc|dumbdbm|file|ftplib|httpservers|imaplib|popen2|socket|smtplib|sys|telnetlib|threadedtempfile|threading|threadsignals|urllib2_localnet|xmlrpc)"
+LEAKY_TESTS="test_(asynchat|cmd_line|docxmlrpc|dumbdbm|file|ftplib|httpservers|imaplib|popen2|socket|smtplib|sys|telnetlib|threadedtempfile|threading|threadsignals|xmlrpc)"
# These tests always fail, so skip them so we don't get false positives.
_ALWAYS_SKIP=""