[try 2] Test for window messages of a property sheet with custom dialog proc (bug 12104)

Bernhard Übelacker bernhardu at vr-web.de
Sat Nov 13 03:59:41 CST 2010


Am Donnerstag 11 November 2010 schrieben Sie:
> On 11/06/2010 11:16 AM, Bernhard Übelacker wrote:
> > Hello,
> > this patch checks for correct arrival of messages to a subclassed property page.
> >
> > For this bug http://bugs.winehq.org/show_bug.cgi?id=12104 specifically
> > the first WM_SIZE message is interesting which is not sent in wine.
> >
> > I have changed the patch based on the feedback I got on my first mail.
> > (http://www.winehq.org/pipermail/wine-devel/2010-October/087474.html)
> >
> > Now I am using the msg.h facilities for checking the messages.
> >
> > Kind regards,
> > Bernhard
> >
> 
> Hi,
> 
> Ever since this patch the shell32:shlexec tests fail on NT4 and W2K:
> 
> http://test.winehq.org/data/tests/shell32:shlexec.html
> 
> I can reproduce easily by running (on a clean Windows box):
> 
> winetest-latest.exe comctl32:propsheet shell32:shlexec
> 
> This will throw some error dialog boxes and I'm also unable to 
> double-click items in the "Windows Explorer".
> 
> Thoughts/Ideas/Suggestions?
> 
> 

Hello,
I can also reproduce this on a nt4 virtualbox.

When running an older winetest-latest from 2010-11-05 [1]
then there is already a crash in explorer.exe happening.

When running a winetest-latest from 2010-11-08 [2]
there is this crash also but then winetest-shell "sleeps some time".
After this for example a double click on my computer does not open an
explorer window.

When I run both tests as single files from a "make crosstest"
I was not able to reproduce neither the explorer crash or the explorer
windows not opening.

Can someone provide some pointers how the winetest-latest.exe at the
testbot is built?

[1] http://testbot.winehq.org/JobDetails.pl?Key=6831#k104
[2] http://testbot.winehq.org/JobDetails.pl?Key=6895#k104

Kind regards,
Bernhard



More information about the wine-devel mailing list