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

neal.norwitz python-checkins at python.org
Thu Apr 6 09:59:00 CEST 2006


Author: neal.norwitz
Date: Thu Apr  6 09:58:59 2006
New Revision: 43690

Modified:
   python/trunk/Misc/build.sh
Log:
I don't think we know of any tests that really leak anymore
(other than those in leakers).


Modified: python/trunk/Misc/build.sh
==============================================================================
--- python/trunk/Misc/build.sh	(original)
+++ python/trunk/Misc/build.sh	Thu Apr  6 09:58:59 2006
@@ -57,10 +57,10 @@
 REFLOG="build/reflog.txt.out"
 # These tests are not stable and often falsely report leaks.
 # The entire leak report will be mailed if any test not in this list leaks.
-# Note: test_ctypes and test_generators really leak, but are disabled
+# 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_(capi|cfgparser|charmapcodec|cmd_line|compiler|ctypes|filecmp|generators|quopri|socket|threaded_import|threadedtempfile|threading|threading_local|urllib2)"
+LEAKY_TESTS="test_(capi|cfgparser|charmapcodec|cmd_line|compiler|ctypes|filecmp|quopri|socket|threaded_import|threadedtempfile|threading|threading_local|urllib2)"
 
 # Change this flag to "yes" for old releases to only update/build the docs.
 BUILD_DISABLED="no"


More information about the Python-checkins mailing list