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
e36e8d4a
Commit
e36e8d4a
authored
May 05, 2023
by
Francois Gouget
Committed by
Alexandre Julliard
May 15, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sti/tests: Use win_skip() for missing APIs.
A missing API is a todo in Wine.
parent
d84077c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
sti.c
dlls/sti/tests/sti.c
+5
-5
No files found.
dlls/sti/tests/sti.c
View file @
e36e8d4a
...
...
@@ -116,7 +116,7 @@ static void test_version_flag_versus_aw(void)
ok
(
0
,
"could not create StillImageW, hr = 0x%lX
\n
"
,
hr
);
}
else
skip
(
"No StiCreateInstance function
\n
"
);
win_
skip
(
"No StiCreateInstance function
\n
"
);
if
(
pStiCreateInstanceA
)
{
...
...
@@ -137,7 +137,7 @@ static void test_version_flag_versus_aw(void)
todo_wine
ok
(
0
,
"could not create StillImageA, hr = 0x%lX
\n
"
,
hr
);
}
else
skip
(
"No StiCreateInstanceA function
\n
"
);
win_
skip
(
"No StiCreateInstanceA function
\n
"
);
if
(
pStiCreateInstanceW
)
{
...
...
@@ -158,7 +158,7 @@ static void test_version_flag_versus_aw(void)
ok
(
0
,
"could not create StillImageW, hr = 0x%lX
\n
"
,
hr
);
}
else
skip
(
"No StiCreateInstanceW function
\n
"
);
win_
skip
(
"No StiCreateInstanceW function
\n
"
);
}
static
void
test_stillimage_aggregation
(
void
)
...
...
@@ -225,7 +225,7 @@ static void test_stillimage_aggregation(void)
IUnknown_Release
(
pUnknown
);
}
else
skip
(
"No StiCreateInstanceW function
\n
"
);
win_
skip
(
"No StiCreateInstanceW function
\n
"
);
}
static
void
test_launch_app_registry
(
void
)
...
...
@@ -271,7 +271,7 @@ START_TEST(sti)
FreeLibrary
(
sti_dll
);
}
else
skip
(
"could not load sti.dll
\n
"
);
win_
skip
(
"could not load sti.dll
\n
"
);
CoUninitialize
();
}
else
...
...
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