summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-07-05 02:06:20 (GMT)
committerNed Deily <nad@acm.org>2011-07-05 02:06:20 (GMT)
commite2d519035f9d4702aff11cd8be68859c77a5feb2 (patch)
tree8fa5f2b275373b7861f76191334c651704b5a8fd
parent8215f5df8734f271c95de93c45ccbf69107d2830 (diff)
downloadcpython-e2d519035f9d4702aff11cd8be68859c77a5feb2.zip
cpython-e2d519035f9d4702aff11cd8be68859c77a5feb2.tar.gz
cpython-e2d519035f9d4702aff11cd8be68859c77a5feb2.tar.bz2
Issue #12497: Install test/data to prevent failures of the various codecmaps
tests.
-rw-r--r--Lib/test/data/README2
-rw-r--r--Makefile.pre.in2
-rw-r--r--Misc/NEWS5
3 files changed, 6 insertions, 3 deletions
diff --git a/Lib/test/data/README b/Lib/test/data/README
index 8bf8c9b..bd05984 100644
--- a/Lib/test/data/README
+++ b/Lib/test/data/README
@@ -1,2 +1,2 @@
This empty directory serves as destination for temporary files
-created by some tests.
+created by some tests, in particular, the test_codecmaps_* tests.
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 87aa4cf..dfa7219 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -910,7 +910,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 \
concurrent concurrent/futures encodings \
diff --git a/Misc/NEWS b/Misc/NEWS
index 117101c..43392bc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,7 +38,10 @@ C-API
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" signal tests in subprocess to run the test in a