Roderick Colenbrander wrote:
On Mon, Nov 23, 2009 at 9:23 PM, Stefan Dösinger stefandoesinger@gmx.at 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 00000001
This is Windows, right? Which GPU/driver?
My guess is that its ok to modify the test to accept both results. Ie, ok(hr == S_OK | hr == S_FALSE, "...");
I see it all the time on my Radeon 3400 on Wine.
Roderick
this is the wine test I run on linux.... and I get this all the time on my Radeon as well... which is why I was asking here... do I need to open a bug on the test to fix it since what I documented is the correct behavior....
chris