public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc-4.5.1 failing test: FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test
@ 2010-09-10  1:36 Tom Browder
  2010-09-10 11:33 ` Tom Browder
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Browder @ 2010-09-10  1:36 UTC (permalink / raw)
  To: GCC-help

After a good build of gcc-4.5.1 I did

$ make check-target-libstdc++-v3

and I get only one failure:

Setting LD_LIBRARY_PATH to
:/disk3/extsrc/gcc_build/gcc:/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/./libstdc++-v3/../libgomp/.libs:/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/./libstdc++-v3/src/.libs::/disk3/extsrc/gcc_build/gcc:/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/./libstdc++-v3/../libgomp/.libs:/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/./libstdc++-v3/src/.libs:/disk3/extsrc/gcc_build/./gmp/.libs:/disk3/extsrc/gcc_build/./prev-gmp/.libs:/disk3/extsrc/gcc_build/./mpfr/.libs:/disk3/extsrc/gcc_build/./prev-mpfr/.libs:/disk3/extsrc/gcc_build/./mpc/.libs:/disk3/extsrc/gcc_build/./prev-mpc/.libs:/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/libstdc++-v3/.libs:/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/libmudflap/.libs:/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/libssp/.libs:/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/libgomp/.libs:/disk3/extsrc/gcc_build/./gcc:/disk3/extsrc/gcc_build/./prev-gcc
4.exe: /disk3/extsrc/gcc-4.5.1/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/4.cc:54:
void test01(): Assertion `errorstate == ios_base::eofbit' failed.
FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test

I am investigating but wonder if anyone has experienced that failure
and has a solution.  I am finding several undocumented factors
(including LD_LIBRARY_PATH and some configuration options that are not
easily found) that have an influence on successfully testing libstdc++
and plan to propose doc changes.

Thanks.

-Tom

Thomas M. Browder, Jr.
Niceville, Florida
USA

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

* Re: gcc-4.5.1 failing test: FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test
  2010-09-10  1:36 gcc-4.5.1 failing test: FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test Tom Browder
@ 2010-09-10 11:33 ` Tom Browder
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Browder @ 2010-09-10 11:33 UTC (permalink / raw)
  To: GCC-help

On Thu, Sep 9, 2010 at 20:35, Tom Browder <tom.browder@gmail.com> wrote:
> After a good build of gcc-4.5.1 I did
>
> $ make check-target-libstdc++-v3
>
> and I get only one failure:
>
> Setting LD_LIBRARY_PATH to
> :/disk3/extsrc/gcc_build/gcc:/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/./libstdc++-v3/../libgomp/.libs:/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/./libstdc++-v3/src/.libs::/disk3/extsrc/gcc_build/gcc:/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/./libstdc++-v3/../libgomp/.libs:/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/./libstdc++-v3/src/.libs:/disk3/extsrc/gcc_build/./gmp/.libs:/disk3/extsrc/gcc_build/./prev-gmp/.libs:/disk3/extsrc/gcc_build/./mpfr/.libs:/disk3/extsrc/gcc_build/./prev-mpfr/.libs:/disk3/extsrc/gcc_build/./mpc/.libs:/disk3/extsrc/gcc_build/./prev-mpc/.libs:/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/libstdc++-v3/.libs:/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/libmudflap/.libs:/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/libssp/.libs:/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/libgomp/.libs:/disk3/extsrc/gcc_build/./gcc:/disk3/extsrc/gcc_build/./prev-gcc
> 4.exe: /disk3/extsrc/gcc-4.5.1/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/4.cc:54:
> void test01(): Assertion `errorstate == ios_base::eofbit' failed.
> FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test
>
> I am investigating but wonder if anyone has experienced that failure
> and has a solution.  I am finding several undocumented factors
> (including LD_LIBRARY_PATH and some configuration options that are not
> easily found) that have an influence on successfully testing libstdc++
> and plan to propose doc changes.

Disregard, I got this answer earlier from Paolo Carlini, a libsdtdc++ developer:

<quote>
On 08/31/2010 05:02 PM, Tom Browder wrote:
> Okay, I now have only one failure:
>
> 4.exe: /disk3/extsrc/gcc-4.5.1/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/4.cc:54:
> void test01(): Assertion `errorstate == ios_base::eofbit' failed.
> FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test
>
This is / was libstdc++/31413. Everything is fine as far as I can see.
</quote>

This is a known Debian problem.

-Tom

Thomas M. Browder, Jr.
Niceville, Florida
USA

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

end of thread, other threads:[~2010-09-10 11:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-10  1:36 gcc-4.5.1 failing test: FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test Tom Browder
2010-09-10 11:33 ` Tom Browder

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).