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

pypy/module/_socket/test/apptest_socket.py::test_tcp_bytearray_name

def test_tcp_bytearray_name():
        import _socket as socket
        if not hasattr(socket, 'AF_UNIX'):
            pytest.skip('AF_UNIX not supported.')
        s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
>       s.bind(bytearray(b"\x00python\x00test\x00"))
E       (application-level) FileNotFoundError: [Errno 2] No such file or directory

module/_socket/test/apptest_socket.py:816: OSError
builder: own-macos-arm64 build #1201
test: pypy/module/_socket/test/apptest_socket/py/test_tcp_bytearray_name