This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] localedata: Locale and test name are the same.


On 10/13/2017 10:54 PM, Carlos O'Donell wrote:
> The localedata collation test data is encoded in a particular
> character set. We rename the test data to match the full locale
> name with encoding, and adjust the Makefile and sort-test.sh
> script. This allows us to have a future C.UTF-8 test that is
> disambiguated from the built-in C locale.
> 
> Signed-off-by: Carlos O'Donell <carlos@redhat.com>
> 
> Tested on x86_64, no test regressions.
> Tested building all locales on x86_64.
> Tested building my new C.UTF-8 locale and running through
> collation testing for code point sorting from <U0000> to
> <UFFFF>, since that's the only range that currently works
> (see bug 21302 which I'm trying to fix).
> 
> OK to checkin?
 
I'm committing this since it's really only a mechanical reorganization
that I don't think anybody would object to.

commit 56fa555a834c1536bf8d58c1ac6097f18f0d92b6
Author: Carlos O'Donell <carlos@systemhalted.org>
Date:   Fri Oct 13 22:44:44 2017 -0700

    localedata: Locale and test name are the same.
    
    The localedata collation test data is encoded in a particular
    character set. We rename the test data to match the full locale
    name with encoding, and adjust the Makefile and sort-test.sh
    script. This allows us to have a future C.UTF-8 test that is
    disambiguated from the built-in C locale.
    
    Signed-off-by: Carlos O'Donell <carlos@redhat.com>

-- 
Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]