Added another possible windows failure mode.
[wine] / dlls / winmm / tests / wave.c
2004-06-01  Robert ReifAdded another possible windows failure mode.
2004-05-27  Robert ReifAdded WAVE_MAPPED flag test.
2004-05-21  Robert ReifFixed a bug I introduced in waveInGetDevCapsA(WAVE_MAPP...
2004-05-20  Francois GougetSplit off the winmm capture test.
2004-05-20  Francois GougetAdd a 5 second test tone to help debug issues with...
2004-05-14  Robert ReifPrint human-readable capabilities flag.
2004-05-13  Robert ReifwaveOutGetDevCapsA can fail with MMSYSERR_BADDEVICEID or
2004-04-30  Robert ReifYou have to have at least one device before you can...
2004-04-28  Robert ReifAnother error return value check added after looking...
2004-04-27  Robert ReifRestore the 2 MHz sample rate test and fix the winealsa...
2004-04-26  Francois GougetwaveOutGetDevCaps(-1...) must return the capabilities...
2004-03-27  Robert ReifClean up white spaces.
2003-11-11  Robert ReifDon't flag failed opens of unsupported formats as an...
2003-11-11  Robert ReifFix a race condition where result could be read before...
2003-10-28  Robert ReifAdded support for getting the wave device name.
2003-09-11  Francois GougetModify ok("xxx") calls into ok("xxx\n") as is now expected.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-02  Robert ReifAdded more information to some of the failure messages.
2003-03-04  Robert ReifAdded waveIn tests.
2003-01-20  Francois GougetMake sure we always know about the 48 and 96kHz formats...
2003-01-03  Gerald Pfeifer#include <stdlib.h> instead of the non-standard <malloc.h>.
2003-01-02  Francois GougetAdd support for WINETEST_INTERACTIVE. If set then tests...
2002-12-16  Francois GougetAdd the capacity of playing a test tone using the ...
2002-12-15  Francois GougetIf given a bad device id waveOutGetDevCapsA is supposed...
2002-12-12  Francois GougetFix error reporting in wavemap.c:wodOpen(); this solves the
2002-12-10  Vincent BéronSuppress some signed/unsigned comparison warning.
2002-11-04  Francois GougetTest sound format support with waveOutGetDevCaps and...