Re: d3drm/tests: Add IDirect3DRM3 tests

2012-01-06 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=16297 Your paranoid android

Re: [1/2] d3drm: Partial implementation for [Add/Delete]Child

2012-01-06 Thread Henri Verbeet
2012/1/6 André Hentschel : > @@ -212,10 +216,15 @@ static HRESULT WINAPI > IDirect3DRMFrame2Impl_AddChild(IDirect3DRMFrame2* iface, >                                                      LPDIRECT3DRMFRAME child) >  { >     IDirect3DRMFrameImpl *This = impl_from_IDirect3DRMFrame2(iface); > +    IDi

Re: [2/4] d3drm: Forward GetTextureCoordinates from IDirect3DRMMeshBuilder3 to IDirect3DRMMeshBuilder2

2012-01-06 Thread André Hentschel
Am 06.01.2012 19:21, schrieb Henri Verbeet: > 2012/1/6 André Hentschel : >> - >> -FIXME("(%p)->(%d,%p,%p): stub\n", This, index, u, v); >> - >> -return E_NOTIMPL; >> +return >> IDirect3DRMMeshBuilder_GetTextureCoordinates(&This->IDirect3DRMMeshBuilder2_iface, >> +

Re: [2/4] d3drm: Forward GetTextureCoordinates from IDirect3DRMMeshBuilder3 to IDirect3DRMMeshBuilder2

2012-01-06 Thread Henri Verbeet
2012/1/6 André Hentschel : > - > -    FIXME("(%p)->(%d,%p,%p): stub\n", This, index, u, v); > - > -    return E_NOTIMPL; > +    return > IDirect3DRMMeshBuilder_GetTextureCoordinates(&This->IDirect3DRMMeshBuilder2_iface, > +                                                        index, u, v); >  }

Re: [PATCH 4/5] ieframe: Added IHTMLWindow2 service tests

2012-01-06 Thread Jacek Caban
On 01/06/12 13:38, Marvin wrote: 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.

Re: [PATCH 4/5] ieframe: Added IHTMLWindow2 service tests

2012-01-06 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=16291 Your paranoid android

Re: msvcp90: add basic_ios stubs

2012-01-06 Thread Piotr Caban
On 01/05/12 22:41, Daniel Lehman wrote: +/* ?imbue@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QAE?AVlocale@2@ABV32@@Z */ +/* ?imbue@?$basic_ios@_WU?$char_traits@_W@std@@@std@@QEAA?AVlocale@2@AEBV32@@Z */ +DEFINE_THISCALL_WRAPPER(basic_ios_wchar_imbue, 4) +locale __thiscall basic_ios_wchar_imbu

Re: mshtml: Remove unused definitions

2012-01-06 Thread Jacek Caban
Hi André, On 01/05/12 19:35, André Hentschel wrote: --- dlls/mshtml/resource.h | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/dlls/mshtml/resource.h b/dlls/mshtml/resource.h index 50342a2..a798760 100644 --- a/dlls/mshtml/resource.h +++ b/dlls/mshtml

[PATCH 2/2] winmm/tests: Test some inconsistent WAVEFORMAT descriptions.

2012-01-06 Thread Joerg-Cyril . Hoehle
Hi, >Your paranoid android. >=== WVISTA/W2K8/W7 It's good that I kept the patch to code and tests separated. The code one should go in, the tests obviously not (it's not easy to add a broken specific to that case in wave.c). They tell us that with the introduction of mmdevapi, MS incompatibly c