From ac910f366c2412987fdcb2099887486c6a9aa5e1 Mon Sep 17 00:00:00 2001 From: Raymond Toy Date: Fri, 5 Jul 2024 11:16:01 -0700 Subject: [PATCH] Revert "CCL 1.12.2 passes the rtest_engineering_format tests" This reverts commit e5bc780ed92fdc7179e2c747de82b9945549bd77. CCL 1.12.2 actually still fails these tests. I had inadvertently used 1.12.2 and rebuilt ccl with the current sources. --- src/testsuite.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/testsuite.lisp b/src/testsuite.lisp index b691cb1e7..1ac847a9a 100644 --- a/src/testsuite.lisp +++ b/src/testsuite.lisp @@ -309,6 +309,8 @@ ((mlist simp) "rtest_engineering_format" #+abcl ((mlist simp) 6) + #+ccl + ((mlist simp) 6 8 10 12) ;; Tested with acl 10.1 #+allegro ((mlist simp) 1 6 8 10 12 14)) -- 2.11.4.GIT