diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-04-06 07:58:59 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-04-06 07:58:59 (GMT) |
commit | a1f9b7f50f563cbaba2ece940f6623da5534fedd (patch) | |
tree | 3ffe11cb6714ec57b6988345c4b086d2b9ad32d8 /Misc | |
parent | 04b9403e5bc4974ecd66a42df208a478aea0654f (diff) | |
download | cpython-a1f9b7f50f563cbaba2ece940f6623da5534fedd.zip cpython-a1f9b7f50f563cbaba2ece940f6623da5534fedd.tar.gz cpython-a1f9b7f50f563cbaba2ece940f6623da5534fedd.tar.bz2 |
I don't think we know of any tests that really leak anymore
(other than those in leakers).
Diffstat (limited to 'Misc')
-rwxr-xr-x | Misc/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/build.sh b/Misc/build.sh index dd4b8d0..d1372d6 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -57,10 +57,10 @@ RSYNC_OPTS="-aC -e ssh" 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" |