Re: [Gdiplus try3 01/16] Mark the tests todo_wine, instead of skipping over them all.
22 Jul
2008
22 Jul
'08
6:14 a.m.
Adam Petaccia <adam(a)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(a)winehq.org
6442
Age (days ago)
6442
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard