On 1/18/07, Dan Kegel dank@kegel.com wrote:
... running [comctl32's updown test in windows] found two failures:
updown.c:509: Test failed: create parent window: the msg 0x0281 was expected, but got msg 0x0007 instead updown.c:522: Test failed: add updown control with edit: in msg 0x0005 expecting lParam 0x4b005b got 0x440065 updown: 133 tests executed (0 marked as todo, 2 failures), 0 skipped.
I guess it needs a bit of tweaking. The system I tested it on is running Win XP Professional Version 2002 Service Pack 2.
Oh, and it fails on Wine from git, too: updown.c:509: Test failed: create parent window: the msg 0x0046 was expected, but got msg 0x030f instead updown.c:521: Test failed: add updown control to parent: the msg 0x0055 was expected, but got msg 0x0210 instead updown.c:522: Test failed: add updown control with edit: in msg 0x0005 expecting lParam 0x4b005b got 0x4b0050 updown: 85 tests executed (0 marked as todo, 3 failures), 0 skipped.
That was just about the first thing I've ever built and run on edgy, but I think I did it right (firefox runs). - Dan