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]);
"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
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;
>> +
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
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
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(+)
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