From: Neal Norwitz Date: Fri, 3 Mar 2006 00:43:06 +0000 (+0000) Subject: Add test_quopri to know spurious leakers X-Git-Tag: v2.5a0~388 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26f55a1473a639bc2506f7d7fded2e95303108b4;p=thirdparty%2FPython%2Fcpython.git Add test_quopri to know spurious leakers --- diff --git a/Misc/build.sh b/Misc/build.sh index 55aad7bc25fd..1dd6c80aaba0 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -59,7 +59,7 @@ REFLOG="build/reflog.txt.out" # test_generators really leaks. Since test_generators probably won't # be fixed real soon, disable warning about it for now. # The entire leak report will be mailed if any test not in this list leaks. -LEAKY_TESTS="test_(capi|cfgparser|charmapcodec|cmd_line|compiler|filecmp|generators|threaded_import|threadedtempfile|threading|threading_local|urllib2)" +LEAKY_TESTS="test_(capi|cfgparser|charmapcodec|cmd_line|compiler|filecmp|generators|quopri|threaded_import|threadedtempfile|threading|threading_local|urllib2)" # Change this flag to "yes" for old releases to just update/build the docs. BUILD_DISABLED="no"