Ignore a couple more tests that report leaks inconsistently.

This commit is contained in:
Neal Norwitz 2008-08-24 17:27:43 +00:00
parent 18aa388ca0
commit 3782fba588
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ REFLOG="build/reflog.txt.out"
# Note: test_XXX (none currently) really leak, but are disabled # Note: test_XXX (none currently) really leak, but are disabled
# so we don't send spam. Any test which really leaks should only # 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. # be listed here if there are also test cases under Lib/test/leakers.
LEAKY_TESTS="test_(asynchat|cmd_line|popen2|socket|smtplib|sys|threadsignals|urllib2_localnet|httpservers)" LEAKY_TESTS="test_(asynchat|cmd_line|docxmlrpc|ftplib|popen2|socket|smtplib|sys|threadsignals|urllib2_localnet|httpservers)"
# Skip these tests altogether when looking for leaks. These tests # Skip these tests altogether when looking for leaks. These tests
# do not need to be stored above in LEAKY_TESTS too. # do not need to be stored above in LEAKY_TESTS too.