Re: [4/5] gameux/tests: Add creating test for IGameExplorer

2010-07-18 Thread Nikolay Sivov
On 7/18/2010 15:59, Mariusz PluciƄski wrote: +/* interface available up from Vista */ +hr = CoCreateInstance(&CLSID_GameExplorer, NULL, CLSCTX_INPROC_SERVER,&IID_IGameExplorer, (LPVOID*)&ge); +ok(ge&& hr == S_OK, "IGameExplorer creating failed (result false)\n"); +if(ge) +

Re: [4/5] gameux/tests: Add creating test for IGameExplorer

2010-07-18 Thread testbot
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=3456 Your paranoid android.