]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Ignore a couple more tests that report leaks inconsistently.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 24 Aug 2008 17:27:43 +0000 (17:27 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 24 Aug 2008 17:27:43 +0000 (17:27 +0000)
Misc/build.sh

index fd0e3378896566e40d548c7e3002f095124d0e54..c1643a573b280ff7971661c6c366f7b6357f4b73 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|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
 # do not need to be stored above in LEAKY_TESTS too.