Re: d3dx9/tests: Fix comparison that expects NAN, since NAN != NAN.

2011-06-27 Thread Alexandre Julliard
Dylan Smith writes: > @@ -4834,7 +4834,7 @@ static void test_create_skin_info(void) > for (i = 0; i < num_influences; i++) { > ok(exp_vertices[i] == vertices[i], > "influence[%d]: expected vertex %u, got %u\n", i, > exp_vertices[i], vertices[i]);

Re: [2/2] gdiplus: Implement GdipMeasureDriverString.

2011-06-27 Thread Alexandre Julliard
"Vincent Povirk" writes: > From 520906b62d02cb9c886404caa03d1fcb634f574b Mon Sep 17 00:00:00 2001 > From: Vincent Povirk > Date: Mon, 27 Jun 2011 13:24:39 -0500 > Subject: [PATCH 2/3] gdiplus: Implement GdipMeasureDriverString. It doesn't work here: ../../../tools/runtest -q -P wine -M gdiplus

Re: ws2_32: return an error in SO_CONNECT_TIME stub

2011-06-27 Thread Austin English
On Sun, Mar 27, 2011 at 21:41, Dmitry Timoshkov wrote: > Austin English wrote: > >> @@ -2554,7 +2554,7 @@ INT WINAPI WS_getsockopt(SOCKET s, INT level, >>              } >>              *(DWORD*)optval = pretendtime++; >>              *optlen = sizeof(DWORD); >> -            return ret; >> +    

Re: oleaut32: Implement ICreateTypeInfo2 SetHelpStringContext

2011-06-27 Thread Michael Stefaniuc
Hello Alistair, Alistair Leslie-Hughes wrote: > Changelog: > oleaut32: Implement ICreateTypeInfo2 SetHelpStringContext > > dlls/oleaut32/typelib2.c |9 +++-- > 1 files changed, 7 insertions(+), 2 deletions(-) > > diff --git a/dlls/oleaut32/typelib2.c b/dlls/oleaut32/typelib2.c > inde

Re: [docs] winedev: A hint for patch separation

2011-06-27 Thread André Hentschel
Am 27.06.2011 11:55, schrieb Jerome Leclanche: > That sounds like we want people to avoid testing wine. How about > "Patches must not break building Wine nor its testsuite. Adding dead > code should also be avoided."? Yes, sounds better. -- Best Regards, André Hentschel

Re: [PATCH 5/5] jscript/tests: Add tests with values related to INT_MAX

2011-06-27 Thread Jacek Caban
On 06/26/11 18:28, Detlef Riekenberg wrote: > How can we force tests to use VT_UI4? It's not JScript builtin type, you need to extend tests host object for that. > -- > By by ... Detlef > --- > dlls/jscript/tests/lang.js | 31 +++ > 1 files changed, 31 insertions(+)

Re: [docs] winedev: A hint for patch separation

2011-06-27 Thread Jerome Leclanche
That sounds like we want people to avoid testing wine. How about "Patches must not break building Wine nor its testsuite. Adding dead code should also be avoided."? J. Leclanche 2011/6/26 André Hentschel : > --- >  en/winedev-coding.sgml |    4 >  1 files changed, 4 insertions(+), 0 dele