Module: wine Branch: master Commit: 81e33a34841a48beb1103bf967586f5a8d3c4e40 URL: https://gitlab.winehq.org/wine/wine/-/commit/81e33a34841a48beb1103bf967586f5...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu Mar 16 20:18:13 2023 +0100
advapi32/tests: Take into account service start / stop race conditions.
Services sometimes start or stop between two EnumServicesStatus() calls. Fortunately this is rare so the tests can just retry to get the expected result.
Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=53460
---
dlls/advapi32/tests/service.c | 149 ++++++++++++++++++++++++++++++++---------- 1 file changed, 115 insertions(+), 34 deletions(-)