summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-06 23:04:04 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-06 23:04:04 (GMT)
commit4dc4a8401a360137659df07cb6ecaef1be37af05 (patch)
treee922ac232a7e420022a1fc1daa2f85b755b4408b /Misc
parentca199432c23fa00ab3702e64a136c377950e5068 (diff)
downloadcpython-4dc4a8401a360137659df07cb6ecaef1be37af05.zip
cpython-4dc4a8401a360137659df07cb6ecaef1be37af05.tar.gz
cpython-4dc4a8401a360137659df07cb6ecaef1be37af05.tar.bz2
Ignore leaks from the socket test too. Sigh, this list is getting long. :-(
Diffstat (limited to 'Misc')
-rwxr-xr-xMisc/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh
index 1dd6c80..3c669a0 100755
--- a/Misc/build.sh
+++ b/Misc/build.sh
@@ -59,7 +59,7 @@ REFLOG="build/reflog.txt.out"
# 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"