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
307b9fb6
Commit
307b9fb6
authored
Jan 22, 2010
by
Paul Vriens
Committed by
Alexandre Julliard
Jan 22, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xmllite/tests: Remove some tests that make Vista SP0 crash.
parent
89092c92
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
reader.c
dlls/xmllite/tests/reader.c
+0
-7
No files found.
dlls/xmllite/tests/reader.c
View file @
307b9fb6
...
...
@@ -176,7 +176,6 @@ static void test_reader_create(void)
{
HRESULT
hr
;
IXmlReader
*
reader
;
IMalloc
*
imalloc
;
IUnknown
*
input
;
/* crashes native */
...
...
@@ -189,12 +188,6 @@ static void test_reader_create(void)
hr
=
pCreateXmlReader
(
&
IID_IXmlReader
,
(
LPVOID
*
)
&
reader
,
NULL
);
ok
(
hr
==
S_OK
,
"Expected S_OK, got %08x
\n
"
,
hr
);
hr
=
CoGetMalloc
(
1
,
&
imalloc
);
ok
(
hr
==
S_OK
,
"Expected S_OK, got %08x
\n
"
,
hr
);
hr
=
IMalloc_DidAlloc
(
imalloc
,
reader
);
ok
(
hr
!=
1
,
"Expected 0 or -1, got %08x
\n
"
,
hr
);
/* Null input pointer, releases previous input */
hr
=
IXmlReader_SetInput
(
reader
,
NULL
);
ok
(
hr
==
S_OK
,
"Expected S_OK, got %08x
\n
"
,
hr
);
...
...
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