[PATCH 4/4] comctl32: Add listbox WM_MEASUREITEM tests
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/comctl32/tests/listbox.c | 54 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+)
Hi, While running your changed tests on Windows, 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=36281 Your paranoid android. === wxppro (32 bit listbox) === listbox.c:260: Test failed: mi->itemData = 00000000, expected 004DC9A6 listbox.c:260: Test failed: mi->itemData = 00000000, expected 004DC9A6 === w2003std (32 bit listbox) === listbox.c:260: Test failed: mi->itemData = 00000000, expected 004DC9A6 listbox.c:260: Test failed: mi->itemData = 00000000, expected 004DC9A6 === wvistau64 (32 bit listbox) === listbox.c:938: Test failed: SendMessage(LB_DIR, DDL_DIRECTORY|DDL_EXCLUSIVE, *) failed err 18 === w7u (32 bit listbox) === listbox.c:248: Test failed: mi->itemHeight = 18 listbox.c:260: Test failed: mi->itemData = 00000000, expected 004DC9B2 listbox.c:248: Test failed: mi->itemHeight = 18 listbox.c:260: Test failed: mi->itemData = 00000000, expected 004DC9B2 listbox.c:248: Test failed: mi->itemHeight = 18 listbox.c:248: Test failed: mi->itemHeight = 18 listbox.c:248: Test failed: mi->itemHeight = 18 listbox.c:248: Test failed: mi->itemHeight = 18 listbox.c:248: Test failed: mi->itemHeight = 18 listbox.c:248: Test failed: mi->itemHeight = 18 listbox.c:248: Test failed: mi->itemHeight = 18 listbox.c:248: Test failed: mi->itemHeight = 18 === w8 (32 bit listbox) === listbox.c:260: Test failed: mi->itemData = 00000000, expected 004DC9A6 listbox.c:260: Test failed: mi->itemData = 00000000, expected 004DC9A6 === w864 (32 bit listbox) === listbox.c:260: Test failed: mi->itemData = 00000000, expected 004DC9A6 listbox.c:260: Test failed: mi->itemData = 00000000, expected 004DC9A6 === wvistau64 (64 bit listbox) === listbox.c:938: Test failed: SendMessage(LB_DIR, DDL_DIRECTORY|DDL_EXCLUSIVE, *) failed err 18 === w2008s64 (64 bit listbox) === listbox.c:260: Test failed: mi->itemData = 00000000, expected 00000000004BEAAA listbox.c:260: Test failed: mi->itemData = 00000000, expected 00000000004BEAAA The previous 2 run(s) terminated abnormally === w864 (64 bit listbox) === listbox.c:260: Test failed: mi->itemData = 00000000, expected 00000000004BEAAA listbox.c:260: Test failed: mi->itemData = 00000000, expected 00000000004BEAAA
participants (2)
-
Marvin -
Piotr Caban