[git] CMU Common Lisp branch master updated. snapshot-2013-12-a-48-g0001121
Raymond Toy
rtoy at common-lisp.net
Fri Jan 3 22:11:17 UTC 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".
The branch, master has been updated
via 0001121104eec5858f6b9f6cf5add3feceab7b85 (commit)
from fc77c64668de9541b5a3aca96366de26c7bb8b51 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0001121104eec5858f6b9f6cf5add3feceab7b85
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Fri Jan 3 14:11:09 2014 -0800
Don't run trac.15 on x87. We expect this to fail there and won't fix
it.
diff --git a/tests/trac.lisp b/tests/trac.lisp
index 64cbe81..4cffa78 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
-----------------------------------------------------------------------
Summary of changes:
tests/trac.lisp | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list