This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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] localization testing


Thanks for applying it.

However I was about to submit again myself because I have noticed that I forget to uncomment a line in libstdc++.exp that remove the source file after compilation. A minor issue but there is no reason to keep this file once compiled.

About my weird test failures. I am using Linux Mandriva but I don't think it has something to do with the distrib. I think my message issues are rather coming from the way I launch tests. Once I called 'make' and 'make install' from the gcc folder I move to the generated gcc/x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/ to do the 'make check'. Maybe I should launch check from gcc folder directly.

Moreover I noticed that I was missing xgettext or msgfmt command to generate libstdc++ catalog. I have install those tools and it is still failing but I should perhaps rebuild everything from scratch.

For the monetary format when I imbue the ostringstream with the 'de_DE' locale rather than the 'es_ES' one the test is passing. Maybe my distrib has a wrong setting for es_ES.

Regards

On 09/15/2010 12:45 PM, Paolo Carlini wrote:
... I'm applying the patch and taking care of the documentation with the
below.

Tested x86_64-linux.

Thanks!
Paolo.

PS: in principle, the Copyright years of some tests should be also
updated, I suspect...

///////////////////

Attachment: libstdc++.exp.patch
Description: Text document

Attachment: ChangeLog.entry
Description: Text document


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