enable tests now that #150 has been fixed
This commit is contained in:
parent
6024080570
commit
f3350c5499
12
ci/run.sh
12
ci/run.sh
@ -31,18 +31,6 @@ case $1 in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# FIXME(#150) debug assertion in divmoddi4
|
|
||||||
case $1 in
|
|
||||||
thumbv6m-*)
|
|
||||||
case $t in
|
|
||||||
divdi3 | divmoddi4 | moddi3 | modsi3 | udivmoddi4 | udivmodsi4 | umoddi3 | \
|
|
||||||
umodsi3)
|
|
||||||
continue
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
xargo test --test $t --target $1 --features 'mem gen-tests' --no-run
|
xargo test --test $t --target $1 --features 'mem gen-tests' --no-run
|
||||||
qemu-arm-static target/${1}/debug/$t-*
|
qemu-arm-static target/${1}/debug/$t-*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user