Re: [PATCH 9/9] oleaut32/tests: Added more typelib creation tests
Feb. 23, 2010
6:38 p.m.
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.
February 2010
7:13 p.m.
New subject: [PATCH 9/9] oleaut32/tests: Added more typelib creation tests
Hi, On 02/23/10 19:38, Paul Vriens wrote:
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?
I'll remove this test. I was testing the function with incorrect parameter, probably it's not validated on some (all?) systems. Thanks, Piotr
5877
Age (days ago)
5877
Last active (days ago)
1 comments
2 participants
participants (2)
-
Paul Vriens -
Piotr Caban