From 94d3d90495dc3153d7645f0c2551e8cef1a65ee6 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Thu, 17 Oct 2013 13:36:21 -0400 Subject: [PATCH] Disable test-stamp-propagation on XCL, too. --- test/stamp-propagation/test-stamp-propagation.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stamp-propagation/test-stamp-propagation.lisp b/test/stamp-propagation/test-stamp-propagation.lisp index 21625080..5d02ca4b 100644 --- a/test/stamp-propagation/test-stamp-propagation.lisp +++ b/test/stamp-propagation/test-stamp-propagation.lisp @@ -143,7 +143,7 @@ '((:compiling :system) (:load-toplevel :file1) (:compile-toplevel :file2) (:load-toplevel :file2)))) -#-abcl ;; TODO: figure out why ABCL fails to recompile anything. +#-(or abcl xcl) ;; TODO: figure out why ABCL and XCL fail to recompile anything. (test-defsystem :asdf) #+(or genera lispworks) -- GitLab