diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-04-18 03:02:10 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-04-18 03:02:10 (GMT) |
commit | 0969e8ad4e018234d5bc639cacfcc1e5c704b993 (patch) | |
tree | 98706968653d8bf1d9310aaa9022fab210eb3e89 /Misc | |
parent | 742cd24c029f1fe84d2a60f84e408c72bd3ed34d (diff) | |
download | cpython-0969e8ad4e018234d5bc639cacfcc1e5c704b993.zip cpython-0969e8ad4e018234d5bc639cacfcc1e5c704b993.tar.gz cpython-0969e8ad4e018234d5bc639cacfcc1e5c704b993.tar.bz2 |
At least test_threading_local doesn't leak any more.
Diffstat (limited to 'Misc')
-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 f87f46c..de51539 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -60,7 +60,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_(ctypes|filecmp|socket|threadedtempfile|threading|threading_local|urllib2)" +LEAKY_TESTS="test_(ctypes|filecmp|socket|threadedtempfile|threading|urllib2)" # Skip these tests altogether when looking for leaks. These tests # do not need to be stored above in LEAKY_TESTS too. |