Commit c4b7d4e8 authored by Neal Norwitz's avatar Neal Norwitz

Ignore leaky warnings from test_asynchat

parent 3af3ecca
...@@ -67,7 +67,7 @@ REFLOG="build/reflog.txt.out" ...@@ -67,7 +67,7 @@ REFLOG="build/reflog.txt.out"
# Note: test_XXX (none currently) really leak, but are disabled # Note: test_XXX (none currently) really leak, but are disabled
# so we don't send spam. Any test which really leaks should only # 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. # be listed here if there are also test cases under Lib/test/leakers.
LEAKY_TESTS="test_(cmd_line|popen2|socket|sys|threadsignals|urllib2_localnet)" LEAKY_TESTS="test_(asynchat|cmd_line|popen2|socket|sys|threadsignals|urllib2_localnet)"
# Skip these tests altogether when looking for leaks. These tests # Skip these tests altogether when looking for leaks. These tests
# do not need to be stored above in LEAKY_TESTS too. # do not need to be stored above in LEAKY_TESTS too.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment