Re: [1/9] Fix expected values in various messages.

2013-09-17 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 https://newtestbot.winehq.org/JobDetails.pl?Key=2198 Your paranoid andr

Re: [1/9] Fix expected values in various messages.

2013-09-16 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 https://newtestbot.winehq.org/JobDetails.pl?Key=2196 Your paranoid andr

Re: [1/9] Fix expected values in various messages.

2013-09-16 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 https://newtestbot.winehq.org/JobDetails.pl?Key=2195 Your paranoid andr

Re: [1/9] Fix expected values in various messages.

2013-09-16 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 https://newtestbot.winehq.org/JobDetails.pl?Key=2187 Your paranoid andr

Re: [1/9] Fix expected values in various messages.

2013-09-15 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 https://newtestbot.winehq.org/JobDetails.pl?Key=2185 Your paranoid andr

Re: [1/9] Fix expected values in various messages.

2013-09-15 Thread Nikolay Sivov
On 09/15/2013 04:25 PM, Akihiro Sagawa wrote: hr = IUnknown_QueryInterface(reader_input,&IID_IStream, (void**)&stream2); -ok(hr == E_NOINTERFACE, "Expected S_OK, got %08x\n", hr); +ok(hr == E_NOINTERFACE, "Expected E_NOINTERFACE, got %08x\n", hr); As Henri said, it's not that use

Re: [1/9] Fix expected values in various messages.

2013-09-15 Thread Henri Verbeet
On 15 September 2013 14:25, Akihiro Sagawa wrote: > > diff --git a/dlls/d3d8/tests/device.c b/dlls/d3d8/tests/device.c > index 83cdaf9..9f9e12a 100644 > --- a/dlls/d3d8/tests/device.c > +++ b/dlls/d3d8/tests/device.c > @@ -1308,7 +1308,7 @@ static void test_reset(void) > D3DFMT_R5G