From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21342 invoked by alias); 3 Apr 2003 06:05:04 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 21332 invoked from network); 3 Apr 2003 06:05:03 -0000 Received: from unknown (HELO egil.codesourcery.com) (66.92.14.122) by sources.redhat.com with SMTP; 3 Apr 2003 06:05:03 -0000 Received: from zack by egil.codesourcery.com with local (Exim 3.36 #1 (Debian)) id 190xqJ-00012J-00; Wed, 02 Apr 2003 22:04:55 -0800 To: Andreas Jaeger Cc: kenner@vlsi1.ultra.nyu.edu (Richard Kenner), gcc@gcc.gnu.org Subject: Re: Problems with "make check" From: Zack Weinberg Date: Thu, 03 Apr 2003 06:24:00 -0000 In-Reply-To: (Andreas Jaeger's message of "Thu, 03 Apr 2003 07:13:16 +0200") Message-ID: <87el4kazg8.fsf@egil.codesourcery.com> User-Agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.2 (gnu/linux) References: <10303280216.AA26907@vlsi1.ultra.nyu.edu> <87he9gfx0q.fsf@egil.codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-04/txt/msg00120.txt.bz2 Andreas Jaeger writes: > Zack Weinberg writes: > >> kenner@vlsi1.ultra.nyu.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. zw