wine is passing make test again :-)

2011-02-07 Thread Austin English
Looks like Jacek and Gentoo have the magic combination. It's passed 4 days in a row: http://test.winehq.org/data/ae3e768a2e1f9c21b355798c8fbf473db3d83434/wine_jc-gentoo64-win32/version.html http://test.winehq.org/data/bf640445c748b0588616da201e8ff8f3b1c778e9/wine_jc-gentoo64-win32/version.html http

Re: gdi32/tests: Use virtual screen size instead of primary monitor screen size.

2011-02-07 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=9028 Your paranoid android.

Re: d3dx9: Implement D3DXFloat16to32Array and D3DXFloat32to16Array.

2011-02-07 Thread Dmitry Timoshkov
Misha Koshelev wrote: > +static inline unsigned short float_32_to_16(const float *in) > +static inline float float_16_to_32(const unsigned short *in) { Is there a reason that you pass a pointer to the helper instead of a value? Also placing a brace on its own line would follow the style of othe

Re: d3dx9: Implement D3DXFloat16to32Array and D3DXFloat32to16Array.

2011-02-07 Thread Misha Koshelev
On Mon, Feb 7, 2011 at 6:20 PM, Stefan Dösinger wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Am 07.02.2011 um 23:49 schrieb Misha Koshelev: > I have no full explanation yet, just bits and pieces. By the way, if you > haven't done so already I recommend a thorough study of > htt

Re: mstask/tests: make sure return values are used (LLVM/Clang)

2011-02-07 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=9011 Your paranoid android.

Re: inetcomm/tests: make sure to use return values (LLVM/Clang)

2011-02-07 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=9009 Your paranoid android.

Re: mstask/tests: make sure return values are used (LLVM/Clang)

2011-02-07 Thread Austin English
On Mon, Feb 7, 2011 at 16:31, 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

Re: gdi32: Text output of records EMR_EXTTEXTOUTA/W depend on field iGraphicsMode

2011-02-07 Thread Austin English
On Mon, Feb 7, 2011 at 15:49, Alexander Kochetkov wrote: > Fix for bug #22996, and likely for bug #16557. > > BTW, I think, what the same problem exist with EMR_POLYTEXTOUTA/W records. Forgot the patch. -- -Austin

Re: d3dx9: Implement D3DXFloat16to32Array and D3DXFloat32to16Array.

2011-02-07 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 07.02.2011 um 23:49 schrieb Misha Koshelev: I have no full explanation yet, just bits and pieces. By the way, if you haven't done so already I recommend a thorough study of http://en.wikipedia.org/wiki/Floating_point for background knowledge. ht

Re: comctl32/tests: Fixed variable type, removed sign comparison warning.

2011-02-07 Thread Nikolay Sivov
On 2/8/2011 00:26, Marko Nikolic wrote: --- dlls/comctl32/tests/trackbar.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/comctl32/tests/trackbar.c b/dlls/comctl32/tests/trackbar.c index ac67d50..714a321 100644 --- a/dlls/comctl32/tests/trackbar.c +++ b/dlls/com

Re: d3dx9: Implement D3DXFloat16to32Array and D3DXFloat32to16Array.

2011-02-07 Thread Misha Koshelev
On Mon, Feb 7, 2011 at 2:14 PM, Stefan Dösinger wrote: > Am Montag 07 Februar 2011, 19:37:09 schrieb Misha Koshelev: >> Stefan: I believe this is actually a _difference_ between Windows versions. >> >> As you will note on the full results from winetestbot as well as my >> own testing on XP (what I

Re: Killing WineAPI project on SourceForge.

2011-02-07 Thread Alexandre Julliard
Steve Brown writes: > I've seen this discussion come and go a few times... Would something > like LXR be appropriate for generating a web front-end to searching > and indexing the Wine source code? Yes, and it's been in place for years: http://source.winehq.org -- Alexandre Julliard julli...@w

Re: Including winegcc-built shared library in Debian binary package

2011-02-07 Thread Alexandre Julliard
Robert McDonald writes: > Is there a more appropriate installation directory than /usr/lib for > the shared library (although lintian complains if I don't put it in > /usr/lib)? It should go in /usr/lib/wine. > Does ldconfig need to be run after installing/uninstalling the shared > library (oth

RE: iphlpapi: Changed return value of NotifyAddrChange() stub and added test cases.

2011-02-07 Thread Janne Hakonen
> in todo_wine blocks only ok() calls should be made. > So consider splitting them down to "todo_wine ok(..." for each. Ah thank you, I will change them. > > -CancelIPChangeNotify > > CreateProxyArpEntry > > DeleteIPAddress > > DeleteProxyArpEntry > > EnableRouter > > FlushIpNetTable > >

Re: iphlpapi: Changed return value of NotifyAddrChange() stub and added test cases.

2011-02-07 Thread André Hentschel
Hi, in todo_wine blocks only ok() calls should be made. So consider splitting them down to "todo_wine ok(..." for each. > -CancelIPChangeNotify > CreateProxyArpEntry > DeleteIPAddress > DeleteProxyArpEntry > EnableRouter > FlushIpNetTable > GetAdapterIndex > -NotifyAddrChange > -NotifyRouteC

Re: d3dx9: Implement D3DXFloat16to32Array and D3DXFloat32to16Array.

2011-02-07 Thread Stefan Dösinger
Am Montag 07 Februar 2011, 19:37:09 schrieb Misha Koshelev: > Stefan: I believe this is actually a _difference_ between Windows versions. > > As you will note on the full results from winetestbot as well as my > own testing on XP (what I _thought_ was SP3) is that only 3/9 > platforms have this er

Re: oleaut32: Fix copying an array of 0 elements

2011-02-07 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=8987 Your paranoid android.

Re: d3dx9: Implement D3DXFloat16to32Array and D3DXFloat32to16Array.

2011-02-07 Thread Misha Koshelev
On Mon, Feb 7, 2011 at 3:32 AM, Stefan Dösinger wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Am 07.02.2011 um 03:37 schrieb Misha Koshelev: >> +    FLOAT full[10] = { 1.0f, -2.0f, 6.55e4, 6.10352e-5, 5.96046e-8, 0.0f, >> -0.0f, INFINITY, -INFINITY, NAN }, >> +        full_exp[10

Patch to fix ntdll:exception tests on Mac OS

2011-02-07 Thread Charles Davis
Hi, This is a small patch I wrote to fix the exception tests on Mac OS X. Right now, if you look at the Mac results I submitted, you'll notice that there are two failures. The first failure happens because Mach doesn't allow the 'global' flag to be set when setting the debug registers. Changing t

Re: d3dx9: Implement D3DXFloat16to32Array and D3DXFloat32to16Array.

2011-02-07 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 07.02.2011 um 03:37 schrieb Misha Koshelev: > +FLOAT full[10] = { 1.0f, -2.0f, 6.55e4, 6.10352e-5, 5.96046e-8, 0.0f, > -0.0f, INFINITY, -INFINITY, NAN }, > +full_exp[10] = { 1.0f, -2.0f, 6.55e4, 6.10352e-5, 5.96046e-8, 0.0f, > -0.0f,