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

neal.norwitz python-checkins at python.org
Tue Mar 7 00:04:08 CET 2006


Author: neal.norwitz
Date: Tue Mar  7 00:04:04 2006
New Revision: 42874

Modified:
   python/trunk/Misc/build.sh
Log:
Ignore leaks from the socket test too.  Sigh, this list is getting long. :-(

Modified: python/trunk/Misc/build.sh
==============================================================================
--- python/trunk/Misc/build.sh	(original)
+++ python/trunk/Misc/build.sh	Tue Mar  7 00:04:04 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|quopri|threaded_import|threadedtempfile|threading|threading_local|urllib2)"
+LEAKY_TESTS="test_(capi|cfgparser|charmapcodec|cmd_line|compiler|filecmp|generators|quopri|socket|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