This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Is this another "C locale not expected to be UTF8" testsuite problem?
- From: Dave Korn <dave dot korn dot cygwin at googlemail dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: Dave Korn <dave dot korn dot cygwin at googlemail dot com>, libstdc++ at gcc dot gnu dot org
- Date: Sun, 13 Dec 2009 21:17:49 +0000
- Subject: Re: Is this another "C locale not expected to be UTF8" testsuite problem?
- References: <4B252EFC.4010804@gmail.com> <4B254B7E.7090309@oracle.com>
Paolo Carlini wrote:
> My guess at the moment
> would be simply that the testcases in this area should be made more
> flexible vs non-GNU systems, I don't think there is anything to fix in
> do_max_length per se (modulo issues with stateful encodings, unrelated,
> I think).
TYVM Paolo, that's fairly clear. I guess a simple fix might be getting all
the testcases to explicitly set C.ASCII locale, the programmatic equivalent to
what I recently did to the LC_ALL/LANG settings in the testsuite.exp files.
I'll go take a look at how best to implement it.
cheers,
DaveK