[Python-checkins] r42807 - python/trunk/Misc/build.sh

neal.norwitz python-checkins at python.org
Fri Mar 3 01:43:06 CET 2006


Author: neal.norwitz
Date: Fri Mar  3 01:43:06 2006
New Revision: 42807

Modified:
   python/trunk/Misc/build.sh
Log:
Add test_quopri to know spurious leakers

Modified: python/trunk/Misc/build.sh
==============================================================================
--- python/trunk/Misc/build.sh	(original)
+++ python/trunk/Misc/build.sh	Fri Mar  3 01:43:06 2006
@@ -59,7 +59,7 @@
 # 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"


More information about the Python-checkins mailing list