File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 260
260
export TMP_EXIT_STATUS=$?
261
261
262
262
export CONTINUE=0
263
- # bignum test fails on armhf
264
- if [[ " ` uname -m` " == " arm" * && $test_l =~ bignum.l ]]; then export CONTINUE=1; fi
265
- # sort test fails on armhf (https://github.com/euslisp/EusLisp/issues/232)
266
- if [[ " ` uname -m` " == " arm" * && $test_l =~ sort.l ]]; then export CONTINUE=1; fi
267
263
# const.l does not compilable https://github.com/euslisp/EusLisp/issues/318
268
264
if [[ $test_l =~ const.l ]]; then export CONTINUE=1; fi
269
265
286
282
export TMP_EXIT_STATUS=$?
287
283
288
284
export CONTINUE=0
289
- # irteus-demo.l, robot-model-usage.l and test-irt-motion.l fails on armhf both trusty and xenial
290
- if [[ " ` uname -m` " == " arm" * && $test_l =~ irteus-demo.l| robot-model-usage.l| test-irt-motion.l ]]; then export CONTINUE=1; fi
291
285
# skip collision test because bullet of 2.83 or later version is not released in trusty and jessie.
292
286
# https://github.com/euslisp/jskeus/blob/6cb08aa6c66fa8759591de25b7da68baf76d5f09/irteus/Makefile#L37
293
287
if [[ ( " $DOCKER_IMAGE " == * " trusty" * || " $DOCKER_IMAGE " == * " jessie" * ) && $test_l =~ test-collision.l ]]; then export CONTINUE=1; fi
You can’t perform that action at this time.
0 commit comments