diff options
author | Collin Winter <collinw@gmail.com> | 2009-05-18 22:32:26 (GMT) |
---|---|---|
committer | Collin Winter <collinw@gmail.com> | 2009-05-18 22:32:26 (GMT) |
commit | 9a4414d76d20419921f52624f43448ee2ba8684b (patch) | |
tree | b6abd98e557211933fa26614125ccff378184fd4 /Misc/build.sh | |
parent | c384b226d765d5f57a909df8da3f4fcdfb4b7246 (diff) | |
download | cpython-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-x | Misc/build.sh | 2 |
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="" |