[Git][cmucl/cmucl][rtoy-gitlab-ci] Revert change.
Raymond Toy
rtoy at common-lisp.net
Wed Sep 6 03:54:43 UTC 2017
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/ea868e0f11196d22304a37d9473ce7c7d60d8f80
---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/ea868e0f11196d22304a37d9473ce7c7d60d8f80
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20170906/b60fcea7/attachment.html>
More information about the cmucl-cvs
mailing list