23 Oct
2008
23 Oct
'08
2:33 p.m.
"Aric Stewart" <aric(a)codeweavers.com> wrote:
+ /* + * Windows XP is unable to recreate the ViewWindow2 returning + * A Catastrophic failure error + */ + if (broken(hr == 0x8000ffff || hr == E_FAIL)) + { + skip("second attempt is a Catastrophic failure\n"); + goto cleanup; + }
broken() is supposed to be used exclusively inside of ok() calls. -- Dmitry.