Re: mscoree: COM cleanup for the ICLRRuntimeInfo iface.

2011-08-19 Thread Michael Stefaniuc
For those interested in coccinelle Michael Stefaniuc wrote: > On 08/18/2011 03:29 PM, Dan Kegel wrote: >> Seems to cause a test failure here? > Argh, indeed! > - (IUnknown*)&runtimes[i] > + &runtimes->ICLRRuntimeInfo_iface > > The array subscript got dropped and that wasn't a manual change. Need

Re: mscoree: COM cleanup for the ICLRRuntimeInfo iface.

2011-08-18 Thread Michael Stefaniuc
On 08/18/2011 03:29 PM, Dan Kegel wrote: > Seems to cause a test failure here? Argh, indeed! - (IUnknown*)&runtimes[i] + &runtimes->ICLRRuntimeInfo_iface The array subscript got dropped and that wasn't a manual change. Need to check if I'm hitting a bug in coccinelle or just a "feature". bye

re: mscoree: COM cleanup for the ICLRRuntimeInfo iface.

2011-08-18 Thread Dan Kegel
Seems to cause a test failure here? make[1]: Entering directory `/home/dank/wineslave.dir/sandbox/slave/runtests/build/dlls/mscoree/tests' ../../../tools/runtest -q -P wine -M mscoree.dll -T ../../.. -p mscoree_test.exe.so metahost.c && touch metahost.ok metahost.c:135: Test failed: got unexpected