lib-python/2.7/test/test_codecmaps_jp.py::unmodified
fetching http://www.pythontest.net/unicode/CP932.TXT ...
fetching http://www.pythontest.net/unicode/EUC-JISX0213.TXT ...
fetching http://www.pythontest.net/unicode/EUC-JP.TXT ...
fetching http://www.pythontest.net/unicode/SHIFTJIS.TXT ...
fetching http://www.pythontest.net/unicode/SHIFT_JISX0213.TXT ...
test_errorhandle (test.test_codecmaps_jp.TestCP932Map) ... ok
test_mapping_file (test.test_codecmaps_jp.TestCP932Map) ... ok
test_mapping_supplemental (test.test_codecmaps_jp.TestCP932Map) ... ok
test_errorhandle (test.test_codecmaps_jp.TestEUCJISX0213Map) ... ok
test_mapping_file (test.test_codecmaps_jp.TestEUCJISX0213Map) ... FAIL
test_mapping_supplemental (test.test_codecmaps_jp.TestEUCJISX0213Map) ... ok
test_errorhandle (test.test_codecmaps_jp.TestEUCJPCOMPATMap) ... ok
test_mapping_file (test.test_codecmaps_jp.TestEUCJPCOMPATMap) ... ok
test_mapping_supplemental (test.test_codecmaps_jp.TestEUCJPCOMPATMap) ... ok
test_errorhandle (test.test_codecmaps_jp.TestSJISCOMPATMap) ... ok
test_mapping_file (test.test_codecmaps_jp.TestSJISCOMPATMap) ... ok
test_mapping_supplemental (test.test_codecmaps_jp.TestSJISCOMPATMap) ... ok
test_errorhandle (test.test_codecmaps_jp.TestSJISX0213Map) ... ok
test_mapping_file (test.test_codecmaps_jp.TestSJISX0213Map) ... FAIL
test_mapping_supplemental (test.test_codecmaps_jp.TestSJISX0213Map) ... ok
======================================================================
FAIL: test_mapping_file (test.test_codecmaps_jp.TestEUCJISX0213Map)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\multibytecodec_support.py", line 279, in test_mapping_file
self._test_mapping_file_plain()
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\multibytecodec_support.py", line 313, in _test_mapping_file_plain
self._testpoint(csetch, unich)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\multibytecodec_support.py", line 334, in _testpoint
repr(unich), repr(csetch), exc.reason))
AssertionError: Encoding failed while testing u'\U00020089' -> '\x8f\xa1\xa1': illegal multibyte sequence
======================================================================
FAIL: test_mapping_file (test.test_codecmaps_jp.TestSJISX0213Map)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\multibytecodec_support.py", line 279, in test_mapping_file
self._test_mapping_file_plain()
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\multibytecodec_support.py", line 313, in _test_mapping_file_plain
self._testpoint(csetch, unich)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\multibytecodec_support.py", line 331, in _testpoint
self.assertEqual(unich.encode(self.encoding), csetch)
AssertionError: '\x0b' != '\x87\xa0'
----------------------------------------------------------------------
Ran 15 tests in 1.168s
FAILED (failures=2)
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\pypy\tool\pytest\run-script\regrverbose.py", line 14, in <module>
indirect_test()
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_codecmaps_jp.py", line 61, in test_main
test_support.run_unittest(__name__)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 1687, in run_unittest
_run_suite(suite)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 1578, in _run_suite
raise TestFailed(err)
TestFailed: multiple errors occurred
builder: pypy-c-jit-win-x86-64 build #2372+
test: lib-python/2.7/test/test_codecmaps_jp.py::unmodified