Commit 8c0d3ae2 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

xaudio2_7/tests: Mark tests failing randomly as flaky.

parent d7538e33
......@@ -66,6 +66,7 @@ static void WINAPI ECB_OnProcessingPassStart(IXAudio2EngineCallback *This)
static void WINAPI ECB_OnProcessingPassEnd(IXAudio2EngineCallback *This)
{
flaky
ok(!xaudio27 || pass_state == (buffers_called ? 7 : 5), "Callbacks called out of order: %u\n", pass_state);
pass_state = 0;
buffers_called = FALSE;
......
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