Rémi Bernon : xaudio2_7/tests: Mark tests failing randomly as flaky.
Module: wine Branch: master Commit: 8c0d3ae2e2402d5bf9df0c5a7a2cb786db5fce66 URL: https://gitlab.winehq.org/wine/wine/-/commit/8c0d3ae2e2402d5bf9df0c5a7a2cb78... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Mon Nov 7 19:57:56 2022 +0100 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;
participants (1)
-
Alexandre Julliard