Re: comctl32/listview: fix LVM_SETICONSPACING on 64bit machines

2013-02-09 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=24327 Your paranoid android

Re: ole32/tests: Add test for IDispatch interface in IOleObject_QueryInterface.

2013-02-09 Thread Alistair Leslie-Hughes
On 9/02/2013 2:08 AM, Roman Dadkov wrote: This test is necessary to show that the function IOleObject_QueryInterface does not have enough processing IID_IDispatch, but it works for Windose. Therefore, the creation of some objects in a variety of applications leads to crash. +hr = IOleObject_Q

Re: [PATCH] netstat: Clarify labels in UDP statistics.

2013-02-09 Thread Frédéric Delanoy
On Sat, Feb 9, 2013 at 1:03 PM, Lauri Kenttä wrote: > Change labels in UDP statistics so that they better reflect the actual > meanings as described in MSDN [1]. > > [1] > http://msdn.microsoft.com/en-us/library/windows/desktop/aa366929%28v=vs.85%29.aspx > --- > - IDS_UDP_NO_PORTS,"No Ports

Re: ole32/tests: Add test for IDispatch interface in IOleObject_QueryInterface.

2013-02-09 Thread Dmitry Timoshkov
Roman Dadkov wrote: > +const CLSID non_existent_class = {0xa5f1772f, 0x3772, 0x490f, {0x9e, > 0xc6, 0x77, 0x13, 0xe8, 0xb3, 0x4b, 0x5d}}; Probably it would be a good idea to try make CLSID really unique and bad enough that it's unlikely that somebody uses it for real. Something like 0xdeadb

Re: ole32/tests: Add test for IDispatch interface in IOleObject_QueryInterface.

2013-02-09 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=24324 Your paranoid android