mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
tests: add regression test for #299
This commit is contained in:
parent
02efac0ce5
commit
fee98d837c
1 changed files with 5 additions and 0 deletions
|
|
@ -46,3 +46,8 @@
|
|||
(is (ext:float-infinity-p ext:single-float-negative-infinity))
|
||||
(is (ext:float-infinity-p ext:single-float-positive-infinity))
|
||||
(is (ext:float-nan-p (si:nan))))
|
||||
|
||||
;;; Reported by: Robert Dodier
|
||||
;;; URL: https://gitlab.com/embeddable-common-lisp/ecl/issues/299
|
||||
(test ieee-fp.0003.b299
|
||||
(finishes (< ext:double-float-negative-infinity 1/3)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue