diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2008-08-24 17:29:53 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2008-08-24 17:29:53 (GMT) |
commit | a403e4141afb5dfff41d5844e32d94bc7d341c17 (patch) | |
tree | 54f540e32537bf01a919ee86b643420c25f47e05 /Misc | |
parent | 3782fba588b836e897ee4f84f01689ec012b534f (diff) | |
download | cpython-a403e4141afb5dfff41d5844e32d94bc7d341c17.zip cpython-a403e4141afb5dfff41d5844e32d94bc7d341c17.tar.gz cpython-a403e4141afb5dfff41d5844e32d94bc7d341c17.tar.bz2 |
Use the actual blacklist of leaky tests
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 c1643a5..23c1f8f 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|ftplib|popen2|socket|smtplib|sys|threadsignals|urllib2_localnet|httpservers)" +LEAKY_TESTS="test_(asynchat|cmd_line|docxmlrpc|dumbdbm|file|ftplib|httpservers|imaplib|popen2|socket|smtplib|sys|telnetlib|threadedtempfile|threading|threadsignals|urllib2_localnet|xmlrpc)" # Skip these tests altogether when looking for leaks. These tests # do not need to be stored above in LEAKY_TESTS too. |