1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Description: floating point testsuite failures
Certain floating point test failures expected
Forwarded: not-needed
Author: Camm Maguire <camm@debian.org>
--- maxima-5.47.0.orig/src/testsuite.lisp
+++ maxima-5.47.0/src/testsuite.lisp
@@ -50,7 +50,9 @@
;; and sporadically in 201, 234, 249, 250, 251, 252, 267, 297, 298, 312, 315
;; and 319
;; ECL 13.5.1 sporadically fails in 233
- ((mlist simp) "rtest14")
+ ((mlist simp) "rtest14" #+gcl 155
+ #+gcl 159 ;i386 fixed with sse
+ )
"rtest15"
;; ccl versions 1.11 and earlier fail test 50. Mark it as a
;; known failure. Presumably 1.12 will have this fixed.
@@ -65,7 +67,14 @@
"rtestode_zp"
((mlist simp) "rtest3" ((mlist simp) 146))
;; ECL 16.1.2 still fails in #104
- ((mlist simp) "rtest8" #+(and m68k linux gnu gcl) 101 #+(and m68k linux gnu gcl) 104)
+ ((mlist simp) "rtest8" #+(and m68k linux gnu gcl) 101 #+(and m68k linux gnu gcl) 104
+ #+gcl 92;i386 fixed with sse
+ #+gcl 95;i386 fixed with sse
+ #+gcl 98;i386 fixed with sse
+ #+gcl 104;i386 fixed with sse
+ #+gcl 107;i386 fixed with sse
+ #+gcl 186;i386 fixed with sse
+ )
"rtest12"
"rexamples"
((mlist simp) "rtesthyp"
@@ -151,7 +160,7 @@
((mlist simp) "rtest_nfloat"
#-gcl((mlist simp) 25))
((mlist simp) "rtest_ilt")
- ((mlist simp) "ulp_tests"
+ ((mlist simp) "ulp_tests" #+gcl 8 ;To be fixed in GCL
;; Clisp doesn't have denormals
#+clisp
((mlist simp) 10 42 49))))
|