We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f790e commit b39263dCopy full SHA for b39263d
Lib/test/test_socket.py
@@ -1389,6 +1389,8 @@ def test_sock_ioctl(self):
1389
@unittest.skipUnless(os.name == "nt", "Windows specific")
1390
@unittest.skipUnless(hasattr(socket, 'SIO_LOOPBACK_FAST_PATH'),
1391
'Loopback fast path support required for this test')
1392
+ # TODO: RUSTPYTHON, AttributeError: 'socket' object has no attribute 'ioctl'
1393
+ @unittest.expectedFailure
1394
def test_sio_loopback_fast_path(self):
1395
s = socket.socket()
1396
self.addCleanup(s.close)
0 commit comments