summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-19 16:47:25 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-19 16:47:25 (GMT)
commitc620257393cf7eb59e229a6344f21eb7e9e9f792 (patch)
treec4b79b7bd724f2af0997e6250829005c431910a5
parent958ee47286541b87b3b578a0b0e0b44276df0f63 (diff)
downloadcpython-c620257393cf7eb59e229a6344f21eb7e9e9f792.zip
cpython-c620257393cf7eb59e229a6344f21eb7e9e9f792.tar.gz
cpython-c620257393cf7eb59e229a6344f21eb7e9e9f792.tar.bz2
test_httpservers has unpredictable refcount behavior.
-rwxr-xr-xMisc/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh
index dd4c2ef..fd0e337 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.