Commit 2be851c9 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

ws2_32/tests: Mark the IPX-not-supported error code test as todo.

parent 12195e45
......@@ -2773,6 +2773,7 @@ static void test_WSASocket(void)
if (sock == INVALID_SOCKET)
{
err = WSAGetLastError();
todo_wine
ok(err == WSAEAFNOSUPPORT || broken(err == WSAEPROTONOSUPPORT), "Expected 10047, received %d\n", err);
skip("IPX is not supported\n");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment