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
d9ffbe4e
Commit
d9ffbe4e
authored
May 19, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
May 19, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi/tests: Use win_skip() to skip over unimplemented functionality.
parent
4d8cf750
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
install.c
dlls/msi/tests/install.c
+2
-2
msi.c
dlls/msi/tests/msi.c
+5
-5
source.c
dlls/msi/tests/source.c
+7
-7
No files found.
dlls/msi/tests/install.c
View file @
d9ffbe4e
...
...
@@ -3322,7 +3322,7 @@ static void test_publish(void)
if
(
!
pMsiQueryComponentStateA
)
{
skip
(
"MsiQueryComponentStateA is not available
\n
"
);
win_
skip
(
"MsiQueryComponentStateA is not available
\n
"
);
return
;
}
...
...
@@ -3810,7 +3810,7 @@ static void test_publishsourcelist(void)
if
(
!
pMsiSourceListEnumSourcesA
||
!
pMsiSourceListGetInfoA
)
{
skip
(
"MsiSourceListEnumSourcesA and/or MsiSourceListGetInfoA are not available
\n
"
);
win_
skip
(
"MsiSourceListEnumSourcesA and/or MsiSourceListGetInfoA are not available
\n
"
);
return
;
}
...
...
dlls/msi/tests/msi.c
View file @
d9ffbe4e
...
...
@@ -190,7 +190,7 @@ static void test_usefeature(void)
if
(
!
pMsiUseFeatureExA
)
{
skip
(
"MsiUseFeatureExA not implemented
\n
"
);
win_
skip
(
"MsiUseFeatureExA not implemented
\n
"
);
return
;
}
...
...
@@ -408,7 +408,7 @@ static void test_MsiGetFileHash(void)
if
(
!
pMsiGetFileHashA
)
{
skip
(
"MsiGetFileHash not implemented
\n
"
);
win_
skip
(
"MsiGetFileHash not implemented
\n
"
);
return
;
}
...
...
@@ -1221,7 +1221,7 @@ static void test_MsiQueryComponentState(void)
if
(
!
pMsiQueryComponentStateA
)
{
skip
(
"MsiQueryComponentStateA not implemented
\n
"
);
win_
skip
(
"MsiQueryComponentStateA not implemented
\n
"
);
return
;
}
...
...
@@ -3864,7 +3864,7 @@ static void test_MsiGetProductInfoEx(void)
if
(
!
pMsiGetProductInfoExA
)
{
skip
(
"MsiGetProductInfoExA is not available
\n
"
);
win_
skip
(
"MsiGetProductInfoExA is not available
\n
"
);
return
;
}
...
...
@@ -10958,7 +10958,7 @@ START_TEST(msi)
test_MsiGetFileHash
();
if
(
!
pConvertSidToStringSidA
)
skip
(
"ConvertSidToStringSidA not implemented
\n
"
);
win_
skip
(
"ConvertSidToStringSidA not implemented
\n
"
);
else
{
/* These tests rely on get_user_sid that needs ConvertSidToStringSidA */
...
...
dlls/msi/tests/source.c
View file @
d9ffbe4e
...
...
@@ -193,7 +193,7 @@ static void test_MsiSourceListGetInfo(void)
if
(
!
pMsiSourceListGetInfoA
)
{
skip
(
"Skipping MsiSourceListGetInfoA tests
\n
"
);
win_
skip
(
"Skipping MsiSourceListGetInfoA tests
\n
"
);
return
;
}
...
...
@@ -645,7 +645,7 @@ static void test_MsiSourceListAddSourceEx(void)
if
(
!
pMsiSourceListAddSourceExA
)
{
skip
(
"Skipping MsiSourceListAddSourceExA tests
\n
"
);
win_
skip
(
"Skipping MsiSourceListAddSourceExA tests
\n
"
);
return
;
}
...
...
@@ -1018,7 +1018,7 @@ static void test_MsiSourceListEnumSources(void)
if
(
!
pMsiSourceListEnumSourcesA
)
{
skip
(
"MsiSourceListEnumSourcesA is not available
\n
"
);
win_
skip
(
"MsiSourceListEnumSourcesA is not available
\n
"
);
return
;
}
...
...
@@ -1620,7 +1620,7 @@ static void test_MsiSourceListSetInfo(void)
if
(
!
pMsiSourceListSetInfoA
)
{
skip
(
"MsiSourceListSetInfoA is not available
\n
"
);
win_
skip
(
"MsiSourceListSetInfoA is not available
\n
"
);
return
;
}
...
...
@@ -2030,7 +2030,7 @@ static void test_MsiSourceListAddMediaDisk(void)
if
(
!
pMsiSourceListAddMediaDiskA
)
{
skip
(
"MsiSourceListAddMediaDiskA is not available
\n
"
);
win_
skip
(
"MsiSourceListAddMediaDiskA is not available
\n
"
);
return
;
}
...
...
@@ -2332,7 +2332,7 @@ static void test_MsiSourceListEnumMediaDisks(void)
if
(
!
pMsiSourceListEnumMediaDisksA
)
{
skip
(
"MsiSourceListEnumMediaDisksA is not available
\n
"
);
win_
skip
(
"MsiSourceListEnumMediaDisksA is not available
\n
"
);
return
;
}
...
...
@@ -3131,7 +3131,7 @@ static void test_MsiSourceListAddSource(void)
if
(
!
pMsiSourceListAddSourceA
)
{
skip
(
"Skipping MsiSourceListAddSourceA tests
\n
"
);
win_
skip
(
"Skipping MsiSourceListAddSourceA tests
\n
"
);
return
;
}
...
...
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