Skip to content

Commit eb98ed6

Browse files
committed
Revert "test libcore with field retagging"
This reverts commit 137592c. This times out; probably needs rust-lang/miri#2517
1 parent 137592c commit eb98ed6

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, field retagging)"
23-
MIRIFLAGS="-Zmiri-strict-provenance -Zmiri-retag-fields" \
22+
echo "::group::Testing core ($TARGET, strict provenance)"
23+
MIRIFLAGS="-Zmiri-strict-provenance" \
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, field retagging)" && echo
29-
MIRIFLAGS="-Zmiri-ignore-leaks -Zmiri-disable-isolation -Zmiri-retag-fields" \
28+
echo "::group::Testing core docs ($TARGET)" && echo
29+
MIRIFLAGS="-Zmiri-ignore-leaks -Zmiri-disable-isolation" \
3030
./run-test.sh core --target $TARGET --doc \
3131
2>&1 | ts -i '%.s '
3232
echo "::endgroup::"

0 commit comments

Comments
 (0)