]> granicus.if.org Git - python/commitdiff
test_httpservers has unpredictable refcount behavior.
authorGeorg Brandl <georg@python.org>
Mon, 19 May 2008 16:47:25 +0000 (16:47 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 19 May 2008 16:47:25 +0000 (16:47 +0000)
Misc/build.sh

index dd4c2efd4b07b322a45b16640df9e8dccd340a20..fd0e3378896566e40d548c7e3002f095124d0e54 100755 (executable)
@@ -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.