From 0efe021ea28002d5a8a272a8515068024e81e4f3 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Thu, 27 Dec 2012 23:40:22 -0500
Subject: [PATCH] Skip upgrade tests on XCL -- they fail for some unknown
 reason that also kills its debugger. If/when XCL ever resurrects, it's time
 to further maintain its support.

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 9d0d748e..64080507 100644
--- a/Makefile
+++ b/Makefile
@@ -119,8 +119,8 @@ test-upgrade:
 		: Skip, because of various ASDF issues ;; \
 	      mkcl:1.*|mkcl:2.0[01]*|mkcl:2.2[0-3]:*) \
 		: Skip, because MKCL is only supported starting with 2.24 ;; \
-	      xcl:1.*|xcl:2.00*|xcl:2.01[0-4]:*) \
-		: XCL support starts with ASDF 2.014.2 ;; \
+	      xcl:1.*|xcl:2.00*|xcl:2.01[0-4]:*|xcl:*) \
+		: XCL support starts with ASDF 2.014.2 - It also hangs badly during upgrade. ;; \
 	      *) (set -x ; \
                   case $$x in \
 		    load-system) l="$$lo (asdf-test::load-asdf-system)" ;; \
-- 
GitLab