Open
Description
That's what we typically have these days in our verification (with enabled locale), see http://de02-resultsdb:8080/result.php?Project=28&pkey=8029:
Total skipped: 13
Total failed: 78
Total passed: 407
while Waldemar gets much better results (though with locale seems to be disabled), see https://downloads.uclibc-ng.org/reports/1.0.33/REPORT.arcv2.libc.uClibc-ng-1.0.33:
Total skipped: 7
Total failed: 6
Total passed: 466
And that's what we're seeing (see uclibc.target.log):
FAIL tst-numeric got 1 expected 0
locale: "(null)", format: "USER=root", expected: "HOME=/root", got: "USER=root" => false
.... tst-setlocale
FAIL tst-setlocale got 1 expected 0
after setlocale (LC_ALL, ""): C
after setlocale (LC_NUMERIC, "de_DE.UTF-8"): C
after overwriting string: C
My guess is we're missing generated locales which are not generated by default at least in case of Buildroot-built image.