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: what's up with wchar_t bits in 22_locale on ia64?


Benjamin Kosnik <bkoz at constant dot com> writes:

|> Andreas,
|> 
|> http://gcc.gnu.org/ml/gcc-testresults/2003-03/msg00677.html
|> 
|> I see a bunch of wchar_t failures. Any chance you could give me (via 
|> libstdc++ at gcc dot gnu dot org) a preliminary analysis of these fails?

There are two types of failures:

terminate called after throwing an instance of 'std::runtime_error'
  what():  attempt to create locale from unknown name
FAIL: 22_locale/codecvt/always_noconv/wchar_t/3.cc execution test
terminate called after throwing an instance of 'std::runtime_error'
  what():  attempt to create locale from unknown name
FAIL: 22_locale/codecvt/encoding/wchar_t/3.cc execution test
wrapped_locale.exe: /tmp/cvs/gcc-20030311/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/1.cc:38: void test01(): Assertion `i == 1' ¤¬¼ºÇÔ¤·¤Þ¤·¤¿.
FAIL: 22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc execution test
terminate called after throwing an instance of 'std::runtime_error'
  what():  attempt to create locale from unknown name
FAIL: 22_locale/codecvt/in/wchar_t/3.cc execution test
terminate called after throwing an instance of 'std::runtime_error'
  what():  attempt to create locale from unknown name
FAIL: 22_locale/codecvt/length/wchar_t/3.cc execution test
terminate called after throwing an instance of 'std::runtime_error'
  what():  attempt to create locale from unknown name
FAIL: 22_locale/codecvt/max_length/wchar_t/3.cc execution test
wrapped_locale.exe: /tmp/cvs/gcc-20030311/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/1.cc:37: void test01(): Assertion `k == 1' ¤¬¼ºÇÔ¤·¤Þ¤·¤¿.
FAIL: 22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc execution test
terminate called after throwing an instance of 'std::runtime_error'
  what():  attempt to create locale from unknown name
FAIL: 22_locale/codecvt/out/wchar_t/3.cc execution test
terminate called after throwing an instance of 'std::runtime_error'
  what():  attempt to create locale from unknown name
FAIL: 22_locale/codecvt/unshift/wchar_t/3.cc execution test

This system is running glibc 2.2.5.  The locale en_US.ISO-8859-15 does
not exist.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab at suse dot de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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