From 0d97aac74ce9d7d17779f047f678bfa4bb73d6a5 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Tue, 9 Jun 2015 00:52:59 -0400
Subject: [PATCH] test: restoring upgrade tests for CMUCL. They work with the
 cmucl 2014-12 snapshot. My previous failures were due to my old, tweaked
 cmucl install.

---
 test/run-tests.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/run-tests.sh b/test/run-tests.sh
index 7d2e8e54..c8059024 100755
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -411,8 +411,9 @@ valid_upgrade_test_p () {
         # Now its hg repository includes 3.0.2.29, but clisp hasn't released in many years(!)
         # We don't punt on upgrade anymore, so we can go at it!
         #clisp:2.00[0-7]:*|clisp:1.*|clisp:2.0[01]*|clisp:2.2[0-5]:*) : ;;
-        # CMUCL has problems with CLOS upgrade in general.
-        cmucl:*) : ;;
+        # CMUCL has problems with 2.32 and earlier because of
+        # the redefinition of system's superclass component.
+        cmucl:1.*|cmucl:2.[012]*|cmucl:2.3[012]*) : ;;
         # Skip many ECL tests, for various ASDF issues
         ecl*:1.*|ecl*:2.0[01]*|ecl*:2.20:*) : ;;
         # GCL 2.7.0 from late November 2013 is required, with ASDF 3.1.2
-- 
GitLab