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

Octavian Voicu octavian.voicu at gmail.com
Thu Aug 25 07:40:15 CDT 2011


On Thu, Aug 25, 2011 at 3:31 PM, Jacek Caban <jacek at codeweavers.com> wrote:
> As long as there is a failure (like in your patch), I'm fine with return.
> Just let's not pretend it's somehow valid run with skip() call. Also testing
> hres is cleaner than unk, IMO.

Yeah, the skip will only come after a failure because unk is set to
NULL if CoCreateInstance fails. Gonna send a try 2 with testing hres;
this way it will be clearer that it cannot skip unless a failure was
recorded.

Octavian



More information about the wine-devel mailing list