Re: [4/4] windowscodecs: Implement Graphic Control Extension metadata reader.

2012-09-13 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=21585 Your paranoid android

Re: [3/4] windowscodecs: Implement Image Descriptor metadata reader.

2012-09-13 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=21584 Your paranoid android

Re: user32/tests: Add test for SetFocus() (with few todo)(Try 2).

2012-09-13 Thread Sergey Guralnik
I've sent next patch more than month ago, and have no comments about it. From 57adc6991431cd765dcdb97082263db834e4b533 Mon Sep 17 00:00:00 2001 From: Sergey Guralnik Date: Thu, 9 Aug 2012 17:12:56 +0400 Subject: user32/tests: Add test for SetFocus() (with few todo)(Try 2). Is anything wrong wi

Re: vcomp: better stub for _vcomp_fork

2012-09-13 Thread Alexandre Julliard
Dan Kegel writes: > @@ -41,6 +42,80 @@ double CDECL omp_get_wtime(void) > return GetTickCount() / 1000.0; > } > > +/* Call helper with the ncount args after ncount */ > +extern void WINAPIV _vcomp_fork(DWORD parallel, int ncount, void *helper, > ...); > +#ifdef __i386__ > +__ASM_GLOBAL_F

Re: d3dx9_36 [patch 1/2: try 2]: Implement D3DXSHEvalDirectionalLight

2012-09-13 Thread Alexandre Julliard
Nozomi Kodama writes: > @@ -2231,6 +2231,40 @@ FLOAT* WINAPI D3DXSHEvalDirection(FLOAT *out, UINT > order, CONST D3DXVECTOR3 *dir > return out; > } > > +HRESULT WINAPI D3DXSHEvalDirectionalLight(UINT order, CONST D3DXVECTOR3 > *dir, FLOAT Rintensity, FLOAT Gintensity, FLOAT Bintensity,

Re: [PATCH 4/4] ntdll: Add more complete implementation of NtPowerInformation

2012-09-13 Thread Alexandre Julliard
James Eder writes: > @@ -2261,7 +2242,19 @@ NTSTATUS WINAPI NtInitiatePowerAction( > SystemAction,MinSystemState,Flags,Asynchronous); > return STATUS_NOT_IMPLEMENTED; > } > - > + > +#ifdef linux > +static int have_cpufreq(void) > +{ > +FILE* f = fopen("/sys/device

Re: [PATCH 1/2] jscript: Don't leave current scope in return statement before evaluating the expression

2012-09-13 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=21565 Your paranoid android

Re: [PATCH 5/6] mshtml: Added IHTMLDocument4::fireEvent implementation

2012-09-13 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=21559 Your paranoid android