This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ronaldoussoren
Date 2011-05-17.11:27:57
SpamBayes Score 0.0002226414
Marked as misclassified No
Message-id <1305631678.63.0.570851532956.issue12095@psf.upfronthosting.co.za>
In-reply-to
Content
When I run the test suite on OSX (configure; make test) I get unexpected est failures:

6 tests failed:
    test_codecencodings_cn test_codecencodings_hk
    test_codecencodings_jp test_codecencodings_kr
    test_codecencodings_tw

When I run one of these manually I get the following traceback:


./python.exe ../Lib/test/test_codecencodings_cn.py
Traceback (most recent call last):
  File "../Lib/test/test_codecencodings_cn.py", line 11, in <module>
    class Test_GB2312(test_multibytecodec_support.TestBase, unittest.TestCase):
  File "../Lib/test/test_codecencodings_cn.py", line 13, in Test_GB2312
    tstring = test_multibytecodec_support.load_teststring('gb2312')
  File "/Users/ronald/Projects/python/rw/2.7/Lib/test/test_multibytecodec_support.py", line 330, in load_teststring
    from test import cjkencodings_test
ImportError: cannot import name cjkencodings_test


The only reference to cjkencodings_test in the entire 2.7 tree is this import line, there is no module or extension with this name.
History
Date User Action Args
2011-05-17 11:27:58ronaldoussorensetrecipients: + ronaldoussoren
2011-05-17 11:27:58ronaldoussorensetmessageid: <1305631678.63.0.570851532956.issue12095@psf.upfronthosting.co.za>
2011-05-17 11:27:58ronaldoussorenlinkissue12095 messages
2011-05-17 11:27:57ronaldoussorencreate