Home - Summaries: (main) : (py3.11) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_cpython_issue2301

self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x7fb990efc210>

    def test_cpython_issue2301(self):
            try:
                compile(b"# coding: utf7\nprint '+XnQ-'", "dummy", "exec")
            except SyntaxError as v:
>               assert v.text ==  "print '\u5e74'\n"
E               (application-level) AssertionError

[/build_dir/own-linux-x86-64/build/pypy/interpreter/test/test_compiler.py:997]:5: AssertionError
builder: own-linux-x86-64 build #10877+
test: pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_cpython_issue2301