Those OK fail in wine.

On Jan 12, 2017 18:44, "Dmitry Timoshkov" <dmitry@baikal.ru> wrote:
Anton Romanov <theli.ua@gmail.com> wrote:

> +todo_wine {
> +    enabled = 2;
> +    ret = getsockopt(v4, IPPROTO_IPV6, IPV6_V6ONLY, (char*)&enabled, &len);
> +    ok(!ret, "getsockopt(IPV6_ONLY) failed (LastError: %d)\n", WSAGetLastError());
> +    ok(enabled == 1, "expected 1, got %d\n", enabled);
> +}

The 'todo_wine' statements should be added only around ok() call that will fail
otherwise. This applies for other places in the patch as well.

--
Dmitry.