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
d5b324e3
Commit
d5b324e3
authored
Feb 25, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 25, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dplayx/tests: Use win_skip() to skip over unimplemented functionality.
parent
3be66542
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
21 deletions
+21
-21
dplayx.c
dlls/dplayx/tests/dplayx.c
+21
-21
No files found.
dlls/dplayx/tests/dplayx.c
View file @
d5b324e3
...
...
@@ -1274,7 +1274,7 @@ static void test_EnumSessions(void)
if
(
hr
==
DPERR_UNINITIALIZED
)
{
skip
(
"EnumSessions not implemented
\n
"
);
todo_wine
win_
skip
(
"EnumSessions not implemented
\n
"
);
return
;
}
...
...
@@ -1623,7 +1623,7 @@ static void test_SessionDesc(void)
if
(
hr
==
DPERR_UNINITIALIZED
)
{
skip
(
"Get/SetSessionDesc not implemented
\n
"
);
todo_wine
win_
skip
(
"Get/SetSessionDesc not implemented
\n
"
);
return
;
}
...
...
@@ -1793,7 +1793,7 @@ static void test_CreatePlayer(void)
if
(
hr
==
DPERR_UNINITIALIZED
)
{
skip
(
"CreatePlayer not implemented
\n
"
);
todo_wine
win_
skip
(
"CreatePlayer not implemented
\n
"
);
return
;
}
...
...
@@ -1975,7 +1975,7 @@ static void test_GetPlayerCaps(void)
if
(
hr
==
DPERR_UNINITIALIZED
)
{
skip
(
"GetPlayerCaps not implemented
\n
"
);
todo_wine
win_
skip
(
"GetPlayerCaps not implemented
\n
"
);
return
;
}
...
...
@@ -2140,7 +2140,7 @@ static void test_PlayerData(void)
if
(
hr
==
DPERR_UNINITIALIZED
)
{
skip
(
"Get/SetPlayerData not implemented
\n
"
);
todo_wine
win_
skip
(
"Get/SetPlayerData not implemented
\n
"
);
return
;
}
...
...
@@ -2395,7 +2395,7 @@ static void test_PlayerName(void)
if
(
hr
==
DPERR_UNINITIALIZED
)
{
skip
(
"Get/SetPlayerName not implemented
\n
"
);
todo_wine
win_
skip
(
"Get/SetPlayerName not implemented
\n
"
);
return
;
}
...
...
@@ -2651,7 +2651,7 @@ static void test_GetPlayerAccount(void)
if
(
hr
==
DP_OK
)
{
skip
(
"GetPlayerAccount not implemented
\n
"
);
todo_wine
win_
skip
(
"GetPlayerAccount not implemented
\n
"
);
return
;
}
...
...
@@ -2835,7 +2835,7 @@ static void test_GetPlayerAddress(void)
if
(
hr
==
DP_OK
)
{
skip
(
"GetPlayerAddress not implemented
\n
"
);
todo_wine
win_
skip
(
"GetPlayerAddress not implemented
\n
"
);
return
;
}
...
...
@@ -2967,7 +2967,7 @@ static void test_GetPlayerFlags(void)
if
(
hr
==
DP_OK
)
{
skip
(
"GetPlayerFlags not implemented
\n
"
);
todo_wine
win_
skip
(
"GetPlayerFlags not implemented
\n
"
);
return
;
}
...
...
@@ -3092,7 +3092,7 @@ static void test_CreateGroup(void)
if
(
hr
==
DPERR_UNINITIALIZED
)
{
skip
(
"CreateGroup not implemented
\n
"
);
todo_wine
win_
skip
(
"CreateGroup not implemented
\n
"
);
return
;
}
...
...
@@ -3381,7 +3381,7 @@ static void test_GroupOwner(void)
if
(
hr
==
DP_OK
)
{
skip
(
"GetGroupOwner not implemented
\n
"
);
todo_wine
win_
skip
(
"GetGroupOwner not implemented
\n
"
);
return
;
}
...
...
@@ -3568,7 +3568,7 @@ static void test_EnumPlayers(void)
if
(
hr
==
DPERR_UNINITIALIZED
)
{
skip
(
"EnumPlayers not implemented
\n
"
);
todo_wine
win_
skip
(
"EnumPlayers not implemented
\n
"
);
return
;
}
...
...
@@ -3889,7 +3889,7 @@ static void test_EnumGroups(void)
if
(
hr
==
DPERR_UNINITIALIZED
)
{
skip
(
"EnumGroups not implemented
\n
"
);
todo_wine
win_
skip
(
"EnumGroups not implemented
\n
"
);
return
;
}
...
...
@@ -4107,7 +4107,7 @@ static void test_EnumGroupsInGroup(void)
if
(
hr
==
DPERR_UNINITIALIZED
)
{
skip
(
"EnumGroupsInGroup not implemented
\n
"
);
todo_wine
win_
skip
(
"EnumGroupsInGroup not implemented
\n
"
);
return
;
}
...
...
@@ -4333,7 +4333,7 @@ static void test_groups_p2p(void)
if
(
hr
==
DPERR_UNINITIALIZED
)
{
skip
(
"dplay not implemented enough for this test yet
\n
"
);
todo_wine
win_
skip
(
"dplay not implemented enough for this test yet
\n
"
);
return
;
}
...
...
@@ -4568,7 +4568,7 @@ static void test_groups_cs(void)
if
(
hr
==
DPERR_UNINITIALIZED
)
{
skip
(
"dplay not implemented enough for this test yet
\n
"
);
todo_wine
win_
skip
(
"dplay not implemented enough for this test yet
\n
"
);
return
;
}
...
...
@@ -4814,7 +4814,7 @@ static void test_Send(void)
if
(
hr
==
DPERR_UNINITIALIZED
)
{
skip
(
"Send not implemented
\n
"
);
todo_wine
win_
skip
(
"Send not implemented
\n
"
);
return
;
}
...
...
@@ -5136,7 +5136,7 @@ static void test_Receive(void)
if
(
hr
==
DPERR_UNINITIALIZED
)
{
skip
(
"Receive not implemented
\n
"
);
todo_wine
win_
skip
(
"Receive not implemented
\n
"
);
return
;
}
...
...
@@ -5409,7 +5409,7 @@ static void test_GetMessageCount(void)
if
(
hr
==
DP_OK
)
{
skip
(
"GetMessageCount not implemented
\n
"
);
todo_wine
win_
skip
(
"GetMessageCount not implemented
\n
"
);
return
;
}
...
...
@@ -5633,7 +5633,7 @@ static void test_GetMessageQueue(void)
if
(
hr
==
DP_OK
)
{
skip
(
"GetMessageQueue not implemented
\n
"
);
todo_wine
win_
skip
(
"GetMessageQueue not implemented
\n
"
);
return
;
}
...
...
@@ -5950,7 +5950,7 @@ static void test_remote_data_replication(void)
if
(
hr
==
DPERR_UNINITIALIZED
)
{
skip
(
"dplay not implemented enough for this test yet
\n
"
);
todo_wine
win_
skip
(
"dplay not implemented enough for this test yet
\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