[Gdiplus try3 01/16] Mark the tests todo_wine, instead of skipping over them all.

Alexandre Julliard julliard at winehq.org
Tue Jul 22 06:14:51 CDT 2008


Adam Petaccia <adam at tpetaccia.com> writes:

>  todo_wine
> +{
>      ok(status == Ok, "status %08x\n", status);
>  
> -    if(status != Ok) return;
> -
>      status = GdipGetRegionDataSize(region, &needed);
>      ok(status == Ok, "status %08x\n", status);
> -    ok(needed == 20, "got %d\n", needed);
> +    expect(20, needed);

This will fail randomly since needed isn't set on failure. Skipping the
test was better.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list