This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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] Test sorting order for tr_TR


[Ulrich Drepper]
> Yes.  The problem is that it requires yet another locale to be created
> at test time.  And there is not even an error which is tested for.

It does?  As far as I can se the tr_TR.UTF-8 is already created at
test time, and all my patch is doing is adding a new sorting test
file to check that the sorting order of the locale is correct.

> To test the actual locale definition, and not the locale code in
> libc, we need a separate target which the interested parties can run
> if necessary.  I don't have the time to make all these changes to
> the Makefile in the moment.

Yes, this is a good idea.  We would be nice to be able to check both
the implementation and the content of the locales.  I'll see what I
can do.  :)

I guess the hard part will be to come up with a target name for
this. :)


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