Skip to content

Commit d5eebf7

Browse files
committed
irttest/test/*.l : some tests will not work on :arm
1 parent c0fc182 commit d5eebf7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

irteus/test/geo.l

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
distance (- (v. normal (car vertices))))))
2222
(in-package "USER")
2323

24+
#-:arm ;; https://github.com/euslisp/EusLisp/issues/232
2425
(deftest test-body+
2526
(let (bottom-frame
2627
b

irteus/test/interpolator.l

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
(< (reduce #'(lambda (x y) (max x y)) ret-list2) (+ 90 *epsilon*)))
111111
))
112112

113+
#-:arm ;; https://github.com/euslisp/EusLisp/issues/232
113114
(deftest test-linear-interpolator ()
114115
(let ((res (test-interpolators linear-interpolator)))
115116
(assert res)))

irteus/test/test-irt-motion.l

+1
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,7 @@
885885
:robot-class sarmclass :wheel-class omniwheel-joint
886886
:use-wholebody t)))
887887

888+
#-:arm ;; https://github.com/euslisp/EusLisp/issues/232
888889
(deftest test-orientation-of-joint-class
889890
(assert
890891
(let ((ret (test-orientation-of-joint-class-common sphere-joint)))

0 commit comments

Comments
 (0)