]> granicus.if.org Git - python/commitdiff
Ignore leaks from the socket test too. Sigh, this list is getting long. :-(
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 6 Mar 2006 23:04:04 +0000 (23:04 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 6 Mar 2006 23:04:04 +0000 (23:04 +0000)
Misc/build.sh

index 1dd6c80aaba0d16537899e12b64e1218358b8feb..3c669a0d5d396effdc9fcf7528d63f4632393559 100755 (executable)
@@ -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"