On 03/12/2012 03:23 AM, Alexandre Julliard wrote:
Vitaliy Margolen writes:
On 03/10/2012 09:44 AM, André Hentschel wrote:
Am 10.03.2012 17:37, schrieb Vitaliy Margolen:
On 03/10/2012 12:36 AM, Alistair Leslie-Hughes wrote:
Hi,
Marked test as broken if it returns true.
+/* WoW64 return
Vitaliy Margolen writes:
> On 03/10/2012 09:44 AM, André Hentschel wrote:
>> Am 10.03.2012 17:37, schrieb Vitaliy Margolen:
>>> On 03/10/2012 12:36 AM, Alistair Leslie-Hughes wrote:
Hi,
Marked test as broken if it returns true.
+/* WoW64 return TRUE with the LastError set
On 03/10/2012 09:44 AM, André Hentschel wrote:
Am 10.03.2012 17:37, schrieb Vitaliy Margolen:
On 03/10/2012 12:36 AM, Alistair Leslie-Hughes wrote:
Hi,
Marked test as broken if it returns true.
+/* WoW64 return TRUE with the LastError set */
+ok((!ret&& GetLastError() == ERROR_INSUFFI
Am 10.03.2012 17:37, schrieb Vitaliy Margolen:
> On 03/10/2012 12:36 AM, Alistair Leslie-Hughes wrote:
>> Hi,
>> Marked test as broken if it returns true.
>>
>> +/* WoW64 return TRUE with the LastError set */
>> +ok((!ret && GetLastError() == ERROR_INSUFFICIENT_BUFFER) || broken(ret),
>>
On 03/10/2012 12:36 AM, Alistair Leslie-Hughes wrote:
Hi,
Marked test as broken if it returns true.
+/* WoW64 return TRUE with the LastError set */
+ok((!ret && GetLastError() == ERROR_INSUFFICIENT_BUFFER) || broken(ret),
"%d with error %d\n", ret, GetLastError());
This is inc
Alistair Leslie-Hughes writes:
> @@ -1455,9 +1455,11 @@ static void test_token_attr(void)
> Size = 0;
> ret = GetTokenInformation(Token, TokenGroups, Groups, Size2, &Size);
> ok(Size > 1, "got %d\n", Size);
> -ok(!ret && GetLastError() == ERROR_INSUFFICIENT_BUFFER,
> -"