(try 4) comdlg32/tests: Windows XP+ cannot do a CreateViewWindow2twice in rapid seccesion. handle this error.

Dmitry Timoshkov dmitry at codeweavers.com
Thu Oct 23 09:33:17 CDT 2008


"Aric Stewart" <aric at 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.



More information about the wine-devel mailing list