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
ebfd1d3d
Commit
ebfd1d3d
authored
Oct 30, 2017
by
Marcus Meissner
Committed by
Alexandre Julliard
Oct 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Removed a unreliable test.
Signed-off-by:
Marcus Meissner
<
meissner@suse.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c296e7de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
clipboard.c
dlls/user32/tests/clipboard.c
+2
-4
No files found.
dlls/user32/tests/clipboard.c
View file @
ebfd1d3d
...
@@ -1759,10 +1759,8 @@ static void test_handles( HWND hwnd )
...
@@ -1759,10 +1759,8 @@ static void test_handles( HWND hwnd )
h
=
SetClipboardData
(
0xdeadbeef
,
hfixed
);
h
=
SetClipboardData
(
0xdeadbeef
,
hfixed
);
ok
(
h
==
hfixed
,
"got %p
\n
"
,
h
);
ok
(
h
==
hfixed
,
"got %p
\n
"
,
h
);
ok
(
is_fixed
(
h
),
"expected fixed mem %p
\n
"
,
h
);
ok
(
is_fixed
(
h
),
"expected fixed mem %p
\n
"
,
h
);
#ifndef _WIN64
if
(
0
)
/* this test is unreliable / crashes */
/* testing if hfixed2 is freed triggers an exception on Win64 */
ok
(
is_freed
(
hfixed2
),
"expected freed mem %p
\n
"
,
hfixed2
);
ok
(
is_freed
(
hfixed2
)
||
broken
(
!
is_freed
(
hfixed2
))
/* < Vista */
,
"expected freed mem %p
\n
"
,
hfixed2
);
#endif
r
=
CloseClipboard
();
r
=
CloseClipboard
();
ok
(
r
,
"gle %d
\n
"
,
GetLastError
()
);
ok
(
r
,
"gle %d
\n
"
,
GetLastError
()
);
...
...
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