diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2008-02-02 18:52:51 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2008-02-02 18:52:51 (GMT) |
commit | 332ec6c2f65004eb2840f14efba9fa98642a4249 (patch) | |
tree | 3448d8bb78cc74cdf3be216b9e34e7a39fbc22cd | |
parent | 1dabdb25f83d55737c2154b63bc463240fd7bc03 (diff) | |
download | cpython-332ec6c2f65004eb2840f14efba9fa98642a4249.zip cpython-332ec6c2f65004eb2840f14efba9fa98642a4249.tar.gz cpython-332ec6c2f65004eb2840f14efba9fa98642a4249.tar.bz2 |
Update the leaky tests (ie, ignore these tests if they report leaks). This version has been running for a while.
-rwxr-xr-x | Misc/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh index de997f5..d6b18f0 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -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. |