From 8c0d3ae2e2402d5bf9df0c5a7a2cb786db5fce66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Mon, 7 Nov 2022 19:57:56 +0100 Subject: [PATCH] xaudio2_7/tests: Mark tests failing randomly as flaky. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53167 --- dlls/xaudio2_7/tests/xaudio2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/xaudio2_7/tests/xaudio2.c b/dlls/xaudio2_7/tests/xaudio2.c index f4f808c2656..c6768cb4143 100644 --- a/dlls/xaudio2_7/tests/xaudio2.c +++ b/dlls/xaudio2_7/tests/xaudio2.c @@ -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;