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
368ff10c
Commit
368ff10c
authored
Jul 04, 2011
by
Ned Deily
Browse files
Options
Browse Files
Download
Plain Diff
Issue #12497: Install test/data to prevent failures of the various codecmaps
tests.
parents
4bd3e5d7
e2d51903
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
Lib/test/data/README
Lib/test/data/README
+1
-1
Makefile.pre.in
Makefile.pre.in
+1
-1
Misc/NEWS
Misc/NEWS
+4
-1
No files found.
Lib/test/data/README
View file @
368ff10c
This empty directory serves as destination for temporary files
created by some tests.
created by some tests
, in particular, the test_codecmaps_* tests
.
Makefile.pre.in
View file @
368ff10c
...
...
@@ -912,7 +912,7 @@ MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
XMLLIBSUBDIRS
=
xml xml/dom xml/etree xml/parsers xml/sax
LIBSUBDIRS
=
tkinter tkinter/test tkinter/test/test_tkinter
\
tkinter/test/test_ttk site-packages
test
\
test
/capath
\
test
/capath
test
/data
\
test
/cjkencodings
test
/decimaltestdata
test
/xmltestdata
\
test
/subprocessdata
\
test
/tracedmodules
test
/encoded_modules
\
...
...
Misc/NEWS
View file @
368ff10c
...
...
@@ -981,7 +981,10 @@ Extension Modules
Tests
-----
- Issue #12496: Install test/capath directory to prevent test_connect_capath
- Issue #12497: Install test/data to prevent failures of the various codecmaps
tests.
- Issue #12496: Install test/capath directory to prevent test_connect_capath
testcase failure in test_ssl.
- Issue #12469: Run wakeup and pending signal tests in a subprocess to run the
...
...
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