https://bugs.winehq.org/show_bug.cgi?id=31927
--- Comment #2 from Austin English austinenglish@gmail.com --- Running in a loop, after about 6 minutes I got: ../../../tools/runtest -q -P wine -T ../../.. -M ws2_32.dll -p ws2_32_test.exe.so sock && touch sock.ok fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} fixme:winsock:convert_socktype_w2u unhandled Windows socket type 0 fixme:winsock:WS_EnterSingleProtocolW unknown Protocol <0xffffffff> fixme:winsock:convert_socktype_w2u unhandled Windows socket type 0 fixme:winsock:WS_EnterSingleProtocolW unknown Protocol <0x0000dead> fixme:winsock:convert_socktype_w2u unhandled Windows socket type 0 fixme:winsock:convert_proto_w2u unhandled Windows socket protocol 57005 fixme:winsock:convert_socktype_w2u unhandled Windows socket type 57005 fixme:winsock:convert_socktype_w2u unhandled Windows socket type 57005 err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this requires special permissions. sock.c:2393: Tests skipped: SOCK_RAW is not supported sock.c:2723: Test succeeded inside todo block: Test[1]: expected 0, got 0
that's a different bug, of course. I commented that out and retried. One more minute gave: ../../../tools/runtest -q -P wine -T ../../.. -M ws2_32.dll -p ws2_32_test.exe.so sock && touch sock.ok fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} fixme:winsock:convert_socktype_w2u unhandled Windows socket type 0 fixme:winsock:WS_EnterSingleProtocolW unknown Protocol <0xffffffff> fixme:winsock:convert_socktype_w2u unhandled Windows socket type 0 fixme:winsock:WS_EnterSingleProtocolW unknown Protocol <0x0000dead> fixme:winsock:convert_socktype_w2u unhandled Windows socket type 0 fixme:winsock:convert_proto_w2u unhandled Windows socket protocol 57005 fixme:winsock:convert_socktype_w2u unhandled Windows socket type 57005 fixme:winsock:convert_socktype_w2u unhandled Windows socket type 57005 err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this requires special permissions. sock.c:2393: Tests skipped: SOCK_RAW is not supported sock.c:2715: Test failed: Test[1]: expected 2, got 0 sock.c:2715: Test failed: Test[2]: expected 2, got 0
trying again, 15 minutes: ../../../tools/runtest -q -P wine -T ../../.. -M ws2_32.dll -p ws2_32_test.exe.so sock && touch sock.ok fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} fixme:winsock:convert_socktype_w2u unhandled Windows socket type 0 fixme:winsock:WS_EnterSingleProtocolW unknown Protocol <0xffffffff> fixme:winsock:convert_socktype_w2u unhandled Windows socket type 0 fixme:winsock:WS_EnterSingleProtocolW unknown Protocol <0x0000dead> fixme:winsock:convert_socktype_w2u unhandled Windows socket type 0 fixme:winsock:convert_proto_w2u unhandled Windows socket protocol 57005 fixme:winsock:convert_socktype_w2u unhandled Windows socket type 57005 fixme:winsock:convert_socktype_w2u unhandled Windows socket type 57005 err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this requires special permissions. sock.c:2393: Tests skipped: SOCK_RAW is not supported fixme:winsock:convert_socktype_w2u unhandled Windows socket type 999 fixme:winsock:convert_socktype_w2u unhandled Windows socket type 999 fixme:winsock:convert_socktype_w2u unhandled Windows socket type 999 fixme:winsock:convert_socktype_w2u unhandled Windows socket type 999 fixme:winsock:convert_proto_w2u unhandled Windows socket protocol 999 fixme:winsock:convert_proto_w2u unhandled Windows socket protocol 999 fixme:winsock:convert_proto_w2u unhandled Windows socket protocol 999 fixme:winsock:convert_proto_w2u unhandled Windows socket protocol 999 fixme:winsock:convert_socktype_w2u unhandled Windows socket type 999 fixme:winsock:convert_socktype_w2u unhandled Windows socket type 999 fixme:winsock:convert_socktype_w2u unhandled Windows socket type 999 fixme:winsock:convert_socktype_w2u unhandled Windows socket type 999 fixme:winsock:convert_proto_w2u unhandled Windows socket protocol 999 fixme:winsock:convert_proto_w2u unhandled Windows socket protocol 999 fixme:winsock:convert_proto_w2u unhandled Windows socket protocol 999 fixme:winsock:convert_proto_w2u unhandled Windows socket protocol 999 fixme:winsock:WS_getsockopt WS_SO_CONNECT_TIME - faking results sock.c:7512: Tests skipped: Cannot test SIO_ADDRESS_LIST_CHANGE, interactive tests must be enabled fixme:winsock:WSALookupServiceBeginW ((nil) 0x00000000 0x33eaa8) Stub! fixme:winsock:WSALookupServiceBeginW (0x33eb30 0x00000000 (nil)) Stub! fixme:winsock:WSALookupServiceBeginW (0x33eb30 0x00000000 0x33eaa8) Stub! fixme:winsock:WSALookupServiceEnd ((nil)) Stub! fixme:winsock:WSALookupServiceBeginW (0x33eb30 0x00000ff1 0x33eaa8) Stub! fixme:winsock:WSALookupServiceNextW (0xdeadbeef 0x00000000 0x33eaac 0x33eb30) Stub! fixme:winsock:WSALookupServiceEnd (0xdeadbeef) Stub! sock.c:7798: Test succeeded inside todo block: GetQueuedCompletionStatus returned 0 sock.c:7799: Test succeeded inside todo block: Last error was 64
wine-1.7.46-193-g8b566b1