]> granicus.if.org Git - python/commitdiff
There really are some tests that are problematic.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 29 Apr 2007 23:53:24 +0000 (23:53 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 29 Apr 2007 23:53:24 +0000 (23:53 +0000)
Misc/build.sh

index a6ba927d7d8df20613d53c15e0a73c546e118632..5936dfd05a41fee29e95e406d6b3456e78c835ac 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_(XXX)"  # Currently no tests should report spurious leaks.
+LEAKY_TESTS="test_(cmd_line|socket)"
 
 # Skip these tests altogether when looking for leaks.  These tests
 # do not need to be stored above in LEAKY_TESTS too.