summaryrefslogtreecommitdiffstats
path: root/Misc/build.sh
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-17 04:52:38 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-17 04:52:38 (GMT)
commit770a8009671f9f6643e01d448419b2855ab5f9e7 (patch)
treec49481f6650b9ec4d275aea106277addcadcbbd8 /Misc/build.sh
parentddda855337362833d86deb10d1fece11b00b45dc (diff)
downloadcpython-770a8009671f9f6643e01d448419b2855ab5f9e7.zip
cpython-770a8009671f9f6643e01d448419b2855ab5f9e7.tar.gz
cpython-770a8009671f9f6643e01d448419b2855ab5f9e7.tar.bz2
Update/expand on comments about leaking tests.
Diffstat (limited to 'Misc/build.sh')
-rwxr-xr-xMisc/build.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/Misc/build.sh b/Misc/build.sh
index 5f4aed3..dd4b8d0 100755
--- a/Misc/build.sh
+++ b/Misc/build.sh
@@ -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