gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Updates to test suite


From: Paul F. Dietz
Subject: [Gcl-devel] Updates to test suite
Date: Sat, 18 Jan 2003 18:07:40 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021126

I've added a large number of tests to the ansi-test suite
for keyword argument processing in builtin functions.

There are now 441 tests failing out of 8482.

Many of the new failures are similar, involving:

(1) Not accepting :allow-other-keys nil by itself.
(2) When :allow-other-keys <true> and :allow-other-keys nil
  are both present, the second one is taken, which is incorrect
  -- the leftmost occurence of a keyword parameter has
  priority.

        Paul





reply via email to

[Prev in Thread] Current Thread [Next in Thread]