Commit 0eeb471c authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

mmdevapi/tests: Mark some more capture tests as flaky.

parent b7430d4e
......@@ -307,7 +307,9 @@ static void test_capture(IAudioClient *ac, HANDLE handle, WAVEFORMATEX *wfx)
hr==S_OK ? (UINT)pos : -1, pad, flags, frames);
if(hr == S_OK){
flaky_wine
ok(pos == sum, "Position %u expected %u\n", (UINT)pos, sum);
flaky_wine
ok(!flags, "flags %lu\n", flags);
hr = IAudioCaptureClient_ReleaseBuffer(acc, frames);
......@@ -334,6 +336,7 @@ static void test_capture(IAudioClient *ac, HANDLE handle, WAVEFORMATEX *wfx)
ok(pad > sum, "restarted GCP %u\n", pad); /* GCP is still near buffer size */
if(frames){
flaky_wine
ok(pos == sum, "Position %u expected %u\n", (UINT)pos, sum);
ok(!flags, "flags %lu\n", flags);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment