[PATCH] ddraw/tests: Recognize E_NOTIMPL returned from UpdateOverlay

Henri Verbeet hverbeet at gmail.com
Thu Dec 21 08:03:53 CST 2017


On 20 December 2017 at 07:02, Alex Henrie <alexhenrie24 at gmail.com> wrote:
> Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
> ---
> Fixes several test.winehq.org failures on Windows XP virtual machines.
> ---
Is that on VMware? Could you make the broken() a bit more specific? E.g:

    broken(hr == E_NOTIMPL && ddraw_is_vmw_svga())

See the other ddraw_is_*() helpers for how to implement ddraw_is_vmw_svga().



More information about the wine-devel mailing list