]> granicus.if.org Git - python/commitdiff
Update/expand on comments about leaking tests.
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 17 Mar 2006 04:52:38 +0000 (04:52 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 17 Mar 2006 04:52:38 +0000 (04:52 +0000)
Lib/test/leakers/test_tee.py
Misc/build.sh

index 4ce24cae30fd843c32d00a3eac3312689599f404..d2b945d1fa5eed07e06060a50c0acc8a3cb60cd3 100644 (file)
@@ -1,6 +1,7 @@
 
 # Test case taken from test_itertools
 # See http://mail.python.org/pipermail/python-dev/2005-November/058339.html
+# When this is fixed remember to remove from LEAKY_TESTS in Misc/build.sh.
 
 from itertools import tee
 
index 5f4aed3eec1d7075fc90c7ac44abb2531ec73438..dd4b8d0de7ed52ecaa6b025ef14be84bf154c40f 100755 (executable)
@@ -55,13 +55,14 @@ INSTALL_DIR="/tmp/python-test/local"
 RSYNC_OPTS="-aC -e ssh"
 
 REFLOG="build/reflog.txt.out"
-# These tests are not stable and sometimes report leaks; however,
-# test_generators really leaks.  Since test_generators probably won't
-# be fixed real soon, disable warning about it for now.
+# 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
+# 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)"
 
-# Change this flag to "yes" for old releases to just update/build the docs.
+# Change this flag to "yes" for old releases to only update/build the docs.
 BUILD_DISABLED="no"
 
 ## utility functions