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

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

def test_create_qipcrtr():
        import _socket
        if not hasattr(_socket, 'AF_QIPCRTR'):
            pytest.skip('No AF_QIPCRTR on this platform')
        sock = None
        try:
>           sock = _socket.socket(_socket.AF_QIPCRTR, _socket.SOCK_DGRAM)
E           (application-level) OSError: [Errno 97] Address family not supported by protocol

module/_socket/test/apptest_socket.py:905: OSError
builder: own-linux-aarch64 build #2838+
test: pypy/module/_socket/test/apptest_socket.py::test_create_qipcrtr