File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ core)
19
19
-- --skip align \
20
20
2>&1 | ts -i ' %.s '
21
21
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" \
24
24
./run-test.sh core --target $TARGET --lib --tests \
25
25
2>&1 | ts -i ' %.s '
26
26
echo " ::endgroup::"
27
27
# 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" \
30
30
./run-test.sh core --target $TARGET --doc \
31
31
2>&1 | ts -i ' %.s '
32
32
echo " ::endgroup::"
You can’t perform that action at this time.
0 commit comments