Skip to content

Commit e20019d

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

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

irteus/test/geo.l

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

24+
;; https://github.com/euslisp/EusLisp/issues/232
25+
#-:arm
2426
(deftest test-body+
2527
(let (bottom-frame
2628
b

irteus/test/interpolator.l

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

113+
;; https://github.com/euslisp/EusLisp/issues/232
114+
#-:arm
113115
(deftest test-linear-interpolator ()
114116
(let ((res (test-interpolators linear-interpolator)))
115117
(assert res)))

irteus/test/test-irt-motion.l

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

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

0 commit comments

Comments
 (0)