public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/31413]  New: FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test
@ 2007-03-31 18:11 danglin at gcc dot gnu dot org
  2007-03-31 18:49 ` [Bug libstdc++/31413] " danglin at gcc dot gnu dot org
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-03-31 18:11 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /home/dave/gnu/gcc-4.2/objdir/./gcc/g++ -shared-libgcc
-B/hom
e/dave/gnu/gcc-4.2/objdir/./gcc -nostdinc++
-L/home/dave/gnu/gcc-4.2/objdir/hppa
-linux/libstdc++-v3/src
-L/home/dave/gnu/gcc-4.2/objdir/hppa-linux/libstdc++-v3/
src/.libs -B/home/dave/opt/gnu/gcc/gcc-4.2.0/hppa-linux/bin/
-B/home/dave/opt/gn
u/gcc/gcc-4.2.0/hppa-linux/lib/ -isystem
/home/dave/opt/gnu/gcc/gcc-4.2.0/hppa-l
inux/include -isystem /home/dave/opt/gnu/gcc/gcc-4.2.0/hppa-linux/sys-include
-g
 -O2 -D_GLIBCXX_ASSERT -ffunction-sections -fdata-sections -fmessage-length=0
-g
 -O2 -D_GNU_SOURCE -DLOCALEDIR="." -nostdinc++
-I/home/dave/gnu/gcc-4.2/objdir/h
ppa-linux/libstdc++-v3/include/hppa-linux
-I/home/dave/gnu/gcc-4.2/objdir/hppa-l
inux/libstdc++-v3/include -I/home/dave/gnu/gcc-4.2/gcc/libstdc++-v3/libsupc++
-I
/home/dave/gnu/gcc-4.2/gcc/libstdc++-v3/include/backward
-I/home/dave/gnu/gcc-4.
2/gcc/libstdc++-v3/testsuite/util -Wl,--gc-sections
/home/dave/gnu/gcc-4.2/gcc/l
ibstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/4.cc    -include
bits/
stdc++.h ./libtestc++.a  -lm   -o ./4.exe    (timeout = 600)
PASS: 22_locale/time_get/get_date/wchar_t/4.cc (test for excess errors)
Setting LD_LIBRARY_PATH to
:/home/dave/gnu/gcc-4.2/objdir/gcc:/home/dave/gnu/gcc
-4.2/objdir/hppa-linux/./libstdc++-v3/src/.libs::/home/dave/gnu/gcc-4.2/objdir/g
cc:/home/dave/gnu/gcc-4.2/objdir/hppa-linux/./libstdc++-v3/src/.libs:/home/dave/
gnu/gcc-4.2/objdir/hppa-linux/libstdc++-v3/.libs:/home/dave/gnu/gcc-4.2/objdir/h
ppa-linux/libmudflap/.libs:/home/dave/gnu/gcc-4.2/objdir/hppa-linux/libssp/.libs
:/home/dave/gnu/gcc-4.2/objdir/hppa-linux/libgomp/.libs:/home/dave/gnu/gcc-4.2/o
bjdir/./gcc:/home/dave/gnu/gcc-4.2/objdir/./prev-gcc
4.exe:
/home/dave/gnu/gcc-4.2/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_
date/wchar_t/4.cc:55: void test01(): Assertion `errorstate == ios_base::eofbit'
failed.
FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test
extra_tool_flags are:
  -include bits/stdc++.h

I'm only seeing this on one of my test systems.  For a long time, I thought
something was broken on it but finally I realized that this system is the
only one that I have with the complete set of locales needed for the locale
tests.

The problem affects all active branches.

locale -a
...
zh_TW
zh_TW.big5


-- 
           Summary: FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution
                    test
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31413


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2010-02-05 17:30 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-31 18:11 [Bug libstdc++/31413] New: FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test danglin at gcc dot gnu dot org
2007-03-31 18:49 ` [Bug libstdc++/31413] " danglin at gcc dot gnu dot org
2007-03-31 19:38 ` pcarlini at suse dot de
2007-04-01 20:36 ` dave at hiauly1 dot hia dot nrc dot ca
2007-04-01 22:24 ` pcarlini at suse dot de
2007-04-01 22:34 ` pcarlini at suse dot de
2007-04-01 23:16 ` dave at hiauly1 dot hia dot nrc dot ca
2007-04-01 23:31 ` pcarlini at suse dot de
2007-04-01 23:53 ` pcarlini at suse dot de
2007-04-01 23:55 ` pcarlini at suse dot de
2007-04-02  2:36 ` dave at hiauly1 dot hia dot nrc dot ca
2007-04-02  9:32 ` pcarlini at suse dot de
2007-04-22 16:47 ` dave at hiauly1 dot hia dot nrc dot ca
2007-04-22 16:50 ` pcarlini at suse dot de
2007-04-22 17:18 ` dave at hiauly1 dot hia dot nrc dot ca
2007-04-22 17:20 ` pcarlini at suse dot de
2007-04-22 17:24 ` pcarlini at suse dot de
2008-04-02 14:19 ` ghazi at gcc dot gnu dot org
2008-06-28  2:56 ` dtom77 at gmail dot com
2008-06-28  3:48 ` dave at hiauly1 dot hia dot nrc dot ca
2008-06-28  3:56 ` danglin at gcc dot gnu dot org
2010-02-05 16:55 ` ghazi at gcc dot gnu dot org
2010-02-05 17:04 ` paolo dot carlini at oracle dot com
2010-02-05 17:26 ` ghazi at gcc dot gnu dot org
2010-02-05 17:30 ` paolo dot carlini at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).