Re: [PATCH 2/2] Added ui64tow_s tests for msvcrt take 4 Can't believe I forgot to commit before creating the patch...

2010-12-28 Thread James Mckenzie
Arno Teigseth wrote: > You'll have to resend both parts of the patch for the testbot to recognize them. Use (resend) in the subject line for us humans. James McKenzie

Re: [PATCH 2/2] Added ui64tow_s tests for msvcrt (The function was moved from msvcr90 to msvcrt so that msvcr80, 90 and 100

2010-12-28 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=7897 Your paranoid android.

Re: xmllite/tests: Use an iface instead of a vtbl pointer in testinput.

2010-12-28 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=7894 Your paranoid android.

Re: 64-bit Notepad2 crashes

2010-12-28 Thread Susan Cragin
-Original Message- >From: Austin Lund >Sent: Dec 28, 2010 6:14 PM >To: Susan Cragin >Cc: Wine Developers >Subject: Re: 64-bit Notepad2 crashes > >On 29 December 2010 04:47, Susan Cragin wrote: >> Stack dump: >> 0x0022b470:   >> 0x0022b

Re: 64-bit Notepad2 crashes

2010-12-28 Thread Austin Lund
On 29 December 2010 04:47, Susan Cragin wrote: > Stack dump: > 0x0022b470:   > 0x0022b480:   > 0x0022b490:   > 0x0022b4a0:   > 0x0

Re: ntdll/tests: Don't test function directly when reporting GetLastError()

2010-12-28 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=7877 Your paranoid android.

64-bit Notepad2 crashes

2010-12-28 Thread Susan Cragin
I just compiled today's git wine-1.3.10-82-g10b1a7e and tried to run Notepad2's 64-bit version. Below is the crash. Wine's Notepad appears to work fine. Can anyone tell if I should file a wine bug or a Notepad2 bug? I'm on Ubuntu Natty. Thanks. $ wine64 Notepad2 fixme:heap:HeapSetInformation

Re: [PATCH] cmd/tests: Make sure, that ERRORLEVEL has a defined value [try 2]

2010-12-28 Thread Alexandre Julliard
Detlef Riekenberg writes: > @@ -49,6 +49,7 @@ echo %UNKNOWN%S > echo P%UNKNOWN% > echo P%UNKNOWN%S > echo %ERRORLEVEL > +cmd /c exit 0 > echo %ERRORLEVEL% > echo %ERRORLEVEL%%ERRORLEVEL% > echo %ERRORLEVEL%ERRORLEVEL% It already has a defined value. What is this supposed to fix? -- Alexa

Re: msvcrt: Implement _fcvt_s. (resend)

2010-12-28 Thread Alexandre Julliard
Eryk Wieliczko writes: > @@ -1127,9 +1127,9 @@ int CDECL _ecvt_s( char *buffer, MSVCRT_size_t length, > double number, int ndigit > /* special case - inf */ > if(number == HUGE_VAL || number == -HUGE_VAL) > { > -memset(buffer, '0', ndigits); > +memset(buffer, '0',

Re: [PATCH 4/8] jscript: Ensure that the whole script is parsed

2010-12-28 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=7868 Your paranoid android.

Re: [PATCH 1/8] jscript: Better syntax error tests

2010-12-28 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=7867 Your paranoid android.

Re: d3dx9_36 [patch 1/2, resend]: Implement D3DXCreateBox

2010-12-28 Thread Henri Verbeet
On 28 December 2010 11:25, David Adam wrote: > > -HRESULT WINAPI D3DXCreateBox(LPDIRECT3DDEVICE9 device, FLOAT width, FLOAT > height, > - FLOAT depth, LPD3DXMESH* mesh, LPD3DXBUFFER* > adjacency) > +/