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
098aa2be
Commit
098aa2be
authored
Nov 28, 2016
by
Huw Davies
Committed by
Alexandre Julliard
Nov 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wintrust/tests: Remove a test that crashes on Windows 8 amd 10.
Signed-off-by:
Huw Davies
<
huw@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9430954c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
softpub.c
dlls/wintrust/tests/softpub.c
+0
-9
No files found.
dlls/wintrust/tests/softpub.c
View file @
098aa2be
...
...
@@ -776,15 +776,6 @@ static void test_sip_create_indirect_data(void)
ret
=
CryptSIPCreateIndirectData_p
(
&
subjinfo
,
NULL
,
NULL
);
ok
(
!
ret
&&
GetLastError
()
==
ERROR_INVALID_PARAMETER
,
"expected ERROR_INVALID_PARAMETER, got %d
\n
"
,
GetLastError
());
count
=
0xdeadbeef
;
SetLastError
(
0xdeadbeef
);
ret
=
CryptSIPCreateIndirectData_p
(
&
subjinfo
,
&
count
,
NULL
);
todo_wine
ok
(
!
ret
&&
(
GetLastError
()
==
NTE_BAD_ALGID
||
GetLastError
()
==
ERROR_INVALID_PARAMETER
/* Win7 */
),
"expected NTE_BAD_ALGID or ERROR_INVALID_PARAMETER, got %08x
\n
"
,
GetLastError
());
ok
(
count
==
0xdeadbeef
,
"expected count to be unmodified, got %d
\n
"
,
count
);
subjinfo
.
DigestAlgorithm
.
pszObjId
=
oid_sha1
;
count
=
0xdeadbeef
;
ret
=
CryptSIPCreateIndirectData_p
(
&
subjinfo
,
&
count
,
NULL
);
...
...
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