[1/2] gdiplus: Add some tests for scaling an image with various pixel offset modes.

Vincent Povirk madewokherd at gmail.com
Tue Sep 4 15:32:42 CDT 2012


>          match = memcmp(dst_8x1, td[i].image, sizeof(dst_8x1)) == 0;
> +        if (!match)
> +        todo_wine ok(match, "%d: data should match\n", i);
> +        else
>          ok(match, "%d: data should match\n", i);

This sort of thing makes me nervous. Couldn't you do this in such a
way that we'll notice if the existing tests break, like adding a todo
field to the structure?



More information about the wine-devel mailing list