chiark / gitweb /
test/test-parse-util.c: Masked the test of strtod() with set german
authorSven Eden <yamakuzure@gmx.net>
Thu, 25 Jan 2018 06:40:28 +0000 (07:40 +0100)
committerSven Eden <yamakuzure@gmx.net>
Thu, 25 Jan 2018 22:04:04 +0000 (23:04 +0100)
commit7739c87f49c9a17cfecc288289c5ca91cb242607
treeff01b7812a8b2906fe3d3311c55b87d4b04497a9
parent554c6b4215d081223704042d5dcf4c2d97cd95ba
test/test-parse-util.c: Masked the test of strtod() with set german
locale to be only used with __GLIBC__.

It seems that the strtod() function in stdlib.h from musl_libc does
not heed the set locale. It fails with a german floating point
number.
src/test/test-parse-util.c