Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits: ea868e0f by Raymond Toy at 2017-09-05T20:54:33-07:00 Revert change.
The failed test causes the pipeline to fail, as expected.
- - - - -
1 changed file:
- tests/trig.lisp
Changes:
===================================== tests/trig.lisp ===================================== --- a/tests/trig.lisp +++ b/tests/trig.lisp @@ -16,7 +16,7 @@ (define-test sin.very-small "Tests sin for the case of |x| < 2^-27, but not 0." (:tag :sin) - (assert-eql (scale-float 1d0 -27) + (assert-eql (scale-float 1d0 -28) (sin (scale-float 1d0 -28))))
(define-test sin.no-reduction
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/ea868e0f11196d22304a37d947...
--- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/ea868e0f11196d22304a37d947... You're receiving this email because of your account on gitlab.common-lisp.net.