[PATCH 3/3] oleacc: Add AccessibleObjectFromPoint tests.
From: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/oleacc/tests/main.c | 66 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=102738 Your paranoid android. === w7u_2qxl (32 bit report) === oleacc: main.c:1335: Test failed: got 0 main.c:1336: Test failed: got 0x3, expected 0 === w7u_adm (32 bit report) === oleacc: main.c:1335: Test failed: got 0 main.c:1336: Test failed: got 0x3, expected 0 === w7u_el (32 bit report) === oleacc: main.c:1335: Test failed: got 0 main.c:1336: Test failed: got 0x3, expected 0 === w8 (32 bit report) === oleacc: main.c:1335: Test failed: got 0 main.c:1336: Test failed: got 0x3, expected 0 main.c:1345: Test failed: hwnd = 000100BA, expected 00030192 main.c:1361: Test failed: hwnd = 000100BA, expected 00080030 main.c:1365: Test failed: got 0xa, expected 0x2a === w8adm (32 bit report) === oleacc: main.c:1335: Test failed: got 0 main.c:1336: Test failed: got 0x3, expected 0 main.c:1345: Test failed: hwnd = 000100BE, expected 0005019A main.c:1361: Test failed: hwnd = 000100BE, expected 000201A2 main.c:1365: Test failed: got 0xa, expected 0x2a === w864 (32 bit report) === oleacc: main.c:1335: Test failed: got 0 main.c:1336: Test failed: got 0x3, expected 0 main.c:1345: Test failed: hwnd = 000100F2, expected 00070102 main.c:1361: Test failed: hwnd = 000100F2, expected 00060040 main.c:1365: Test failed: got 0xa, expected 0x2a === w864 (64 bit report) === oleacc: main.c:1335: Test failed: got 0 main.c:1336: Test failed: got 0x3, expected 0 main.c:1345: Test failed: hwnd = 00000000000100F2, expected 0000000000070102 main.c:1361: Test failed: hwnd = 00000000000100F2, expected 0000000000060040 main.c:1365: Test failed: got 0xa, expected 0x2a
participants (2)
-
Marvin -
Piotr Caban