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, "...");