summaryrefslogtreecommitdiffstats
path: root/Misc/build.sh
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2008-03-05 05:51:20 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2008-03-05 05:51:20 (GMT)
commit89cb9b799b63dd1c1421f6dec3c7f4de4d7cc77e (patch)
tree64494ae61f58c33f5343b5997840d904796f3b0e /Misc/build.sh
parent38bdfaa14bb7bbccd8b850c788fc41aaeb274233 (diff)
downloadcpython-89cb9b799b63dd1c1421f6dec3c7f4de4d7cc77e.zip
cpython-89cb9b799b63dd1c1421f6dec3c7f4de4d7cc77e.tar.gz
cpython-89cb9b799b63dd1c1421f6dec3c7f4de4d7cc77e.tar.bz2
test_smtplib sometimes reports leaks too, suppress it
Diffstat (limited to 'Misc/build.sh')
-rwxr-xr-xMisc/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh
index 62cc28a..dd4c2ef 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|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.