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

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

def test_sendmsg_afalg_args():
        import _socket
        _alg_skip_if_unavailable()
>       sock = _socket.socket(_socket.AF_ALG, _socket.SOCK_SEQPACKET, 0)
E       (application-level) PermissionError: [Errno 1] Operation not permitted

module/_socket/test/apptest_socket.py:932: OSError
builder: own-linux-x86-64 build #10910+
test: pypy/module/_socket/test/apptest_socket.py::test_sendmsg_afalg_args