Skip to content

Commit 02b0e0e

Browse files
committed
enable field retagging for SIMD tests
1 parent 0ede47d commit 02b0e0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci-test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ std)
8686
;;
8787
simd)
8888
cd $MIRI_LIB_SRC/portable-simd
89-
echo "::group::Testing portable-simd (strict provenance)"
90-
MIRIFLAGS="-Zmiri-strict-provenance" \
89+
echo "::group::Testing portable-simd (strict provenance, field retagging)"
90+
MIRIFLAGS="-Zmiri-strict-provenance -Zmiri-retag-fields" \
9191
cargo miri test --lib --tests \
9292
2>&1 | ts -i '%.s '
9393
echo "::endgroup::"
94-
echo "::group::Testing portable-simd docs (strict provenance)"
95-
MIRIFLAGS="-Zmiri-strict-provenance" \
94+
echo "::group::Testing portable-simd docs (strict provenance, field retagging)"
95+
MIRIFLAGS="-Zmiri-strict-provenance -Zmiri-retag-fields" \
9696
cargo miri test --doc \
9797
2>&1 | ts -i '%.s '
9898
echo "::endgroup::"

0 commit comments

Comments
 (0)