From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.lisp.guile.devel Subject: Re: Strange UNRESOLVED results in elisp-compiler.test Date: Wed, 02 Jul 2014 17:48:55 +0300 Message-ID: <831tu34y08.fsf@gnu.org> References: <83y4we4efs.fsf@gnu.org> <871tu4ytah.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1404312560 8672 80.91.229.3 (2 Jul 2014 14:49:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Jul 2014 14:49:20 +0000 (UTC) Cc: mhw@netris.org, guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jul 02 16:49:12 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 1X2LqS-0005y8-KJ for guile-devel@m.gmane.org; Wed, 02 Jul 2014 16:49:12 +0200 Original-Received: from localhost ([::1]:54193 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2LqS-0003PK-AX for guile-devel@m.gmane.org; Wed, 02 Jul 2014 10:49:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2LqK-0003Oc-Cr for guile-devel@gnu.org; Wed, 02 Jul 2014 10:49:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2LqE-0002ac-Cg for guile-devel@gnu.org; Wed, 02 Jul 2014 10:49:04 -0400 Original-Received: from mtaout27.012.net.il ([80.179.55.183]:46908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2LqE-0002a3-4y; Wed, 02 Jul 2014 10:48:58 -0400 Original-Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0N8300O00A09XO00@mtaout27.012.net.il>; Wed, 02 Jul 2014 17:45:20 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N8300HUSABJRJ80@mtaout27.012.net.il>; Wed, 02 Jul 2014 17:45:20 +0300 (IDT) In-reply-to: <871tu4ytah.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.183 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:17265 Archived-At: > From: ludo@gnu.org (Ludovic Court=C3=A8s) > Cc: Mark H Weaver , guile-devel@gnu.org > Date: Wed, 02 Jul 2014 12:00:22 +0200 >=20 > Eli Zaretskii skribis: >=20 > > These UNRESOLVED results in elisp-compiler.test puzzle me: > > > > UNRESOLVED: elisp-compiler.test: Exceptions: catch and throw > > UNRESOLVED: elisp-compiler.test: Exceptions: unwind-protect > > UNRESOLVED: elisp-compiler.test: Equivalence Predicates: eq > > > > Any idea why could these fail on Windows? Where do I find their > > implementation that needs to be examined for the reasons? >=20 > I don=E2=80=99t know why, but we=E2=80=99re seeing the same on GNU/= Linux, so no worries. OK, so I'm in good company. Thanks.