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

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

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

    def test_fdlistdir(self):
            posix = self.posix
            dirfd = posix.open('.', posix.O_RDONLY)
            lst1 = posix.listdir(dirfd)   # does not close dirfd
            lst2 = posix.listdir('.')
>           assert lst1 == lst2
E           (application-level) AssertionError

[/Users/matti/build-worker-x86_64/own-macos-x86-64/build/pypy/module/posix/test/test_posix2.py:465]:6: AssertionError
builder: own-macos-x86-64 build #1208
test: pypy/module/posix/test/test_posix2/py/AppTestPosix/()/test_fdlistdir