gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] load-time value support, closed compile bugs in ANSItest


From: Camm Maguire
Subject: Re: [Gcl-devel] load-time value support, closed compile bugs in ANSItest suite
Date: 24 Nov 2004 09:55:54 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

What I typically do is search for OPEN.1 from the top of the output,
and copy the form reported as failing into a gcl process to see the
full error output.  In case you use emacs, this is quite easy:

(With the test results in one buffer, and saved_ansi_gcl running in
the  ansi-tests/ directory under a shell in another emacs buffer:)

C-s OPEN.1
(advance to top of form)
C-M-Space M-w (copies form into paste buffer)
C-x o
C-y

Make sure to prepare the gcl-running buffer first with

(load "gclload1.lsp")
(in-package 'cl-test)

Take care,

"Mike Thomas" <address@hidden> writes:

> Hi Paul.
> 
> | I'm seeing this (built with --enable-ansi on a Redhat 9 x86 machine
> | this morning), then doing (load "gclload.lsp") in a running lisp:
> 
> Thanks very much for this feedback, it is very helpful.
> 
> A quick eyeball shows that RATIONAL.1, some PATHNAME and DIRECTORY tests and
> most importantly, every OPEN.* test failed on Windows.
> 
> I was looking at the swathe of open test failures last night and found that
> the test forms I tried all actually worked if just entered at a GCL prompt.
> In the test log they are failing like this:
> 
> OPEN.1
> 
> Expected value: "abcdefghij"
> Actual value: #<CONDITIONS::INTERNAL-SIMPLE-ERROR.259>.
> 
> despite being OK at the command prompt.
> 
> OPEN.2 gives:
> 
> Expected value: "abcdefghij"
> Actual value: #<CONDITIONS::INTERNAL-SIMPLE-ERROR.260>.
> 
> OPEN.3:
> 
> Expected value: "abcdefghij"
> Actual value: #<CONDITIONS::INTERNAL-SIMPLE-ERROR.261>.
> 
> That is, the eroor number increases by one each time??  I'll follow up as
> time permits - will have to find out what internal-simple-errors are first.
> 
> Cheers
> 
> Mike Thomas
> 
> 
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gcl-devel
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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