]> granicus.if.org Git - python/commitdiff
Use the actual blacklist of leaky tests
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 24 Aug 2008 17:29:53 +0000 (17:29 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 24 Aug 2008 17:29:53 +0000 (17:29 +0000)
Misc/build.sh

index c1643a573b280ff7971661c6c366f7b6357f4b73..23c1f8f906cd29bebf3930fc25e36fe7e56db4a1 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|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.