-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arm で通っていないテストがある. #232
Comments
on armhf |
compiled sort.l also failed on https://api.travis-ci.org/v3/job/646230300/log.txt
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
5196d26?diff=unified#diff-b4553af39acae935d505c76e139d4aa3R64 でテストを幾つかスキップしている.
armhf/arm64 共通
https://github.com/euslisp/jskeus/blob/master/irteus/test/geo.l で outer circuit not found になる.
in (body+ c1 b d1 c2 d2 c3 d3 c4 d4), exitting... 32/64関係なくarmだとこうなる.x86_64やosxではこうならないのが不思議...そもそも、https://github.com/euslisp/jskeus/blob/master/irteus/test/geo.l#L6-L21 がないとx86_64でも動いていないので、シビアな問題になっている?
objects.l/coords.l/irteus-demo.l|test-irt-motion.l はvm上で時間がかかりすぎている
armhf
interpolator.l で
test-linear-interpolator
でエラーになる.min/max が、-90.1692, 90.0174 で、epsilonが0.005でオーバしている.eus64-check が通っていない.
bignum.l, mathtest.l が通っていない.bignumは eus で floatで持っているものを、cにもっていって、arith.c のQUOTIENT で計算しているんだけど、この時点で情報が落ちているので、最終的に1/-1になっていない.同じシードだけど、random としたときの値の出方が違う.これはいいか.eien-decompose がおかしいのは、なにかまずいのか.https://github.com/euslisp/jskeus/pull/411/files#diff-de35494d2b96848c4c9129fa2dc7121cL110 (c.f. fix test/bignum.l for 32bit jskeus#411)
The text was updated successfully, but these errors were encountered: