/[gcl]/gcl/ansi-tests/README
ViewVC logotype

Diff of /gcl/ansi-tests/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by pfdietz, Thu Sep 26 16:53:37 2002 UTC revision 1.2 by pfdietz, Fri Dec 13 02:07:54 2002 UTC
# Line 1  Line 1 
1  This directory contains a partial Common Lisp standards compliance  This directory contains a partial Common Lisp standards compliance
2  test suite.  test suite.
3    
4  To load, edit load.lsp and load it.  To run, do this:  To run the tests, load gclload.lsp.  This will load and
5    run the tests.  To just load the tests, load gclload1.lsp
6    and gclload2.lsp.
7    
8          (in-package :cl-test)  Individual tests may be run by (rt:do-test '<test name>).
         (do-tests)  
   
 From GCL, instead just load gclload.lsp.  This will automatically  
 run the tests.  
   
 Individual tests may be run by (do-test '<test name>).  
   
 The tests here cover the CONSes, SYMBOLs and PACKAGEs section of the  
 hyperspec, as well as fragments of other parts (sequences, types,  
 lists, arrays, structures, the reader).  I intend to add tests for the  
 other parts of the standard.  The package tests are currently disabled  
 in GCL because of a bug in DEFPACKAGE.  
   
 When I run this I have a copy of the MK defsystem in the ../defsys30  
 directory.  The .system files use the MK forms (not the defsystem from  
 ACL).  (Note: when gclload.lsp is loaded the defsystem is not used.)  
   
 The tar file contains a modified version of the Waters RT regression  
 test package, which gets installed in subdirectory rt/.  
9    
10  Please tell me when you find incorrect test cases.  Please tell me when you find incorrect test cases.
11    
 There are five test cases that cause very long loops on ACL (ELT-*  
 tests on type-bogus inputs; I think the system is considering the  
 pointers to be very large unsigned integers.)  
   
12          Paul Dietz          Paul Dietz
13          dietz@dls.net          dietz@dls.net
14    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26