From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Test-suite update Date: Fri, 23 Sep 2005 07:15:25 +1000 Message-ID: <877jd8rehe.fsf@zip.com.au> References: <87oecutxox.fsf@laas.fr> <87vf58cxxq.fsf@zagadka.de> <87k6kwopv5.fsf@laas.fr> <87fysk7ady.fsf@zagadka.de> <87mzmpmcm2.fsf@laas.fr> <87aci6u6f4.fsf@laas.fr> <87psr22c2p.fsf@zip.com.au> <8764stp5n2.fsf_-_@laas.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1127425790 11865 80.91.229.2 (22 Sep 2005 21:49:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Sep 2005 21:49:50 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Sep 22 23:49:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EIYvM-0000W6-0i for guile-devel@m.gmane.org; Thu, 22 Sep 2005 23:48:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EIYvL-0002WX-9U for guile-devel@m.gmane.org; Thu, 22 Sep 2005 17:48:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EIYoj-0008DJ-Hu for guile-devel@gnu.org; Thu, 22 Sep 2005 17:41:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EIYoi-0008Cx-Ms for guile-devel@gnu.org; Thu, 22 Sep 2005 17:41:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EIYjf-0005jZ-1J for guile-devel@gnu.org; Thu, 22 Sep 2005 17:36:07 -0400 Original-Received: from [61.8.0.115] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EIYPm-0005u2-BQ for guile-devel@gnu.org; Thu, 22 Sep 2005 17:15:34 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j8MLFUYR026969; Fri, 23 Sep 2005 07:15:30 +1000 Original-Received: from localhost (ppp28FB.dyn.pacific.net.au [61.8.40.251]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j8MLFTMH006121; Fri, 23 Sep 2005 07:15:29 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1EIYPe-0000b1-00; Fri, 23 Sep 2005 07:15:26 +1000 Original-To: ludovic.courtes@laas.fr (Ludovic =?iso-8859-1?Q?Court=E8s?=) Mail-Copies-To: never In-Reply-To: <8764stp5n2.fsf_-_@laas.fr> (Ludovic =?iso-8859-1?Q?Court=E8s?= =?iso-8859-1?Q?'s?= message of "Thu, 22 Sep 2005 15:57:05 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5231 Archived-At: ludovic.courtes@laas.fr (Ludovic Court=E8s) writes: > > It turns out that I had never looked at the test-suite, mostly because > it isn't run at `make check' time. It is, but from the top-level ./check-guile. > Additionally, the `guile-test' script was largely outdated. Maybe could be removed if no longer used. > It also comments out the `elisp' test which results in a stack > overflow here. Works for me, you might have struck a bug. But check you're not compiling with -O0, that used a lot more stack for me with gcc 4 and overflowed in strange places. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel