(original) (raw)

changeset: 71219:842147eb1b26 parent: 71217:880c3e764ead parent: 71218:95301c58c5d2 user: Ned Deily nad@acm.org date: Mon Jul 04 19:11:14 2011 -0700 files: Makefile.pre.in Misc/NEWS description: Issue #12497: Install test/data to prevent failures of the various codecmaps tests. diff -r 880c3e764ead -r 842147eb1b26 Lib/test/data/README --- a/Lib/test/data/README Mon Jul 04 17:51:48 2011 -0700 +++ b/Lib/test/data/README Mon Jul 04 19:11:14 2011 -0700 @@ -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 -r 880c3e764ead -r 842147eb1b26 Makefile.pre.in --- a/Makefile.pre.in Mon Jul 04 17:51:48 2011 -0700 +++ b/Makefile.pre.in Mon Jul 04 19:11:14 2011 -0700 @@ -912,7 +912,7 @@ 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 \ diff -r 880c3e764ead -r 842147eb1b26 Misc/NEWS --- a/Misc/NEWS Mon Jul 04 17:51:48 2011 -0700 +++ b/Misc/NEWS Mon Jul 04 19:11:14 2011 -0700 @@ -981,7 +981,10 @@ 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 /nad@acm.org