Skip to content

Commit f3350c5

Browse files
committed
enable tests now that #150 has been fixed
1 parent 6024080 commit f3350c5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

ci/run.sh

-12
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ case $1 in
3131
;;
3232
esac
3333

34-
# FIXME(#150) debug assertion in divmoddi4
35-
case $1 in
36-
thumbv6m-*)
37-
case $t in
38-
divdi3 | divmoddi4 | moddi3 | modsi3 | udivmoddi4 | udivmodsi4 | umoddi3 | \
39-
umodsi3)
40-
continue
41-
;;
42-
esac
43-
;;
44-
esac
45-
4634
xargo test --test $t --target $1 --features 'mem gen-tests' --no-run
4735
qemu-arm-static target/${1}/debug/$t-*
4836

0 commit comments

Comments
 (0)