Hi,
This test passes on my machine, should it not?
make[2]: Entering directory `/usr/local/src/wine/dlls/d3d9/tests' ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so surface.c && touch surface.ok fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x18cd10) : stub, simulating 64MB for now, returning 64MB left surface.c:131: Test succeeded inside todo block: Got pitch 12, expected 12 make[2]: *** [surface.ok] Error 1
On Thu, 2006-09-28 at 11:30 -0700, James Hawkins wrote:
Hi,
This test passes on my machine, should it not?
make[2]: Entering directory `/usr/local/src/wine/dlls/d3d9/tests' ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so surface.c && touch surface.ok fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x18cd10) : stub, simulating 64MB for now, returning 64MB left surface.c:131: Test succeeded inside todo block: Got pitch 12, expected 12 make[2]: *** [surface.ok] Error 1
Nothing wrong here (todo_wine is still needed).
Paul.
On 9/28/06, Paul Vriens Paul.Vriens@xs4all.nl wrote:
On Thu, 2006-09-28 at 11:30 -0700, James Hawkins wrote:
Hi,
This test passes on my machine, should it not?
make[2]: Entering directory `/usr/local/src/wine/dlls/d3d9/tests' ../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so surface.c && touch surface.ok fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x18cd10) : stub, simulating 64MB for now, returning 64MB left surface.c:131: Test succeeded inside todo block: Got pitch 12, expected 12 make[2]: *** [surface.ok] Error 1
Nothing wrong here (todo_wine is still needed).
Then whoever wrote the test needs to figure out why the test fails on most machines, but passes on mine. 'make test' should not fail on any machine.
On 28/09/06, James Hawkins truiken@gmail.com wrote:
Then whoever wrote the test needs to figure out why the test fails on most machines, but passes on mine. 'make test' should not fail on any machine.
Stefan wrote that test. It's probably succeeding because your card supports GL_ARB_texture_non_power_of_two.