Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
https://newtestbot.winehq.org/JobDetails.pl?Key=2235
Your paranoid andr
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
https://newtestbot.winehq.org/JobDetails.pl?Key=2226
Your paranoid andr
On Tue, Sep 17, 2013 at 7:00 AM, Alexandre Julliard wrote:
> Bruno Jesus <00cp...@gmail.com> writes:
>
>> @@ -5884,20 +5884,20 @@ SOCKET WINAPI WSASocketW(int af, int type, int
>> protocol,
>>return ret;
>> }
>>
>> -/* convert the socket family and type */
>> -af = convert_af
Bruno Jesus <00cp...@gmail.com> writes:
> @@ -5884,20 +5884,20 @@ SOCKET WINAPI WSASocketW(int af, int type, int
> protocol,
>return ret;
> }
>
> -/* convert the socket family and type */
> -af = convert_af_w2u(af);
> -type = convert_socktype_w2u(type);
> -
> if (l