Uwe Bonnes wrote:
../../../tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p gdi32_test.exe.so
metafile.c
failes like:
metafile.c:457: Test failed: (0,0)->(10,10), expected (0,0)->(18,67)
metafile.c:457: Test failed: (0,0)->(10,10), expected (0,0)->(18,67)
Some discussion on #winehackers brought up some clues, but no real fix.
Shouls the test be a todo_wine?
If the test is failing since it was added: yes.
If it's a regression: no.
But since this test is failing for a *long* time this is hard to figure
out...
Felix