On 01/31/2010 02:03 AM, Vincent Povirk wrote:
> +    stat = GdipBitmapGetPixel(bitmap2, 0, 0,&color);
> +    expect(Ok, stat);
> +    todo_wine expect(0xff20ffff, color);
Hi Vincent,
This one introduces a test failure on what appears to be mostly VMware 
boxes. Not all VMware boxes show this failure btw and I did see the same 
failure on a real WinMe box.
Would a color_match (like we use in several other tests) be more 
appropriate or maybe a broken()?
-- 
Cheers,
Paul.