summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2009-05-18 21:35:40 (GMT)
committerCollin Winter <collinw@gmail.com>2009-05-18 21:35:40 (GMT)
commitf03c42f0ab4b4fc0705e2717a89af1254820fed3 (patch)
treea3a3fad528411d673e002a4abb7d3a382aecc018 /Misc
parent61328eef1fdb8f8bb292e07839be55e917ae4f7a (diff)
downloadcpython-f03c42f0ab4b4fc0705e2717a89af1254820fed3.zip
cpython-f03c42f0ab4b4fc0705e2717a89af1254820fed3.tar.gz
cpython-f03c42f0ab4b4fc0705e2717a89af1254820fed3.tar.bz2
Issue 6032: fix refleaks in test_urllib2_localnet.
Diffstat (limited to 'Misc')
-rwxr-xr-xMisc/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh
index 3774487..34dd44d 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)"
# Skip these tests altogether when looking for leaks. These tests
# do not need to be stored above in LEAKY_TESTS too.