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
7d725954
Commit
7d725954
authored
Mar 24, 2016
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 24, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3/tests: Use win_skip() consistently.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f21fc727
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
saxreader.c
dlls/msxml3/tests/saxreader.c
+2
-2
xmldoc.c
dlls/msxml3/tests/xmldoc.c
+1
-1
No files found.
dlls/msxml3/tests/saxreader.c
View file @
7d725954
...
...
@@ -5592,7 +5592,7 @@ START_TEST(saxreader)
if
(
FAILED
(
hr
))
{
skip
(
"Failed to create SAXXMLReader instance
\n
"
);
win_
skip
(
"Failed to create SAXXMLReader instance
\n
"
);
CoUninitialize
();
return
;
}
...
...
@@ -5642,7 +5642,7 @@ START_TEST(saxreader)
test_mxattr_dispex
();
}
else
skip
(
"SAXAttributes not supported
\n
"
);
win_
skip
(
"SAXAttributes not supported
\n
"
);
CoUninitialize
();
}
dlls/msxml3/tests/xmldoc.c
View file @
7d725954
...
...
@@ -515,7 +515,7 @@ static BOOL test_try_xmldoc(void)
&
IID_IXMLDocument
,
(
LPVOID
*
)
&
doc
);
if
(
FAILED
(
hr
))
{
skip
(
"Failed to create XMLDocument instance
\n
"
);
win_
skip
(
"Failed to create XMLDocument instance
\n
"
);
return
FALSE
;
}
...
...
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