]> granicus.if.org Git - python/commitdiff
Ignore leaky warnings from test_asynchat
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Feb 2008 16:53:09 +0000 (16:53 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Feb 2008 16:53:09 +0000 (16:53 +0000)
Misc/build.sh

index bbce0723e613be94c473e59059a11bc54ac43e3b..0500cb25a0f3556aae24a7f2ad53943b8b2920b3 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_(cmd_line|popen2|socket|sys|threadsignals|urllib2_localnet)"
+LEAKY_TESTS="test_(asynchat|cmd_line|popen2|socket|sys|threadsignals|urllib2_localnet)"
 
 # Skip these tests altogether when looking for leaks.  These tests
 # do not need to be stored above in LEAKY_TESTS too.