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
5fd4aa6f
Commit
5fd4aa6f
authored
Oct 11, 2005
by
Mike O'Regan
Committed by
Alexandre Julliard
Oct 11, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tests commented out and FIXME-ed long ago now pass.
parent
be2525b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
ds3d.c
dlls/dsound/tests/ds3d.c
+0
-3
ds3d8.c
dlls/dsound/tests/ds3d8.c
+1
-4
No files found.
dlls/dsound/tests/ds3d.c
View file @
5fd4aa6f
...
...
@@ -471,8 +471,6 @@ void test_buffer(LPDIRECTSOUND dso, LPDIRECTSOUNDBUFFER dsbo,
ok
(
ref
==
1
,
"IDirectSoundBuffer_Release() has %d references, "
"should have 1
\n
"
,
ref
);
#if 0
/* FIXME: this works on windows */
ref
=
IDirectSoundBuffer_Release
(
dsbo
);
ok
(
ref
==
0
,
"IDirectSoundBuffer_Release() has %d references, "
"should have 0
\n
"
,
ref
);
...
...
@@ -482,7 +480,6 @@ void test_buffer(LPDIRECTSOUND dso, LPDIRECTSOUNDBUFFER dsbo,
(
LPVOID
*
)
&
dsbo
);
ok
(
rc
==
DS_OK
&&
dsbo
!=
NULL
,
"IDirectSound3DBuffer_QueryInterface() "
"failed: %s
\n
"
,
DXGetErrorString8
(
rc
));
#endif
/* DSOUND: Error: Invalid buffer */
rc
=
IDirectSound3DBuffer_GetAllParameters
(
buffer
,
0
);
...
...
dlls/dsound/tests/ds3d8.c
View file @
5fd4aa6f
...
...
@@ -357,8 +357,6 @@ void test_buffer8(LPDIRECTSOUND8 dso, LPDIRECTSOUNDBUFFER dsbo,
ok
(
ref
==
1
,
"IDirectSoundBuffer_Release() has %d references, "
"should have 1
\n
"
,
ref
);
#if 0
/* FIXME: this works on windows */
ref
=
IDirectSoundBuffer_Release
(
dsbo
);
ok
(
ref
==
0
,
"IDirectSoundBuffer_Release() has %d references, "
"should have 0
\n
"
,
ref
);
...
...
@@ -367,8 +365,7 @@ void test_buffer8(LPDIRECTSOUND8 dso, LPDIRECTSOUNDBUFFER dsbo,
&
IID_IDirectSoundBuffer
,
(
LPVOID
*
)
&
dsbo
);
ok
(
rc
==
DS_OK
&&
dsbo
!=
NULL
,
"IDirectSound3DBuffer_QueryInterface() "
"failed: %s\n",DXGetErrorString8(rc),
#endif
"failed: %s
\n
"
,
DXGetErrorString8
(
rc
));
/* DSOUND: Error: Invalid buffer */
rc
=
IDirectSound3DBuffer_GetAllParameters
(
buffer
,
0
);
...
...
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