We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a15339 commit c63a4edCopy full SHA for c63a4ed
ci/run.sh
@@ -73,6 +73,9 @@ cargo_test() {
73
wasm32*)
74
cmd="$cmd --nocapture"
75
;;
76
+ # qemu has an erratic behavior on those tests
77
+ powerpc64*)
78
+ cmd="$cmd --skip test_vec_lde_u16 --skip test_vec_lde_u32 --skip test_vec_expte"
79
esac
80
81
if [ "$SKIP_TESTS" != "" ]; then
0 commit comments