Andrew Eikum
|
552433cf9e
|
dsound: Validate and correct wValidBitsPerSample in primary buffer SetFormat.
|
2012-04-02 18:27:14 +02:00 |
Michael Stefaniuc
|
0872572a6d
|
dsound/tests: Fix the capture COM tests for older Win2k versions.
|
2012-02-15 19:17:37 +01:00 |
Michael Stefaniuc
|
3ec0b056d5
|
dsound: Support IKsPropertySet in the primary buffer too.
|
2012-01-17 11:53:25 +01:00 |
Michael Stefaniuc
|
66361f1bd5
|
dsound/tests: Add some COM tests for capture.
|
2012-01-12 15:52:51 +01:00 |
Michael Stefaniuc
|
93bfa2b5be
|
dsound/tests: Sanitize START_TEST() in capture.c.
|
2012-01-12 15:52:50 +01:00 |
Michael Stefaniuc
|
4ac20cbc0f
|
dsound/tests: Remove some returns in the capture buffer tests.
|
2012-01-12 15:52:50 +01:00 |
Andrew Eikum
|
287a6e8473
|
dsound: Validate format in primary buffer's SetFormat().
|
2011-12-05 12:23:37 +01:00 |
Andrew Eikum
|
c8c6cc97bc
|
dsound: Always enumerate the default device first.
|
2011-10-21 12:11:39 +02:00 |
Andrew Eikum
|
9b15c17376
|
dsound: Don't claim to support hardware buffers.
|
2011-10-20 11:03:40 +02:00 |
Michael Stefaniuc
|
e2c0ea01ac
|
dsound/tests: Remove some explicit casts that happen implicitly.
|
2011-09-23 16:21:51 +02:00 |
Michael Stefaniuc
|
7959778d3f
|
dsound/tests: Primary and secondary buffers use the same IDirectSoundBuffer vtbl.
|
2011-08-29 12:08:21 +02:00 |
Michael Stefaniuc
|
beac9a27e6
|
dsound/tests: IDirectSoundBuffer and IDirectSoundBuffer8 use the same implementation.
|
2011-08-24 12:14:46 +02:00 |
Akihiro Sagawa
|
2ab3d22663
|
dsound: Don't copy the position notify on duplicate.
|
2011-07-22 15:44:16 +02:00 |
Akihiro Sagawa
|
3c9bd6ba2a
|
dsound: Don't copy the notify object on duplicate.
|
2011-07-22 15:44:13 +02:00 |
Akihiro Sagawa
|
223406fa17
|
dsound/tests: Add tests to check notifications after duplicate.
|
2011-07-22 15:40:46 +02:00 |
Austin English
|
62b83bf036
|
dsound/tests: Remove win9x hack.
|
2011-02-28 13:11:34 +01:00 |
Austin English
|
f6fb95230c
|
dsound/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-10 09:57:45 -06:00 |
Austin English
|
8c771e3f7e
|
dsound/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-08 13:42:14 -06:00 |
Owen Rudge
|
15d5311804
|
dsound/tests: Add IEEE float buffer tests for dsound8.
|
2011-01-20 17:50:17 +01:00 |
Owen Rudge
|
c3a01501e8
|
dsound/tests: Add IEEE float buffer tests.
|
2011-01-20 17:50:11 +01:00 |
André Hentschel
|
046bcb7c7e
|
dsound/tests: Don't test function directly when reporting GetLastError().
|
2010-12-30 15:00:05 +01:00 |
Alexandre Julliard
|
19da00a6a3
|
dsound/tests: Mark some Vmware sound driver failures as broken.
|
2010-09-30 11:32:59 +02:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Alexandre Julliard
|
6164ce2d82
|
makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
|
2010-02-22 10:47:11 +01:00 |
Alexander Nicolaysen Sørnes
|
9c88bd8d24
|
dsound/tests: Test querying for KsPropertySet on primary buffer.
|
2010-02-15 12:20:01 +01:00 |
Alexander Nicolaysen Sørnes
|
1db6e11254
|
dsound/tests: DirectSound3DListener_QueryInterface should accept IKsPropertySet.
|
2010-02-11 14:38:44 +01:00 |
Huw Davies
|
14fdced365
|
dsound: Fix a memory leak in the tests.
Found by Valgrind.
|
2009-12-18 11:47:52 +01:00 |
Maarten Lankhorst
|
b0cfbe81fa
|
dsound: Restore old speaker config after tests.
According to the documentation, only audio device vendors are allowed to
call this function, so make sure we properly restore the old speaker config.
|
2009-11-20 11:40:47 +01:00 |
Marcus Meissner
|
61393fa021
|
dsound: Check for NULL listener (Coverity).
|
2009-10-19 11:41:47 +02:00 |
Gerald Pfeifer
|
94203b5ddb
|
dsound/tests: Fix two broken conditions.
|
2009-06-22 11:44:28 +02:00 |
Francois Gouget
|
d7c5f1a90b
|
dsound/tests: Replace malloc() with HeapAlloc().
|
2009-05-13 12:45:36 +02:00 |
Jesse Allen
|
eac4791741
|
dsound: Fix test for some windows versions.
|
2009-04-22 13:13:31 +02:00 |
Jesse Allen
|
b7f6c1e103
|
dsound: Allow a special cbSize case in CreateSoundBuffer.
|
2009-04-21 13:16:26 +02:00 |
Detlef Riekenberg
|
8819156b49
|
dsound/tests: Remove duplicate version dump.
We have the version already in the header of the winetest results.
|
2009-03-30 13:56:50 +02:00 |
Jeff Zaroyko
|
aff1dbe531
|
dsound: Check for invalid parameter when locking primary and secondary buffers.
|
2009-01-02 12:48:15 +01:00 |
Francois Gouget
|
34f1e0f048
|
dsound: Remove unneeded casts of zero.
|
2008-12-08 12:04:45 +01:00 |
Jeff Zaroyko
|
29e49bbe8e
|
dsound/tests: Fix a failing capture test on win2k.
|
2008-10-23 12:13:41 +02:00 |
Jeff Zaroyko
|
b9084bc99f
|
dsound/tests: Fix failing propset and capture tests on win98.
|
2008-10-23 12:13:37 +02:00 |
Paul Vriens
|
8ccfe80c0b
|
dsound/tests: Fix failure on Win9x and NT4.
|
2008-09-22 12:17:04 +02:00 |
Jeff Zaroyko
|
724a45d15e
|
dsound: Fix a failing test on XP.
|
2008-09-19 12:09:33 +02:00 |
Jeff Zaroyko
|
49d309804d
|
dsound: Fix a few failing tests and a crash on 2008 (revised).
|
2008-09-10 11:11:15 +02:00 |
Paul Vriens
|
e3a1593652
|
dsound/tests: Fix typos in tests.
|
2008-09-05 13:46:43 +02:00 |
Jeff Zaroyko
|
e55a702928
|
dsound: Check for invalid parameter when unlocking secondary buffers.
|
2008-09-05 12:53:29 +02:00 |
John Klehm
|
7f8dfe9826
|
dsound: Accept DSERR_INVALIDCALL for CreateSoundBuffer failure.
|
2008-07-09 10:43:06 +02:00 |
Alexandre Julliard
|
ca681835dc
|
dsound: Don't depend on the dxerr8 static library in the tests.
|
2008-07-08 17:51:46 +02:00 |
Alexandre Julliard
|
79c64acc7b
|
tests: Don't depend on the static uuid libraries in the tests.
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
|
2008-07-08 17:51:45 +02:00 |
James Hawkins
|
f4cbdc96de
|
dsound: Fix a failing test for broken drivers.
|
2008-07-02 12:05:15 +02:00 |
Roy Shea
|
4a4d8caed3
|
dsound/tests: Added additional tests of IDirectSound_CreateSoundBuffer.
|
2008-06-25 20:23:14 +02:00 |