[PATCH] d3dx9/tests: Add initial tests for ID3DXFont::DrawText().

Matteo Bruni matteo.mystral at gmail.com
Fri Jun 15 11:52:06 CDT 2018


2018-06-15 13:16 GMT+02:00 Alexandre Julliard <julliard at winehq.org>:
> Matteo Bruni <mbruni at codeweavers.com> writes:
>
>> From: Kieran Duggan <kieranduggan15 at gmail.com>
>>
>> Signed-off-by: Kieran Duggan <kieranduggan15 at gmail.com>
>> Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
>> ---
>>  dlls/d3dx9_36/tests/core.c | 81 +++++++++++++++++++++++++++++++++++-----------
>>  1 file changed, 62 insertions(+), 19 deletions(-)
>
> The tests fail:
>
> ../../../tools/runtest -q -P wine -T ../../.. -M d3dx9_36.dll -p d3dx9_36_test.exe.so core && touch core.ok
> core.c:612: Test failed: Got unexpected height 1.
> core.c:614: Test failed: Got unexpected height 1.
> core.c:616: Test failed: Got unexpected height 1.
> core.c:619: Test failed: Got unexpected height 1.
> core.c:624: Test failed: Got unexpected height 1.
> core.c:627: Test failed: Got unexpected rect right 0.
> core.c:628: Test failed: Got unexpected rect bottom 0.
> core.c:612: Test failed: Got unexpected height 1.
> core.c:614: Test failed: Got unexpected height 1.
> core.c:616: Test failed: Got unexpected height 1.
> core.c:619: Test failed: Got unexpected height 1.
> core.c:624: Test failed: Got unexpected height 1.
> core.c:627: Test failed: Got unexpected rect right 0.
> core.c:628: Test failed: Got unexpected rect bottom 0.
> core.c:612: Test failed: Got unexpected height 1.
> core.c:614: Test failed: Got unexpected height 1.
> core.c:616: Test failed: Got unexpected height 1.
> core.c:619: Test failed: Got unexpected height 1.
> core.c:624: Test failed: Got unexpected height 1.
> core.c:627: Test failed: Got unexpected rect right 0.
> core.c:628: Test failed: Got unexpected rect bottom 0.
> core.c:612: Test failed: Got unexpected height 1.
> core.c:614: Test failed: Got unexpected height 1.
> core.c:616: Test failed: Got unexpected height 1.
> core.c:619: Test failed: Got unexpected height 1.
> core.c:624: Test failed: Got unexpected height 1.
> core.c:627: Test failed: Got unexpected rect right 0.
> core.c:628: Test failed: Got unexpected rect bottom 0.
> core.c:612: Test failed: Got unexpected height 1.
> core.c:614: Test failed: Got unexpected height 1.
> core.c:616: Test failed: Got unexpected height 1.
> core.c:619: Test failed: Got unexpected height 1.
> core.c:624: Test failed: Got unexpected height 1.
> core.c:627: Test failed: Got unexpected rect right 0.
> core.c:628: Test failed: Got unexpected rect bottom 0.
> Makefile:234: recipe for target 'core.ok' failed
> make[1]: *** [core.ok] Error 35

You're right, I forgot to put the todo_wine in after testing on Windows -_-
I'll fixup and resend.



More information about the wine-devel mailing list