[PATCH 3/3] ddraw/tests: Skip caps test if certain caps not present.

Stefan Dösinger stefandoesinger at gmail.com
Thu Jan 23 12:27:28 CST 2020


Am 23.01.20 um 18:33 schrieb Jeff Smith:

> +    if (hal_caps.ddsCaps.dwCaps && (~hal_caps.ddsCaps.dwCaps & caps_always))
> +    {
> +        skip("Failed to find sufficient hardware caps, skipping test.\n");
> +        IDirectDraw_Release(ddraw);
> +        return;
> +    }

On which machine do you get test failures otherwise? Can you test
https://source.winehq.org/patches/data/176979 and see if that helps too?
Patch 176980 may be relevant too.

There are certainly some other weird things going on in the test that I
don't fully understand yet.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200123/927f5ca2/attachment.sig>


More information about the wine-devel mailing list