]> granicus.if.org Git - python/commitdiff
test_smtplib sometimes reports leaks too, suppress it
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 5 Mar 2008 05:51:20 +0000 (05:51 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 5 Mar 2008 05:51:20 +0000 (05:51 +0000)
Misc/build.sh

index 62cc28ac7e18d75027e1aa693091f1dc949dc5ab..dd4c2efd4b07b322a45b16640df9e8dccd340a20 100755 (executable)
@@ -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|popen2|socket|sys|threadsignals|urllib2_localnet)"
+LEAKY_TESTS="test_(asynchat|cmd_line|popen2|socket|smtplib|sys|threadsignals|urllib2_localnet)"
 
 # Skip these tests altogether when looking for leaks.  These tests
 # do not need to be stored above in LEAKY_TESTS too.