Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
0d017b12
Commit
0d017b12
authored
Mar 10, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Remove todo from a test that seems to succeed reliably now.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
8d206333
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
win.c
dlls/user32/tests/win.c
+0
-1
No files found.
dlls/user32/tests/win.c
View file @
0d017b12
...
@@ -3075,7 +3075,6 @@ todo_wine
...
@@ -3075,7 +3075,6 @@ todo_wine
old_wnd_proc
=
(
WNDPROC
)
SetWindowLongPtrA
(
hwnd
,
GWLP_WNDPROC
,
(
LONG_PTR
)
set_focus_on_activate_proc
);
old_wnd_proc
=
(
WNDPROC
)
SetWindowLongPtrA
(
hwnd
,
GWLP_WNDPROC
,
(
LONG_PTR
)
set_focus_on_activate_proc
);
ShowWindow
(
hwnd
,
SW_RESTORE
);
ShowWindow
(
hwnd
,
SW_RESTORE
);
ok
(
GetActiveWindow
()
==
hwnd
,
"parent window %p should be active
\n
"
,
hwnd
);
ok
(
GetActiveWindow
()
==
hwnd
,
"parent window %p should be active
\n
"
,
hwnd
);
todo_wine
ok
(
GetFocus
()
==
child
,
"Focus should be on child %p, not %p
\n
"
,
child
,
GetFocus
()
);
ok
(
GetFocus
()
==
child
,
"Focus should be on child %p, not %p
\n
"
,
child
,
GetFocus
()
);
SetWindowLongPtrA
(
hwnd
,
GWLP_WNDPROC
,
(
LONG_PTR
)
old_wnd_proc
);
SetWindowLongPtrA
(
hwnd
,
GWLP_WNDPROC
,
(
LONG_PTR
)
old_wnd_proc
);
...
...
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