23 Jan
2020
23 Jan
'20
6:27 p.m.
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.