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
ab448df3
Commit
ab448df3
authored
Sep 28, 2008
by
Kai Blin
Committed by
Alexandre Julliard
Sep 29, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dplayx: Set tests to "interactive" to avoid timing out on all machines.
parent
f16bbf32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
dplayx.c
dlls/dplayx/tests/dplayx.c
+13
-0
No files found.
dlls/dplayx/tests/dplayx.c
View file @
ab448df3
...
...
@@ -6218,21 +6218,34 @@ static void test_remote_data_replication(void)
START_TEST
(
dplayx
)
{
if
(
!
winetest_interactive
)
{
skip
(
"Run in interacive mode to run dplayx tests.
\n
"
);
return
;
}
CoInitialize
(
NULL
);
trace
(
"Running in interactive mode, tests will take a while
\n
"
);
test_DirectPlayCreate
();
test_EnumConnections
();
test_InitializeConnection
();
test_GetCaps
();
/* test_Open() takes almost a minute, */
test_Open
();
/* test_EnumSession takes three minutes */
test_EnumSessions
();
test_SessionDesc
();
/* test_CreatePlayer() takes over a minute */
test_CreatePlayer
();
test_GetPlayerCaps
();
test_PlayerData
();
test_PlayerName
();
/* test_GetPlayerAccount() takes over 30s */
test_GetPlayerAccount
();
test_GetPlayerAddress
();
test_GetPlayerFlags
();
...
...
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