From: Neal Norwitz Date: Sat, 2 Feb 2008 18:52:51 +0000 (+0000) Subject: Update the leaky tests (ie, ignore these tests if they report leaks). This version... X-Git-Tag: v2.6a1~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=332ec6c2f65004eb2840f14efba9fa98642a4249;p=python Update the leaky tests (ie, ignore these tests if they report leaks). This version has been running for a while. --- diff --git a/Misc/build.sh b/Misc/build.sh index de997f5bd8..d6b18f0e0f 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_(cmd_line|popen2|socket|urllib2_localnet)" +LEAKY_TESTS="test_(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.