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

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alex Henrie 2018-09-03 22:28:39 -06:00 committed by Alexandre Julliard
parent 12195e450f
commit 2be851c955
1 changed files with 1 additions and 0 deletions

View File

@ -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");
}