ddraw.txt and gui

Dmitry Timoshkov dmitry at baikal.ru
Mon Sep 29 03:57:20 CDT 2003


"Dimitrie O. Paun" <dpaun at rogers.com> wrote:

> Well, I did a _bit_ of the test, and things are not looking
> good. I just did the {Create,Show,Destroy}Window tests for
> overlapped and child windows, and I get quite a bit of failures.
> Before we go around wine tweaking things to match the tests,
> I'd like to have the test run on a bunch of Windows versions
> to make sure things are right.

I assume that the reported failures were produced by running
your test under Wine? Right?

It seems that the test you were running is a bit different
from the one you posted to the list, line numbers don't match.

I'm attaching a diff between your output and an output of
the test run under win2k (line numbers were stripped before
the diff).

-- 
Dmitry.
-------------- next part --------------
--- msg_dimi.txt	Mon Sep 29 08:50:26 2003
+++ msg_win2k.txt	Mon Sep 29 08:52:36 2003
@@ -5,40 +5,36 @@
 Test failed: ShowWindow:overlapped: msg 0x18 should have been sent
 Test failed: ShowWindow:overlapped: in msg 0x46 expecting wParam 0x43 got 0x0
 Test failed: ShowWindow:overlapped: msg 0x46 should have been sent
-Test failed: ShowWindow:overlapped: unexpected msg 0x83
-Test failed: ShowWindow:overlapped: unexpected msg 0x30f
-Test failed: ShowWindow:overlapped: unexpected msg 0x1c
-Test failed: ShowWindow:overlapped: unexpected msg 0x86
+Test failed: ShowWindow:overlapped: in msg 0x46 expecting wParam 0x3 got 0x0
+Test failed: ShowWindow:overlapped: msg 0x46 should have been sent
+Test failed: ShowWindow:overlapped: msg 0x1c should have been sent
+Test failed: ShowWindow:overlapped: msg 0x86 should have been sent
+Test failed: ShowWindow:overlapped: msg 0xd should have been sent
 Test failed: ShowWindow:overlapped: msg 0x6 should have been sent
-Test failed: ShowWindow:overlapped: msg 0x7 should have been sent
+Test failed: ShowWindow:overlapped: unexpected msg 0x281
+Test failed: ShowWindow:overlapped: unexpected msg 0x7
+Test failed: ShowWindow:overlapped: unexpected msg 0x85
+Test failed: ShowWindow:overlapped: unexpected msg 0xd
+Test failed: ShowWindow:overlapped: unexpected msg 0x14
 Test failed: ShowWindow:overlapped: unexpected msg 0x47
 Test failed: ShowWindow:overlapped: unexpected msg 0x5
 Test failed: ShowWindow:overlapped: unexpected msg 0x3
-Test failed: ShowWindow:overlapped: message 0x46 was not received
-Test failed: ShowWindow:overlapped: message 0x1c was not received
-Test failed: ShowWindow:overlapped: message 0x86 was not received
-Test failed: ShowWindow:overlapped: message 0xd was not received
+Test failed: ShowWindow:overlapped: message 0x7 was not received
 Test failed: ShowWindow:overlapped: message 0x85 was not received
 Test failed: ShowWindow:overlapped: message 0xd was not received
 Test failed: ShowWindow:overlapped: message 0x14 was not received
 Test failed: ShowWindow:overlapped: message 0x47 was not received
 Test failed: ShowWindow:overlapped: message 0x5 was not received
 Test failed: ShowWindow:overlapped: message 0x3 was not received
-Test failed: DestroyWindow:overlapped: unexpected msg 0x8
-Test failed: DestroyWindow:overlapped: unexpected msg 0x18
-Test failed: DestroyWindow:overlapped: unexpected msg 0x46
-Test failed: DestroyWindow:overlapped: unexpected msg 0x47
-Test failed: DestroyWindow:overlapped: unexpected msg 0x86
-Test failed: DestroyWindow:overlapped: unexpected msg 0x6
-Test failed: DestroyWindow:overlapped: unexpected msg 0x1c
+Test failed: DestroyWindow:overlapped: msg 0x46 should have been sent
+Test failed: DestroyWindow:overlapped: msg 0x47 should have been sent
+Test failed: DestroyWindow:overlapped: msg 0x86 should have been sent
+Test failed: DestroyWindow:overlapped: msg 0x6 should have been sent
+Test failed: DestroyWindow:overlapped: msg 0x1c should have been sent
+Test failed: DestroyWindow:overlapped: msg 0x8 should have been sent
+Test failed: DestroyWindow:overlapped: unexpected msg 0x281
 Test failed: DestroyWindow:overlapped: unexpected msg 0x2
 Test failed: DestroyWindow:overlapped: unexpected msg 0x82
-Test failed: DestroyWindow:overlapped: message 0x46 was not received
-Test failed: DestroyWindow:overlapped: message 0x47 was not received
-Test failed: DestroyWindow:overlapped: message 0x86 was not received
-Test failed: DestroyWindow:overlapped: message 0x6 was not received
-Test failed: DestroyWindow:overlapped: message 0x1c was not received
-Test failed: DestroyWindow:overlapped: message 0x8 was not received
 Test failed: DestroyWindow:overlapped: message 0x2 was not received
 Test failed: DestroyWindow:overlapped: message 0x82 was not received
 Test failed: CreateWindow:child: msg 0x81 should have been sent
@@ -47,8 +43,12 @@
 Test failed: CreateWindow:child: msg 0x5 should have been sent
 Test failed: CreateWindow:child: msg 0x3 should have been sent
 Test failed: ShowWindow:child: msg 0x18 should have been sent
-Test failed: ShowWindow:child: msg 0x46 should have been sent
-Test failed: ShowWindow:child: unexpected msg 0x83
-Test failed: ShowWindow:child: unexpected msg 0x47
+Test failed: ShowWindow:child: message 0x46 was not received
 Test failed: ShowWindow:child: message 0x47 was not received
-Test failed: DestroyWindow:child: msg 0x18 should have been
+Test failed: DestroyWindow:child: msg 0x18 should have been sent
+Test failed: DestroyWindow:child: unexpected msg 0x2
+Test failed: DestroyWindow:child: unexpected msg 0x82
+Test failed: DestroyWindow:child: message 0x46 was not received
+Test failed: DestroyWindow:child: message 0x47 was not received
+Test failed: DestroyWindow:child: message 0x2 was not received
+Test failed: DestroyWindow:child: message 0x82 was not received


More information about the wine-devel mailing list