Re: RFC : query.c d3d9 test...

2009-11-23 Thread chris ahrendt
Roderick Colenbrander wrote: > On Mon, Nov 23, 2009 at 9:23 PM, Stefan Dösinger > wrote: >> Am 23.11.2009 um 21:00 schrieb chris ahrendt: >>> The test fails with : >>> >>> query.c:224: Test failed: IDirect3DQuery9_GetData a 2nd time on a ended >>> query returned 0001 >> This is Windows, righ

Re: RFC : query.c d3d9 test...

2009-11-23 Thread Stefan Dösinger
Am 23.11.2009 um 21:31 schrieb Roderick Colenbrander: > On Mon, Nov 23, 2009 at 9:23 PM, Stefan Dösinger > wrote: >> >> Am 23.11.2009 um 21:00 schrieb chris ahrendt: >>> The test fails with : >>> >>> query.c:224: Test failed: IDirect3DQuery9_GetData a 2nd time on a ended >>> query returned 0

Re: RFC : query.c d3d9 test...

2009-11-23 Thread Roderick Colenbrander
On Mon, Nov 23, 2009 at 9:23 PM, Stefan Dösinger wrote: > > Am 23.11.2009 um 21:00 schrieb chris ahrendt: >> The test fails with : >> >> query.c:224: Test failed: IDirect3DQuery9_GetData a 2nd time on a ended >> query returned 0001 > This is Windows, right? Which GPU/driver? > > My guess is t

Re: RFC : query.c d3d9 test...

2009-11-23 Thread Stefan Dösinger
Am 23.11.2009 um 21:00 schrieb chris ahrendt: > The test fails with : > > query.c:224: Test failed: IDirect3DQuery9_GetData a 2nd time on a ended query > returned 0001 This is Windows, right? Which GPU/driver? My guess is that its ok to modify the test to accept both results. Ie, ok(hr ==

RFC : query.c d3d9 test...

2009-11-23 Thread chris ahrendt
Looking at the wine test results for the following test: query.c in the d3d9 tests directory... hr = IDirect3DQuery9_GetData(pQuery, data, IDirect3DQuery9_GetDataSize(pQuery), D3DGETDATA_FLUSH); ok(hr == S_OK, "IDirect3DQuery9_GetData on a ended query returned %08x\n", hr); hr =