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

pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_urandom_large

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

    def test_urandom_large(self):
            os = self.posix
            length = 2147479553
>           s = os.urandom(length)
E           (application-level) MemoryError

[/build_dir/own-linux-x86-32/build/pypy/module/posix/test/test_posix2.py:1531]:4: MemoryError
builder: own-linux-x86-32 build #9420+
test: pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_urandom_large