From: Francois Gouget Subject: Re: [PATCH] mmdevapi/tests: remove todo in traces for capture tests Message-Id: Date: Fri, 18 Oct 2019 08:08:00 -0400 (EDT) In-Reply-To: <20191018104157.1288-1-infyquest@gmail.com> References: <20191018104157.1288-1-infyquest@gmail.com> On Fri, 18 Oct 2019, Vijay Kiran Kamuju wrote: [...] > diff --git a/dlls/mmdevapi/tests/capture.c b/dlls/mmdevapi/tests/capture.c > index 0fa9f0cab83..c6142fc4360 100644 > --- a/dlls/mmdevapi/tests/capture.c > +++ b/dlls/mmdevapi/tests/capture.c > @@ -392,7 +392,7 @@ static void test_capture(IAudioClient *ac, HANDLE handle, WAVEFORMATEX *wfx) > if(hr == S_OK){ > /* Only PulseAudio goes here; despite snd_pcm_drop it manages > * to fill GetBufferSize with a single snd_pcm_read */ > - trace("Test marked todo: only PulseAudio gets here\n"); > + trace("only PulseAudio gets here\n"); Do you know why Windows gets there too? -- Francois Gouget