Re: [1/3] comctl32/tab: Add a test for TCM_SETITEMEXTRA

2010-09-26 Thread Vitaliy Margolen
On 09/26/2010 05:08 PM, Nikolay Sivov wrote: Add a test for TCM_SETITEMEXTRA +static HWND parent_wnd; -static void test_curfocus(HWND parent_wnd, INT nTabs) +static void test_curfocus(void) { -hTab = createFilledTabControl(parent_wnd, TCS_FIXEDWIDTH, TCIF_TEXT|TCIF_IMAGE, nTabs); +

Re: hey, saw a job ad that mentions wine!

2010-09-26 Thread James McKenzie
On 9/26/10 6:52 PM, Dan Kegel wrote: I do periodic searches in google blogsearch and twitter for references to wine, sometimes I find interesting tidbits that way. Tonight I also tried searching on indeed.com, and one job popped up: http://storagecraft.iapplicants.com/ViewJob-106203.html Th

hey, saw a job ad that mentions wine!

2010-09-26 Thread Dan Kegel
I do periodic searches in google blogsearch and twitter for references to wine, sometimes I find interesting tidbits that way. Tonight I also tried searching on indeed.com, and one job popped up: http://storagecraft.iapplicants.com/ViewJob-106203.html They're only looking for wine users, but st

Re: Wine test bot failure?

2010-09-26 Thread Mariusz Pluciński
W dniu 26.09.2010 20:27, Greg Geldorp pisze: This is now fixed. The problem occurred when your patch contained a change to tests/Makefile.in. The config.status invocation to create an updated Makefile recently changed, TestBot now calls config.status with the correct arguments again. Greg. Hi T

Re: [PATCH 1/5] d3dcompiler_43/tests: Added HLSL test suite

2010-09-26 Thread Travis Athougies
On Sun, Sep 26, 2010 at 12:41 PM, Stefan Dösinger wrote: > > Am 26.09.2010 um 19:51 schrieb Travis Athougies: > >> +data = compute_shader_fullscreen9(device, vshader_passthru, >> pshader, quad_geometry, >> +D3DFMT_A8R8G8B8, 1, 1); >> + >> +ok(data[0] == D3DCOLOR_AR

Re: what's the proper way to define a COM interface that takes function pointers as arguments?

2010-09-26 Thread Vincent Povirk
Never mind. Henri has pointed out that I am on crack and this totally works. On Sun, Sep 26, 2010 at 4:05 PM, Vincent Povirk wrote: > I am trying to define the ICLRRuntimeHost interface. > > It has this method: > http://msdn.microsoft.com/en-us/library/ms164410.aspx > > One of the arguments is a

what's the proper way to define a COM interface that takes function pointers as arguments?

2010-09-26 Thread Vincent Povirk
I am trying to define the ICLRRuntimeHost interface. It has this method: http://msdn.microsoft.com/en-us/library/ms164410.aspx One of the arguments is a function pointer type: http://msdn.microsoft.com/en-us/library/aa964757.aspx Widl fails when I try to define a function pointer type using C sy

Re: [PATCH 1/5] d3dcompiler_43/tests: Added HLSL test suite

2010-09-26 Thread Stefan Dösinger
Am 26.09.2010 um 19:51 schrieb Travis Athougies: > +data = compute_shader_fullscreen9(device, vshader_passthru, pshader, > quad_geometry, > +D3DFMT_A8R8G8B8, 1, 1); > + > +ok(data[0] == D3DCOLOR_ARGB(0, 0, 255, 255), > +"swizzle_test: Got color %08

RE: Wine test bot failure?

2010-09-26 Thread Greg Geldorp
> From: Mariusz Pluciński > > I also had this problem yesterday both with patches submitted manually > and my patches transferred from wine-patches. I can confirm that > sending executables instead worked for me, but this is possible only > when submitting own test, and not when it is loaded from w

Re: [PATCH 1/5] gameux: Add implementation of IGameStatistics::SetCategoryTitle

2010-09-26 Thread Mariusz Pluciński
W dniu 26.09.2010 15:07, Nikolay Sivov pisze: On 9/26/2010 16:59, Mariusz Pluciński wrote: --- dlls/gameux/gamestatistics.c | 50 ++- dlls/gameux/tests/gamestatistics.c | 14 +- 2 files changed, 55 insertions(+), 9 deletions(-) @@ -177,8 +201,30 @@ static HR

Re: [PATCH 1/5] gameux: Add implementation of IGameStatistics::SetCategoryTitle

2010-09-26 Thread Nikolay Sivov
On 9/26/2010 16:59, Mariusz Pluciński wrote: --- dlls/gameux/gamestatistics.c | 50 ++- dlls/gameux/tests/gamestatistics.c | 14 +- 2 files changed, 55 insertions(+), 9 deletions(-) @@ -177,8 +201,30 @@ static HRESULT WINAPI GameStatisticsImpl

Re: RFC [PATCH] ddraw: Prevent refcount underflow

2010-09-26 Thread Stefan Dösinger
Am 26.09.2010 um 12:01 schrieb Vincent Pelletier: > Points on which I would like opinions: > - getting rid of the magic number ~0U or ~((unsigned long) 0) > - couldn't it actually hide a refcount problem in wine ? Very likely > - if not, then would it be good to extend to other refcounts aswell

RFC [PATCH] ddraw: Prevent refcount underflow

2010-09-26 Thread Vincent Pelletier
Hi. Attached patch fixes a problem with Beetle Crazy Cup's VideoSetup.exe, which hangs at exit because some code tries to free ddraw surface on which a refcount underflow happened earlier in the execution. Executing it with winedbg shows that the first call causing the underflow is triggered f

Re: comctl32/treeview: Erase background when painting over supplied hdc

2010-09-26 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=5489 Your paranoid android.