public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "danglin at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/31413]  New: FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test
Date: Sat, 31 Mar 2007 18:11:00 -0000	[thread overview]
Message-ID: <bug-31413-276@http.gcc.gnu.org/bugzilla/> (raw)

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


             reply	other threads:[~2007-03-31 18:11 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-31 18:11 danglin at gcc dot gnu dot org [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-31413-276@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).