Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
9d3adf68
Commit
9d3adf68
authored
Jul 06, 2018
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Remove a duplicate todo test.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
35289f81
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
44 deletions
+1
-44
msg.c
dlls/user32/tests/msg.c
+1
-44
No files found.
dlls/user32/tests/msg.c
View file @
9d3adf68
...
@@ -774,37 +774,6 @@ static const struct message WmCreateInvisibleMaxPopupSeq[] = {
...
@@ -774,37 +774,6 @@ static const struct message WmCreateInvisibleMaxPopupSeq[] = {
{
0
}
{
0
}
};
};
/* ShowWindow(SW_SHOWMAXIMIZED) for a resized not visible popup window */
/* ShowWindow(SW_SHOWMAXIMIZED) for a resized not visible popup window */
static
const
struct
message
WmShowMaxPopupResizedSeq_todo
[]
=
{
{
HCBT_MINMAX
,
hook
|
lparam
,
0
,
SW_MAXIMIZE
},
{
WM_GETMINMAXINFO
,
sent
},
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
,
SWP_SHOWWINDOW
|
SWP_FRAMECHANGED
},
{
WM_NCCALCSIZE
,
sent
|
wparam
,
TRUE
},
{
EVENT_OBJECT_SHOW
,
winevent_hook
|
wparam
|
lparam
,
0
,
0
},
{
HCBT_ACTIVATE
,
hook
},
{
EVENT_SYSTEM_FOREGROUND
,
winevent_hook
|
wparam
|
lparam
,
0
,
0
},
{
WM_QUERYNEWPALETTE
,
sent
|
wparam
|
lparam
|
optional
,
0
,
0
},
{
WM_WINDOWPOSCHANGING
,
sent
|
wparam
|
optional
,
SWP_NOSIZE
|
SWP_NOMOVE
},
{
WM_NCPAINT
,
sent
|
wparam
|
optional
,
1
},
{
WM_ERASEBKGND
,
sent
|
optional
},
{
WM_WINDOWPOSCHANGED
,
sent
|
wparam
|
optional
,
SWP_NOSIZE
|
SWP_NOMOVE
|
SWP_NOCLIENTSIZE
|
SWP_NOCLIENTMOVE
},
{
WM_ACTIVATEAPP
,
sent
|
wparam
,
1
},
{
WM_NCACTIVATE
,
sent
},
{
WM_ACTIVATE
,
sent
|
wparam
,
1
},
{
HCBT_SETFOCUS
,
hook
},
{
WM_IME_SETCONTEXT
,
sent
|
wparam
|
defwinproc
|
optional
,
1
},
{
WM_IME_NOTIFY
,
sent
|
wparam
|
defwinproc
|
optional
,
2
},
{
EVENT_OBJECT_FOCUS
,
winevent_hook
|
wparam
|
lparam
,
OBJID_CLIENT
,
0
},
{
WM_SETFOCUS
,
sent
|
wparam
|
defwinproc
,
0
},
{
WM_GETTEXT
,
sent
|
optional
},
{
WM_NCPAINT
,
sent
|
wparam
|
optional
,
1
},
{
WM_ERASEBKGND
,
sent
|
optional
},
{
WM_WINDOWPOSCHANGED
,
sent
},
/* WinNT4.0 sends WM_MOVE */
{
WM_MOVE
,
sent
|
defwinproc
|
optional
},
{
WM_SIZE
,
sent
|
defwinproc
|
wparam
,
SIZE_MAXIMIZED
},
{
EVENT_OBJECT_LOCATIONCHANGE
,
winevent_hook
|
wparam
|
lparam
,
0
,
0
},
{
0
}
};
static
const
struct
message
WmShowMaxPopupResizedSeq
[]
=
{
static
const
struct
message
WmShowMaxPopupResizedSeq
[]
=
{
{
HCBT_MINMAX
,
hook
|
lparam
,
0
,
SW_MAXIMIZE
},
{
HCBT_MINMAX
,
hook
|
lparam
,
0
,
SW_MAXIMIZE
},
{
WM_GETMINMAXINFO
,
sent
},
{
WM_GETMINMAXINFO
,
sent
},
...
@@ -827,7 +796,7 @@ static const struct message WmShowMaxPopupResizedSeq[] = {
...
@@ -827,7 +796,7 @@ static const struct message WmShowMaxPopupResizedSeq[] = {
{
EVENT_OBJECT_FOCUS
,
winevent_hook
|
wparam
|
lparam
,
OBJID_CLIENT
,
0
},
{
EVENT_OBJECT_FOCUS
,
winevent_hook
|
wparam
|
lparam
,
OBJID_CLIENT
,
0
},
{
WM_SETFOCUS
,
sent
|
wparam
|
defwinproc
,
0
},
{
WM_SETFOCUS
,
sent
|
wparam
|
defwinproc
,
0
},
{
WM_GETTEXT
,
sent
|
optional
},
{
WM_GETTEXT
,
sent
|
optional
},
{
WM_NCPAINT
,
sent
|
optional
},
/* We'll check WM_NCPAINT behaviour in another test */
{
WM_NCPAINT
,
sent
|
wparam
|
optional
,
1
},
{
WM_ERASEBKGND
,
sent
|
optional
},
{
WM_ERASEBKGND
,
sent
|
optional
},
{
WM_WINDOWPOSCHANGED
,
sent
},
{
WM_WINDOWPOSCHANGED
,
sent
},
/* WinNT4.0 sends WM_MOVE */
/* WinNT4.0 sends WM_MOVE */
...
@@ -4752,18 +4721,6 @@ static void test_showwindow(void)
...
@@ -4752,18 +4721,6 @@ static void test_showwindow(void)
DestroyWindow
(
hwnd
);
DestroyWindow
(
hwnd
);
flush_sequence
();
flush_sequence
();
/* Test again, this time the NC_PAINT message */
hwnd
=
CreateWindowExA
(
0
,
"TestWindowClass"
,
"Test popup"
,
WS_POPUP
|
WS_MAXIMIZE
,
100
,
100
,
200
,
200
,
0
,
0
,
0
,
NULL
);
ok
(
hwnd
!=
0
,
"Failed to create popup window
\n
"
);
SetWindowPos
(
hwnd
,
0
,
10
,
10
,
200
,
200
,
SWP_NOZORDER
|
SWP_NOACTIVATE
);
flush_sequence
();
ShowWindow
(
hwnd
,
SW_SHOWMAXIMIZED
);
ok_sequence
(
WmShowMaxPopupResizedSeq_todo
,
"ShowWindow(SW_SHOWMAXIMIZED):invisible maximized and resized popup TODO"
,
FALSE
);
DestroyWindow
(
hwnd
);
flush_sequence
();
/* Test 2:
/* Test 2:
* 1. Create invisible maximized popup window.
* 1. Create invisible maximized popup window.
* 2. Show it maximized.
* 2. Show it maximized.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment