From 3782fba588b836e897ee4f84f01689ec012b534f Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 24 Aug 2008 17:27:43 +0000 Subject: [PATCH] Ignore a couple more tests that report leaks inconsistently. --- Misc/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/build.sh b/Misc/build.sh index fd0e3378896..c1643a573b2 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|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.