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

pypy.module._socket.test.apptest_socket: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           OSError: [Errno 97] Address family not supported by protocol

../build/pypy/module/_socket/test/apptest_socket.py:888: OSError
builder: pypy-c-jit-linux-aarch64 build #3019+
test: pypy.module._socket.test.apptest_socket:test_create_qipcrtr