Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
770a8009
Commit
770a8009
authored
Mar 17, 2006
by
Neal Norwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update/expand on comments about leaking tests.
parent
ddda8553
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
Lib/test/leakers/test_tee.py
Lib/test/leakers/test_tee.py
+1
-0
Misc/build.sh
Misc/build.sh
+5
-4
No files found.
Lib/test/leakers/test_tee.py
View file @
770a8009
# Test case taken from test_itertools
# See http://mail.python.org/pipermail/python-dev/2005-November/058339.html
# When this is fixed remember to remove from LEAKY_TESTS in Misc/build.sh.
from
itertools
import
tee
...
...
Misc/build.sh
View file @
770a8009
...
...
@@ -55,13 +55,14 @@ INSTALL_DIR="/tmp/python-test/local"
RSYNC_OPTS
=
"-aC -e ssh"
REFLOG
=
"build/reflog.txt.out"
# These tests are not stable and sometimes report leaks; however,
# test_generators really leaks. Since test_generators probably won't
# be fixed real soon, disable warning about it for now.
# These tests are not stable and often falsely report leaks.
# The entire leak report will be mailed if any test not in this list leaks.
# Note: test_ctypes and test_generators 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_(capi|cfgparser|charmapcodec|cmd_line|compiler|ctypes|filecmp|generators|quopri|socket|threaded_import|threadedtempfile|threading|threading_local|urllib2)"
# Change this flag to "yes" for old releases to
just
update/build the docs.
# Change this flag to "yes" for old releases to
only
update/build the docs.
BUILD_DISABLED
=
"no"
## utility functions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment