From: Georg Brandl Date: Mon, 19 May 2008 16:47:25 +0000 (+0000) Subject: test_httpservers has unpredictable refcount behavior. X-Git-Tag: v2.6b1~327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c620257393cf7eb59e229a6344f21eb7e9e9f792;p=python test_httpservers has unpredictable refcount behavior. --- diff --git a/Misc/build.sh b/Misc/build.sh index dd4c2efd4b..fd0e337889 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)" +LEAKY_TESTS="test_(asynchat|cmd_line|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.