[Python-checkins] r63470 - python/trunk/Misc/build.sh

georg.brandl python-checkins at python.org
Mon May 19 18:47:25 CEST 2008


Author: georg.brandl
Date: Mon May 19 18:47:25 2008
New Revision: 63470

Log:
test_httpservers has unpredictable refcount behavior.


Modified:
   python/trunk/Misc/build.sh

Modified: python/trunk/Misc/build.sh
==============================================================================
--- python/trunk/Misc/build.sh	(original)
+++ python/trunk/Misc/build.sh	Mon May 19 18:47:25 2008
@@ -67,7 +67,7 @@
 # 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.


More information about the Python-checkins mailing list