Re: [PATCH] Adjust test to pass with latest glibc

2018-10-15 Thread Jonathan Wakely
On 15/10/18 14:55 +0100, Jonathan Wakely wrote: Glibc changed the it_IT locales to use thousands separators, invalidating this test. Use nl_NL instead, as Dutch only uses grouping for money not numbers. * testsuite/22_locale/numpunct/members/char/3.cc: Adjust test to account for

[PATCH] Adjust test to pass with latest glibc

2018-10-15 Thread Jonathan Wakely
Glibc changed the it_IT locales to use thousands separators, invalidating this test. Use nl_NL instead, as Dutch only uses grouping for money not numbers. * testsuite/22_locale/numpunct/members/char/3.cc: Adjust test to account for change to glibc it_IT localedata (glibc bz#10797)