[armedbear-cvs] r13539 - trunk/abcl/test/lisp/abcl

mevenson at common-lisp.net mevenson at common-lisp.net
Thu Aug 25 09:24:13 UTC 2011


Author: mevenson
Date: Thu Aug 25 02:24:13 2011
New Revision: 13539

Log:
Make compiler-tests.lisp safe for non-ABCL implementations again.

Modified:
   trunk/abcl/test/lisp/abcl/compiler-tests.lisp

Modified: trunk/abcl/test/lisp/abcl/compiler-tests.lisp
==============================================================================
--- trunk/abcl/test/lisp/abcl/compiler-tests.lisp	Thu Aug 25 02:24:01 2011	(r13538)
+++ trunk/abcl/test/lisp/abcl/compiler-tests.lisp	Thu Aug 25 02:24:13 2011	(r13539)
@@ -444,6 +444,7 @@
   :results #.most-positive-java-long)
 
 ;;; ticket #147
+#+abcl
 (deftest compiler.1 
     (let ((tmpfile (ext::make-temp-file))
           (forms `((in-package :cl-user)
@@ -459,6 +460,7 @@
   t)
 
 ;;; ticket #156
+#+abcl
 (deftest compiler.2
     (let ((tmpfile (ext::make-temp-file))
           (line "(defconstant a #.(make-array '(8 256) 




More information about the armedbear-cvs mailing list