ieframe/tests: Skip rest of tests if CoCreateInstance failed.

Octavian Voicu octavian.voicu at gmail.com
Thu Aug 25 07:09:06 CDT 2011


On Thu, Aug 25, 2011 at 2:59 PM, Jacek Caban <jacek at codeweavers.com> wrote:
> Those are failures on Wine, so tests are fine, it's Wine that needs fixing.

Yes, the first test usually fails on Wine. Nonetheless, if
CoCreateInstance fails for whatever reason (like it happens on that
NT4 machine, for example), running the rest of the tests is pointless
and will definitely crash.

It's annoying to get crashes while running tests. The skip is not
really needed I guess, but the return should be there to stop the
crashing.

Octavian



More information about the wine-devel mailing list