[PATCH 9/9] oleaut32/tests: Added more typelib creation tests

Paul Vriens paul.vriens.wine at gmail.com
Tue Feb 23 12:38:49 CST 2010


On 02/22/2010 11:16 PM, Piotr Caban wrote:
> +
> +    hres = ITypeInfo_GetRefTypeInfo(interface1, 16,&ti);
> +    ok(hres == E_FAIL, "got %08x\n", hres);
> +

Hi Piotr,

This one crashes on NT4 with just SP6a and W2K with just SP4 (tested 
Win98 just now and it crashes as well).

Should we just "if (0)" this one?

(Winetestbot would have shown btw).

-- 
Cheers,

Paul.



More information about the wine-devel mailing list