From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Rework the testing framework for number-theoretic division operators Date: Mon, 31 Jan 2011 09:52:31 +0100 Message-ID: References: <87lj221hn7.fsf@yeeloong.netris.org> <87aaiivw6t.fsf@gnu.org> <87aaihzjbi.fsf_-_@yeeloong.netris.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1296463666 14524 80.91.229.12 (31 Jan 2011 08:47:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2011 08:47:46 +0000 (UTC) Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , guile-devel@gnu.org To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jan 31 09:47:42 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PjpQC-0000zp-Dr for guile-devel@m.gmane.org; Mon, 31 Jan 2011 09:47:40 +0100 Original-Received: from localhost ([127.0.0.1]:39039 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjpQB-0001eE-Qu for guile-devel@m.gmane.org; Mon, 31 Jan 2011 03:47:39 -0500 Original-Received: from [140.186.70.92] (port=45540 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjpQ9-0001e3-CG for guile-devel@gnu.org; Mon, 31 Jan 2011 03:47:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjpQ7-00031H-V4 for guile-devel@gnu.org; Mon, 31 Jan 2011 03:47:37 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:41682 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjpQ7-000315-R6; Mon, 31 Jan 2011 03:47:35 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id BF0732FAF; Mon, 31 Jan 2011 03:48:26 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=Nx8Dk50h66b+ dDu4mi3ADVwao30=; b=aXCGvoveH0YsEc29z3cNJ+GzIt0xU56VR8xbrKYhkMe/ QULXBSy2+jjuRBbXy6SKtDRULDcX9EaeTTX8jcdujJH5+iC03nPrtz2INIPmCQCV Xub7bXas6QOzbn7WButaJPn/2vAbtvjJiC6TekOLG+44CdMk3jePeG9JUxxNFHI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=vp5Anx eDnVUnCgd7CEFS8wcdPhce7Ex25gIH5FM2M74p3wvvxlzXJRlSQIv+ykipCJtKub HFk3c0eAP4e+TgpK4RsgMfh4ZnsZshAtIe7m1TmZwMWl6YjG0FHnkgx9ohewQbFp 2adaQCxB6irzDzdAdrUlrLIPvEoDJ34X23FUM= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 9B5FF2FAD; Mon, 31 Jan 2011 03:48:24 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id CCED22FAC; Mon, 31 Jan 2011 03:48:21 -0500 (EST) In-Reply-To: <87aaihzjbi.fsf_-_@yeeloong.netris.org> (Mark H. Weaver's message of "Mon, 31 Jan 2011 01:19:29 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: DD45934C-2D16-11E0-A3E3-BC4EF3E828EC-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 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:11444 Archived-At: On Mon 31 Jan 2011 07:19, Mark H Weaver writes: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: >> There are related test failures on i686-linux-gnu: >> >> http://hydra.nixos.org/build/875025 > > I believe this patch should fix the test failures. Applied, thanks. Andy --=20 http://wingolog.org/