https://bugs.winehq.org/show_bug.cgi?id=39516
Bug ID: 39516 Summary: Listview tests consistently fail Product: Wine Version: 1.7.53 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: bunglehead@gmail.com Distribution: ---
After commit http://source.winehq.org/git/wine.git/commit/4dd26ee814abb66731d075eb871f636...
From 4dd26ee814abb66731d075eb871f6367994f2682 Mon Sep 17 00:00:00 2001
From: Piotr Caban piotr@codeweavers.com Date: Tue, 6 Oct 2015 16:19:42 +0200 Subject: [PATCH] comctl32: Don't ask for WM_MOUSEHOVER messages when LVS_EX_TRACKSELECT was not specified.
Signed-off-by: Piotr Caban piotr@codeweavers.com
make listview.ok fails on every run for me, errors are:
--- ../../../../wine-git/tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so listview && touch listview.ok listview.c:5804: Test failed: hwndTrack != hwnd listview.c:5805: Test failed: dwFlags = 0 Makefile:525: recipe for target 'listview.ok' failed make: *** [listview.ok] Error 2 ---
reverting this patch helps.