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

pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_export_unreported

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

    def test_export_unreported(self):
            excinfo = raises(SystemError, self.load_from_name, 'export_unreported_exception')
>           assert "initialization" in excinfo.value.args[0]
E           (application-level) AssertionError

[/Users/matti/build-worker-x86_64/own-macos-x86-64/build/pypy/module/cpyext/test/test_module.py:356]:3: AssertionError
---------- Captured stderr call ----------
<function PyErr_SetString at 0x00007fab715da3e0>  DONE
<function PyType_Ready at 0x00007fab699bc200>  DONE
builder: own-macos-x86-64 build #1323+
test: pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_export_unreported