blackwinter / rb-gsl

Ruby interface to the GNU Scientific Library [Ruby 2.x and GSL 1.16 compatible fork of the gsl gem]
https://blackwinter.github.io/rb-gsl
Other
27 stars 7 forks source link

Many tests are failing on non-amd64 architectures #24

Open rbalint opened 9 years ago

rbalint commented 9 years ago

In Debian we build rb-gsl for many architectures and most of them are failing: https://buildd.debian.org/status/package.php?p=ruby-gsl&suite=unstable

BTW I'm the new maintainer of the package and wanted to say Hi. :-)

blackwinter commented 9 years ago

Welcome! :)

Most of these test failures seem to be precision-related (eigen_test.rb:432, dht_test.rb:72) or invalid memory accesses (oper_test.rb:50). The other one (sf_test.rb:27 on armhf, clobbered by debian/ruby-tests.rb:14) requires further investigation.