Description
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)