From 0001121104eec5858f6b9f6cf5add3feceab7b85 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Fri, 3 Jan 2014 14:11:09 -0800 Subject: [PATCH] Don't run trac.15 on x87. We expect this to fail there and won't fix it. --- tests/trac.lisp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/trac.lisp b/tests/trac.lisp index 64cbe81a2..4cffa78ff 100644 --- a/tests/trac.lisp +++ b/tests/trac.lisp @@ -56,6 +56,10 @@ (assert-equal " 0.100E+01" (format nil "~11,3,2,0,'*,,'EE" .9999))) +;; See http://trac.common-lisp.net/cmucl/ticket/15. We don't intend +;; to fix this with x87 due to the x87 extended double float (80-bit) +;; format. +#-x87 (define-test trac.15 (:tag :trac) (assert-true -- GitLab