diff options
author | Collin Winter <collinw@gmail.com> | 2009-05-18 21:35:40 (GMT) |
---|---|---|
committer | Collin Winter <collinw@gmail.com> | 2009-05-18 21:35:40 (GMT) |
commit | f03c42f0ab4b4fc0705e2717a89af1254820fed3 (patch) | |
tree | a3a3fad528411d673e002a4abb7d3a382aecc018 /Misc | |
parent | 61328eef1fdb8f8bb292e07839be55e917ae4f7a (diff) | |
download | cpython-f03c42f0ab4b4fc0705e2717a89af1254820fed3.zip cpython-f03c42f0ab4b4fc0705e2717a89af1254820fed3.tar.gz cpython-f03c42f0ab4b4fc0705e2717a89af1254820fed3.tar.bz2 |
Issue 6032: fix refleaks in test_urllib2_localnet.
Diffstat (limited to 'Misc')
-rwxr-xr-x | Misc/build.sh | 2 |
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. |