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:905: OSError
builder: pypy-c-jit-linux-aarch64 build #3006+
test: pypy.module._socket.test.apptest_socket:test_create_qipcrtr