diff options
author | Ned Deily <nad@acm.org> | 2011-07-04 19:11:14 -0700 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-07-04 19:11:14 -0700 |
commit | 368ff10c4dc4730cd8f1ae8e2358af59ab0db96f (patch) | |
tree | 20d63f3918637222c071d2d01a4e8703c556ae4c | |
parent | 4bd3e5d7999f50bdd5ee150a9a8c20034967566d (diff) | |
parent | e2d519035f9d4702aff11cd8be68859c77a5feb2 (diff) | |
download | cpython-git-368ff10c4dc4730cd8f1ae8e2358af59ab0db96f.tar.gz |
Issue #12497: Install test/data to prevent failures of the various codecmaps
tests.
-rw-r--r-- | Lib/test/data/README | 2 | ||||
-rw-r--r-- | Makefile.pre.in | 2 | ||||
-rw-r--r-- | Misc/NEWS | 5 |
3 files changed, 6 insertions, 3 deletions
diff --git a/Lib/test/data/README b/Lib/test/data/README index 8bf8c9b31e..bd05984e43 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 ea08165604..c2b1a11051 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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 \ @@ -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 |