This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2] Removed redundant data for LC_MONETARY
- From: Florian Weimer <fw at deneb dot enyo dot de>
- To: "Tulio Magno Quites Machado Filho" <tuliom at linux dot vnet dot ibm dot com>
- Cc: Akhilesh Kumar <akhilesh dot k at samsung dot com>, libc-alpha at sourceware dot org, mfabian at redhat dot com, hjl dot tools at gmail dot com
- Date: Wed, 26 Jul 2017 21:47:19 +0200
- Subject: Re: [PATCH v2] Removed redundant data for LC_MONETARY
- Authentication-results: sourceware.org; auth=none
- References: <CGME20170726075319epcas5p16a487cd5294afbfd37015bfd06af8657@epcas5p1.samsung.com> <1501055354-43092-1-git-send-email-akhilesh.k@samsung.com> <874ltzoz0y.fsf@linux.vnet.ibm.com>
* Tulio Magno Quites Machado Filho:
> mon_grouping is different than what hi_IN defines.
> Both p_sep_by_space and n_sep_by_space values were different than what
> hi_IN defines.
>
> These changes are causing errors at stdlib/tst-strfmon_l.
And to be absolutely clear: This test does not test these locales, but
it verifies that certain aspects of thread-local locales are properly
isolated from the process-wide locale object.
If the locales no longer have this property, we can pick another
locale, or maybe write our own locale for testing purposes.