Piotr Caban (@piotr) commented about dlls/msvcr120/tests/msvcr120.c:
lc_names = p____lc_locale_name_func(); ok(lc_names[0] == NULL, "%d - lc_names[0] = %s\n", i, wine_dbgstr_w(lc_names[0]));
ok(!lstrcmpW(lc_names[1], tests[i].name) || broken(!lstrcmpW(lc_names[1], tests[i].broken_name)),
todo_wine ok(!lstrcmpW(lc_names[1], tests[i].name) || broken(!lstrcmpW(lc_names[1], tests[i].broken_name)),
It would be good to avoid introducing test failures in the middle of patch series. Does it help if you move https://gitlab.winehq.org/wine/wine/-/commit/fcd607f1f65675080727472b3cad73b... earlier in the series and use LCIDToLocaleName function?