unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Arno Peters <a.w.peters@ieee.org>
Subject: R5RS compliance test
Date: Fri, 14 Feb 2003 11:17:36 +0100	[thread overview]
Message-ID: <20030214101736.GA7239@duronbox> (raw)

On comp.lang.scheme, Scott Miller published a R5RS compliance test.
The source is here:

  http://sisc.sf.net/r5rs_pitfall.scm

The results from other Scheme implementations:

  http://sisc.sf.net/r5rspitresults.html


Modifications for Guile:

For obvious reasons, I needed to add

  (use-modules (ice-9 syncase))

to the top of r5rs_pitfall.scm


The results for Guile:

I ran the test with Guile1.4 in Debian (unstable).  The first run gave
the following resuls:

  $ guile -s r5rs_pitfall.scm
  Failure: 1.1, expected '0', got '1'.
  Passed: 1.2
  Passed: 1.3
  ERROR: In expression ((quote 0) (c13 #)):
  ERROR: Wrong type to apply: 0

After commenting out test 2.1, I got the following results:

  $ guile -s r5rs_pitfall.scm
  Failure: 1.1, expected '0', got '1'.
  Passed: 1.2
  Passed: 1.3
  Passed: 3.1
  Passed: 3.2
  Passed: 4.1
  Passed: 4.2
  Passed: 5.1
  Passed: 5.2
  Passed: 5.3
  Passed: 6.1
  Passed: 7.1
  Passed: 7.2
  Passed: 7.3
  Passed: 7.4
  Map is not call/cc safe, but probably tail recursive and efficient.

There are two failures: tests 1.1 and 2.1.

I ran the test also with the CVS HEAD branch (1.7.0), again I had to
comment out test 2.1.  The test results are identical to guile 1.4


Greetings,
-- 
Arno Peters


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


                 reply	other threads:[~2003-02-14 10:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030214101736.GA7239@duronbox \
    --to=a.w.peters@ieee.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).