diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2008-08-24 17:27:43 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2008-08-24 17:27:43 (GMT) |
commit | 3782fba588b836e897ee4f84f01689ec012b534f (patch) | |
tree | 3486f9063bb5c78140ed1f4242c7dbaa6b0f0695 /Misc/build.sh | |
parent | 18aa388ca084e1d40aa48c8c8f1b4f730c6fe059 (diff) | |
download | cpython-3782fba588b836e897ee4f84f01689ec012b534f.zip cpython-3782fba588b836e897ee4f84f01689ec012b534f.tar.gz cpython-3782fba588b836e897ee4f84f01689ec012b534f.tar.bz2 |
Ignore a couple more tests that report leaks inconsistently.
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 fd0e337..c1643a5 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -67,7 +67,7 @@ REFLOG="build/reflog.txt.out" # 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_(asynchat|cmd_line|popen2|socket|smtplib|sys|threadsignals|urllib2_localnet|httpservers)" +LEAKY_TESTS="test_(asynchat|cmd_line|docxmlrpc|ftplib|popen2|socket|smtplib|sys|threadsignals|urllib2_localnet|httpservers)" # Skip these tests altogether when looking for leaks. These tests # do not need to be stored above in LEAKY_TESTS too. |