File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- nightly-2020-07-31
1
+ nightly-2020-08-19
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ cp -a $(rustc --print sysroot)/lib/rustlib/src/rust/ rust-src-patched
8
8
9
9
# run the tests (some also without validation, to exercise those code paths in Miri)
10
10
export RUST_SRC=rust-src-patched
11
- echo && echo " ## Testing core (without validation and Stacked Borrows)" && echo
12
- ./run-test.sh core -Zmiri-disable-validation -Zmiri-disable-stacked-borrows 2>&1 | ts -i ' %.s '
11
+ echo && echo " ## Testing core (no validation, no Stacked Borrows, symbolic alignment )" && echo
12
+ ./run-test.sh core -Zmiri-disable-validation -Zmiri-disable-stacked-borrows -Zmiri-symbolic-alignment-check -- --skip align 2>&1 | ts -i ' %.s '
13
13
echo && echo " ## Testing core" && echo
14
14
./run-test.sh core 2>&1 | ts -i ' %.s '
15
- echo && echo " ## Testing alloc" && echo
16
- ./run-test.sh alloc 2>&1 | ts -i ' %.s '
15
+ echo && echo " ## Testing alloc (symbolic alignment) " && echo
16
+ ./run-test.sh alloc -Zmiri-symbolic-alignment-check 2>&1 | ts -i ' %.s '
You can’t perform that action at this time.
0 commit comments