]> granicus.if.org Git - python/commitdiff
Update the leaky tests (ie, ignore these tests if they report leaks). This version...
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 2 Feb 2008 18:52:51 +0000 (18:52 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 2 Feb 2008 18:52:51 +0000 (18:52 +0000)
Misc/build.sh

index de997f5bd880739937b1bf649c516673e1cd82d0..d6b18f0e0f3470ffa9b30fbd01d9c65bdc2d162d 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|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.