Message324217
Running off: 217af1d38db3e1e875180c6fa160f0fc80e46003
> $ ./python -m test test_utf8_mode
> Run tests sequentially
> 0:00:00 [1/1] test_utf8_mode
> test test_utf8_mode failed -- Traceback (most recent call last):
> File "/var/osipovmi/cpython/Lib/test/test_utf8_mode.py", line 235, in test_cmd_line
> LC_ALL='C')
> File "/var/osipovmi/cpython/Lib/test/test_utf8_mode.py", line 214, in check
> self.assertEqual(args, ascii(expected), out)
> AssertionError: "['h\\xa7\\xe9']" != "['h\\xcf\\xd5']"
> - ['h\xa7\xe9']
> + ['h\xcf\xd5']
> : roman8:['h\xa7\xe9']
>
> test_utf8_mode failed
>
> == Tests result: FAILURE ==
>
> 1 test failed:
> test_utf8_mode
>
> Total duration: 2 sec 997 ms
> Tests result: FAILURE |
|
| Date |
User |
Action |
Args |
| 2018-08-28 07:53:57 | michael-o | set | recipients:
+ michael-o, terry.reedy, vstinner, Michael.Felt |
| 2018-08-28 07:53:57 | michael-o | set | messageid: <[email protected]> |
| 2018-08-28 07:53:57 | michael-o | link | issue34403 messages |
| 2018-08-28 07:53:57 | michael-o | create | |
|