From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matt Wette Newsgroups: gmane.lisp.guile.user Subject: help needed with (test-suite lib) Date: Wed, 9 Mar 2016 18:08:00 -0800 Message-ID: <05F759BF-B6CA-444B-9757-BE8205D177DF@verizon.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: multipart/alternative; boundary="Apple-Mail=_B0997717-CDDB-4126-8CE0-3084AE171CB1" X-Trace: ger.gmane.org 1457575741 22352 80.91.229.3 (10 Mar 2016 02:09:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2016 02:09:01 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Mar 10 03:08:45 2016 Return-path: Envelope-to: guile-user@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 1adq1o-0000Vs-SI for guile-user@m.gmane.org; Thu, 10 Mar 2016 03:08:40 +0100 Original-Received: from localhost ([::1]:45682 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adq1n-0002pC-Sl for guile-user@m.gmane.org; Wed, 09 Mar 2016 21:08:40 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adq1c-0002ks-9l for guile-user@gnu.org; Wed, 09 Mar 2016 21:08:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adq1Y-0007Mn-U7 for guile-user@gnu.org; Wed, 09 Mar 2016 21:08:28 -0500 Original-Received: from omr-m008e.mx.aol.com ([204.29.186.7]:31169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adq1Y-0007Jl-PU for guile-user@gnu.org; Wed, 09 Mar 2016 21:08:24 -0500 Original-Received: from mtaout-maa01.mx.aol.com (unknown [172.26.222.141]) by omr-m008e.mx.aol.com (Outbound Mail Relay) with ESMTP id 36A8C380009E for ; Wed, 9 Mar 2016 21:08:04 -0500 (EST) Original-Received: from [192.168.2.127] (0x5b3139322e3136382e322e3132375d [72.87.204.128]) by mtaout-maa01.mx.aol.com (MUA/Third Party Client Interface) with ESMTPA id 19606380000A0 for ; Wed, 9 Mar 2016 21:08:01 -0500 (EST) X-Mailer: Apple Mail (2.2104) x-aol-global-disposition: G x-aol-sid: 3039ac1ade8d56e0d7013949 X-AOL-IP: 72.87.204.128 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 204.29.186.7 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:12465 Archived-At: --Apple-Mail=_B0997717-CDDB-4126-8CE0-3084AE171CB1 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 I am using test-suite/lib.scm from guile-2.0.11. Can anyone explain why I am getting =E2=80=9CUNRESOLVED=E2=80=9D below? = I am expecting =E2=80=9CPASS=E2=80=9D. What am I missing? Thanks, Matt mwette$ guile GNU Guile 2.0.11 Copyright (C) 1995-2014 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it under certain conditions; type `,show c' for details. Enter `,help' for help. scheme@(guile-user)> (use-modules (test-suite lib)) scheme@(guile-user)> (pass-if "demo" (lambda () #t)) UNRESOLVED: demo scheme@(guile-user)>=20 scheme@(guile-user)> run-test $1 =3D # --Apple-Mail=_B0997717-CDDB-4126-8CE0-3084AE171CB1 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8

I am using = test-suite/lib.scm from guile-2.0.11.


Can anyone explain = why I am getting =E2=80=9CUNRESOLVED=E2=80=9D below?  I am = expecting =E2=80=9CPASS=E2=80=9D.   What am I missing?


Thanks,
Matt

mwette$ guile

GNU Guile 2.0.11

Copyright (C) 1995-2014 Free Software Foundation, Inc.


Guile comes with ABSOLUTELY NO WARRANTY; for details type = `,show w'.

This program is free software, and you are welcome to = redistribute it

under certain conditions; type `,show c' for details.


Enter `,help' for help.

scheme@(guile-user)> (use-modules (test-suite lib))

scheme@(guile-user)> (pass-if "demo" (lambda () #t))

UNRESOLVED: demo

scheme@(guile-user)> 


scheme@(guile-user)> = run-test

$1 =3D #<procedure 1061cc440 at test-suite/lib.scm:323:4 = (name expect-pass thunk)>


= --Apple-Mail=_B0997717-CDDB-4126-8CE0-3084AE171CB1--