This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++ summary
- From: Phil Edwards <phil at jaj dot com>
- To: Mike Cleary <mcleary at iol dot unh dot edu>
- Cc: libstdc++ at gcc dot gnu dot org, clp <clp at iol dot unh dot edu>
- Date: Tue, 3 Dec 2002 11:02:41 -0500
- Subject: Re: libstdc++ summary
- References: <3DECC0BB.5000601@iol.unh.edu>
On Tue, Dec 03, 2002 at 09:33:31AM -0500, Mike Cleary wrote:
> Greetings,
> I have the following summary to report on libstdc++. I was just
> wondering if someone can tell me where to look to find the exact error
> so that I can report that. I've found this on an alpha with the
> alphaev56 configuration in the basic baseline with the gcc-3_2-branch:
>
> === libstdc++-v3 Summary ===
>
> # of expected passes 397
> # of unexpected failures 9
> # of unexpected successes 10
> # of expected failures 16
> make[4]: *** [check-DEJAGNU] Error 1
No real error here. That's purely an oddity of dejagnu. The instructions
http://gcc.gnu.org/install/test.html
specify "make -k" for this reason; make will ignore dejagnu's false
negatives and continue.
--
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
- Edsger Dijkstra, 1930-2002