There really are some tests that are problematic.

This commit is contained in:
Neal Norwitz 2007-04-29 23:53:24 +00:00
parent 58ef8cd29c
commit 714e19a7bd
1 changed files with 1 additions and 1 deletions

View File

@ -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.