2018-06-15 13:16 GMT+02:00 Alexandre Julliard <julliard(a)winehq.org>:
Matteo Bruni <mbruni(a)codeweavers.com> writes:
From: Kieran Duggan <kieranduggan15(a)gmail.com>
Signed-off-by: Kieran Duggan <kieranduggan15(a)gmail.com> Signed-off-by: Matteo Bruni <mbruni(a)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.