diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-17 04:45:38 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-17 04:45:38 (GMT) |
commit | ddda855337362833d86deb10d1fece11b00b45dc (patch) | |
tree | 9952d762e30210fb7fed0995a5930b30f461b046 /Misc/build.sh | |
parent | 8749316c08cc03615dde15885000207f1279fd0c (diff) | |
download | cpython-ddda855337362833d86deb10d1fece11b00b45dc.zip cpython-ddda855337362833d86deb10d1fece11b00b45dc.tar.gz cpython-ddda855337362833d86deb10d1fece11b00b45dc.tar.bz2 |
Ignore ctypes leaks, but add a test case so we do not forget.
Diffstat (limited to 'Misc/build.sh')
-rwxr-xr-x | Misc/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh index 3c669a0..5f4aed3 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|socket|threaded_import|threadedtempfile|threading|threading_local|urllib2)" +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. BUILD_DISABLED="no" |