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