From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Per Bothner Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Changes to SRFI-64 testing.scm to support Guile 2, etc. Date: Thu, 06 Feb 2014 09:49:19 -0800 Message-ID: <52F3CB1F.3010404@bothner.com> References: <87fvodi3rt.fsf@netris.org> <52E2CE1E.40109@bothner.com> <87a9eff9n6.fsf_-_@netris.org> <52E9224B.9090600@bothner.com> <87r47pebvg.fsf@netris.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1391708980 21004 80.91.229.3 (6 Feb 2014 17:49:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Feb 2014 17:49:40 +0000 (UTC) Cc: guile-devel@gnu.org To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Feb 06 18:49:47 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WBT58-00079G-Kr for guile-devel@m.gmane.org; Thu, 06 Feb 2014 18:49:46 +0100 Original-Received: from localhost ([::1]:37771 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBT58-0000xj-86 for guile-devel@m.gmane.org; Thu, 06 Feb 2014 12:49:46 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBT50-0000wj-AK for guile-devel@gnu.org; Thu, 06 Feb 2014 12:49:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBT4u-00071t-CI for guile-devel@gnu.org; Thu, 06 Feb 2014 12:49:38 -0500 Original-Received: from aibo.runbox.com ([91.220.196.211]:52467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBT4u-00071p-6H for guile-devel@gnu.org; Thu, 06 Feb 2014 12:49:32 -0500 Original-Received: from [10.9.9.206] (helo=mailfront02.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1WBT4s-0001oN-Jc; Thu, 06 Feb 2014 18:49:30 +0100 Original-Received: from 70-36-239-203.dsl.dynamic.sonic.net ([70.36.239.203] helo=localhost.localdomain) by mailfront02.runbox.com with esmtpsa (uid:757155 ) (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) id 1WBT4k-0003RM-GQ; Thu, 06 Feb 2014 18:49:22 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: <87r47pebvg.fsf@netris.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 91.220.196.211 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16860 Archived-At: On 01/30/2014 07:18 AM, Mark H Weaver wrote: > I've attached some more fixes for SRFI-64 testing.scm: > > * Improved Guile's implementation of '%test-evaluate-with-catch' > to record 'actual-error' if there's an error. > > * Fix typo '%test-approximimate=' -> '%test-approximate='. > > * In the default implementation of 'test-error', '%test-report-result' > was being called twice: once by '%test-error', and once by > 'test-assert'. This caused the test suite to fail on Guile 1.8. Thanks - I've checked these into the master source at Kawa. -- --Per Bothner per@bothner.com http://per.bothner.com/