Skip to content

Commit 0ede47d

Browse files
committed
test libcore with field retagging (2nd attempt)
now with newer Miri this should work
1 parent e57e6aa commit 0ede47d

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
@@ -19,14 +19,14 @@ core)
1919
-- --skip align \
2020
2>&1 | ts -i '%.s '
2121
echo "::endgroup::"
22-
echo "::group::Testing core ($TARGET, strict provenance)"
23-
MIRIFLAGS="-Zmiri-strict-provenance" \
22+
echo "::group::Testing core ($TARGET, strict provenance, field retagging)"
23+
MIRIFLAGS="-Zmiri-strict-provenance -Zmiri-retag-fields" \
2424
./run-test.sh core --target $TARGET --lib --tests \
2525
2>&1 | ts -i '%.s '
2626
echo "::endgroup::"
2727
# Cannot use strict provenance as there are int-to-ptr casts in the doctests.
28-
echo "::group::Testing core docs ($TARGET)" && echo
29-
MIRIFLAGS="-Zmiri-ignore-leaks -Zmiri-disable-isolation" \
28+
echo "::group::Testing core docs ($TARGET, field retagging)" && echo
29+
MIRIFLAGS="-Zmiri-ignore-leaks -Zmiri-disable-isolation -Zmiri-retag-fields" \
3030
./run-test.sh core --target $TARGET --doc \
3131
2>&1 | ts -i '%.s '
3232
echo "::endgroup::"

0 commit comments

Comments
 (0)