Francois Gouget fgouget@codeweavers.com writes:
So the bisect says these failures are caused by this commit:
commit 84dbedc922dbfea6f8a0a562e9fb6142bc58f9da Author: Jacek Caban jacek@codeweavers.com Date: Fri Feb 14 13:07:24 2020 +0100
stdio.h: Provide sprintf and _snprintf as inline wrappers. It's enough for Wine debug functions to use _vsnprintf from ucrtbase importlib instead of ntdll for modules that link to ucrtbase. Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
The functions these forward to probably don't behave as expected on XP and 2003.
Maybe it's time to retire these versions from the testbot?