Re: d3dx9_36: Use cross-platform versions of infinity and NaN.

2011-07-09 Thread Misha Koshelev
On Jul 9, 2011 9:46 AM, "Dylan Smith" wrote: > > On Sat, Jul 9, 2011 at 10:16 AM, Misha Koshelev wrote: > > Does the attached patch work on MS Visual Studio 2010? This passes all tests. > > Ya, it should work. I was only building test applications using the > cl from the platform SDK in wine; I

Re: d3dx9_36: Use cross-platform versions of infinity and NaN.

2011-07-09 Thread Dylan Smith
On Sat, Jul 9, 2011 at 10:16 AM, Misha Koshelev wrote: > Does the attached patch work on MS Visual Studio 2010? This passes all tests. Ya, it should work. I was only building test applications using the cl from the platform SDK in wine; I haven't been using it for make crosstest. > Your version

Re: d3dx9_36: Use cross-platform versions of infinity and NaN.

2011-07-09 Thread Misha Koshelev
On Tue, Jul 5, 2011 at 8:18 AM, Dylan Smith wrote: > On Tue, Jul 5, 2011 at 8:27 AM, Marvin wrote: >> === WXPPROSP3 (32 bit math) === >> math.c:2275: Test failed: Got , expected 7fff or 7fff for index 18. > > 0.0f/0.0f = -nan (0xffc0) > -(0.0f/0.0f) = nan (0x7fc0) > > msvc complains a

Re: build error in dlls/d3dx9_36/tests/math.c

2011-07-09 Thread Nikolay Sivov
On Sat, Jul 9, 2011 at 12:56 PM, Marcus Meissner wrote: > Hi, > > I get on dlls/d3dx9_36/tests/math.c: > There is a report about that even http://bugs.winehq.org/show_bug.cgi?id=27676 . Just for a reference.

Re: [PATCH 2/9] winmm: Implement waveOut* on top of MMDevAPI

2011-07-09 Thread Alexandre Julliard
Andrew Eikum writes: > @@ -198,21 +1771,25 @@ UINT WINAPI waveOutGetErrorTextA(UINT uError, LPSTR > lpText, UINT uSize) > */ > UINT WINAPI waveOutGetErrorTextW(UINT uError, LPWSTR lpText, UINT uSize) > { > -UINTret = MMSYSERR_BADERRNUM; > - > -if (lpText == NULL) ret = MMSYSE

Re: [PATCH 01/10] user32/tests: Added DefRawInputProc tests (try 15)

2011-07-09 Thread Alexandre Julliard
"Vincas Miliƫnas" writes: > +ret = pDefRawInputProc(&input, 0, sizeof(RAWINPUTHEADER)); > +ok(ret == S_OK, "Given (&input, 0, sizeof), " > +"DefRawInputProc should acknowledge that no data was provided\n"); > +} That's not really testing anything. Also please avoid that sort of

Re: build error in dlls/d3dx9_36/tests/math.c

2011-07-09 Thread wylda
- "Marcus Meissner" > Hi, > > I get on dlls/d3dx9_36/tests/math.c: > Hi, and i got some test failures on my 64bit test machines: http://test.winehq.org/data/a3965c7ea017480a21ec934753bf4135c571a9d9/xp_WyldBOT1-wxp-64b-ie6/d3dx9_36:math.html W.

build error in dlls/d3dx9_36/tests/math.c

2011-07-09 Thread Marcus Meissner
Hi, I get on dlls/d3dx9_36/tests/math.c: (Code added in a6b40624dbc457ba7b0b4b307b1eb88617c67197 by Misha Koshelev ) gcc -c -I. -I. -I../../../include -I../../../include -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-af