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: Strange UNRESOLVED results in elisp-compiler.test Date: Mon, 30 Jun 2014 18:14:47 +0300 Message-ID: <83y4we4efs.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1404141324 29514 80.91.229.3 (30 Jun 2014 15:15:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2014 15:15:24 +0000 (UTC) Cc: Mark H Weaver , guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jun 30 17:15:16 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 1X1dIa-0004k8-AR for guile-devel@m.gmane.org; Mon, 30 Jun 2014 17:15:16 +0200 Original-Received: from localhost ([::1]:34987 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1dIZ-00010D-Ry for guile-devel@m.gmane.org; Mon, 30 Jun 2014 11:15:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1dIN-0000tv-HZ for guile-devel@gnu.org; Mon, 30 Jun 2014 11:15:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1dIF-0001fB-4R for guile-devel@gnu.org; Mon, 30 Jun 2014 11:15:03 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:60341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1dIE-0001es-Sr; Mon, 30 Jun 2014 11:14:55 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0N7Z00H00M388V00@a-mtaout20.012.net.il>; Mon, 30 Jun 2014 18:14:53 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N7Z00HDIMCSC800@a-mtaout20.012.net.il>; Mon, 30 Jun 2014 18:14:53 +0300 (IDT) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:17257 Archived-At: 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? TIA