This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Problems with "make check"


On Wed, Apr 02, 2003 at 10:04:55PM -0800, Zack Weinberg wrote:
> Andreas Jaeger <aj at suse dot de> writes:
> 
> > Zack Weinberg <zack at codesourcery dot com> writes:
> >
> >> kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner) writes:
> >>
> >>> What is causing this?
> >>>
> >>>                 === libstdc++-v3 Summary ===
> >>>  
> >>> # of expected passes            1255
> >>> # of unexpected failures        76
> >>> # of expected failures          2
> >>> make[4]: *** [check-DEJAGNU] Error 1
> >>
> >> dejagnu exits unsuccessfully if there are unexpected failures.  Use
> >> make -k check.
> >
> > But libstdc++-v3 is the only directory where then make fails.  If you
> > run the other testsuites, the error is always ignored and libstdc++-v3
> > forces you to use make -k check.
> 
> Ah, yes, I see that gcc/Makefile.in for instance uses -$(RUNTEST) so
> errors will be ignored.  It would probably be good to make this
> consistent.

Yes, it would be.  The problem that I see is that libstdc++-v3 uses
automake to generate the calls for runtest.  I do not know how to
teach automake to ignore the error (otherwise I would have send a patch
already ;-).

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj at suse dot de
   private aj at arthur dot inka dot de
    http://www.suse.de/~aj


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