dsound/tests: Mark some capture status as broken.
[wine] / dlls / dsound / tests / capture.c
2013-04-23  Michael Stefaniucdsound/tests: Mark some capture status as broken.
2012-10-19  Maarten Lankhorstdsound: Fix IDirectSoundCaptureBuffer Start/Stop, with...
2012-08-16  Michael Stefaniucdsound/tests: Refcount tests for IDirectSoundCapture...
2012-08-13  Francois Gougetdsound/tests: Clarify some skip() traces.
2012-02-15  Michael Stefaniucdsound/tests: Fix the capture COM tests for older Win2k...
2012-01-12  Michael Stefaniucdsound/tests: Add some COM tests for capture.
2012-01-12  Michael Stefaniucdsound/tests: Sanitize START_TEST() in capture.c.
2012-01-12  Michael Stefaniucdsound/tests: Remove some returns in the capture buffer...
2009-03-30  Detlef Riekenbergdsound/tests: Remove duplicate version dump.
2008-10-23  Jeff Zaroykodsound/tests: Fix a failing capture test on win2k.
2008-10-23  Jeff Zaroykodsound/tests: Fix failing propset and capture tests...
2008-07-08  Alexandre Julliarddsound: Don't depend on the dxerr8 static library in...
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-02  James Hawkinsdsound: Fix a failing test for broken drivers.
2007-11-12  Paul Vriensdsound/tests: Fix tests after addition of 24/32 bits...
2007-01-16  Robert Reifdsound: Fix tests for old versions of windows.
2007-01-12  Francois Gougetdsound/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-12  Francois Gougetdsound/tests: The tests link with dsound.dll so use...
2007-01-12  Francois Gougetdsound/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-11-24  Francois Gougetdsound/tests: Remove unneeded NONAMELESS* macros.
2006-11-13  Francois GougetAssorted spelling fixes.
2006-10-10  Michael Stefaniucdsound/tests: Win64 printf format warning fixes.
2006-08-18  Robert Reifdsound: Add class factory tests.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-07  Robert Reifdsound: Fix capture test.
2005-11-18  Robert ReifHandle failure on Windows 95 properly.
2005-09-23  Robert ReifFix capture test to not fail when IDirectSoundCapture...
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-21  Felix NawothnigAccept DSERR_NODRIVER from IDirectSoundCapture_CreateCa...
2005-06-12  Robert ReifMake dsound tests loadable on NT4.
2005-06-05  Robert ReifAdd tests to check DirectSoundCapture creation.
2005-03-05  Robert ReifPrint dsound.dll version from file versioninfo resource.
2005-02-24  Robert ReifTry old buffer description structure on failure with...
2005-02-23  Robert ReifFix tests for win9x and old versions of DirectX.
2005-02-18  Robert ReifFix capture test to pass on windows 98 when no sound...
2005-01-10  Robert ReifRemove unneeded includes.
2005-01-09  Robert ReifDon't need to worry about windows messages.
2005-01-09  Robert ReifInitialize and uninitialize COM properly.
2004-10-25  Robert ReifDon't consider a device in use a failure.
2004-10-22  Robert ReifDon't consider a bad format an error unless the capabil...
2004-10-19  Robert ReifDon't consider failure with DSERR_NODRIVER a test failure.
2004-09-08  Francois GougetMake the dsound tests run with DirectX < 8.
2004-08-23  Robert ReifOnly print format info when in interactive mode for...
2004-08-18  Robert ReifCleanup messages.
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-22  Robert ReifDowngrade tests to DX8 level so it can build on all...
2004-06-17  Francois GougetSplit the 'dsound' test into two parts:
2004-04-06  Robert ReifFixed deadlock in capture callback.
2004-01-20  Francois GougetAdd trailing '\n's to ok() calls.
2003-10-08  Robert ReifMake capture more reliable by submitting all buffers...
2003-09-27  Robert ReifRemove capture tests from dsound.c and place them in...