File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2626 ./run-test.sh core --target $TARGET --lib --tests \
2727 2>&1 | ts -i ' %.s '
2828 echo " ::endgroup::"
29- # Cannot use strict provenance as there are int-to-ptr casts in the doctests.
30- # FIXME: Once <https://github.com/rust-lang/rust/pull/95583> lands, the only
31- # one that is left is `primitive_docs.rs - prim_fn`, which I am sure we
32- # can find some solution for.
33- echo " ::group::Testing core docs ($TARGET )" && echo
34- MIRIFLAGS=" $DEFAULTFLAGS -Zmiri-ignore-leaks -Zmiri-disable-isolation" \
29+ echo " ::group::Testing core docs ($TARGET , strict provenance)" && echo
30+ MIRIFLAGS=" $DEFAULTFLAGS -Zmiri-ignore-leaks -Zmiri-disable-isolation -Zmiri-strict-provenance" \
3531 ./run-test.sh core --target $TARGET --doc \
3632 2>&1 | ts -i ' %.s '
3733 echo " ::endgroup::"
Original file line number Diff line number Diff line change 1- nightly-2022-11-17
1+ nightly-2022-11-23
You can’t perform that action at this time.
0 commit comments