[PATCH 1/2] d3dx9_36/tests: Add D3DXSaveSurfaceToFileInMemory D3DXIFF_DDS tests (try 4)

Matteo Bruni matteo.mystral at gmail.com
Fri Dec 11 09:02:27 CST 2015


2015-12-11 10:59 GMT+01:00 Alistair Leslie-Hughes <leslie_alistair at hotmail.com>:
> The DDS_CAPS_TEXTURE | DDSCAPS_ALPHA caps check was to address testbot failures
> http://testbot.winehq.org/JobDetails.pl?Key=18888

Yes, I understand that. What I meant is that I don't get the
header->caps == DDS_CAPS_TEXTURE case ever, except on Wine, so the
check should be simply:

todo_wine ok(header->caps == (DDS_CAPS_TEXTURE | DDSCAPS_ALPHA),
        "Got unexpected caps %x.\n", header->caps);

Unless you can actually get that one to fail on Windows. If that's the
case I'd like to know where does it fail for you.



More information about the wine-devel mailing list