Update the leaky tests (ie, ignore these tests if they report leaks). This version has been running for a while.

This commit is contained in:
Neal Norwitz 2008-02-02 18:52:51 +00:00
parent 1dabdb25f8
commit 332ec6c2f6

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_(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.