kleopatra999 / owl-lisp

Automatically exported from code.google.com/p/owl-lisp
3 stars 1 forks source link

math.scm randomized test failure #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
One failure occurred during heavy attempts to reproduce the factor.scm unit 
test issue. This is likely just a bad unit test which can get zero divisor with 
low probability.

Running tests/ against ./ol: o o o o o o o o o o o o o o o o o o o o o o o o o 
o o o o o o o o o o o o o o o o o o o o o o o o o o oERROR: tests/math.scm
48c48,50
< Tests complete.

---
> Could not load tests/math.scm because
>   division by zero
>     / 0 0
ERROR: tests/math.scm

Original issue reported on code.google.com by aohelin on 3 Feb 2012 at 4:16

GoogleCodeExporter commented 9 years ago
Two issues which could have been causes of this have been fixed recently. 
Closing tentatively.

Original comment by aohelin on 26 Feb 2012 at 7:31