Skip to content

Commit 81ee877

Browse files
committed
Auto merge of #1826 - hyd-dev:rustup, r=RalfJung
Update `cargo-miri` tests The test output has been changed recently (likely by rust-lang/rust#84863) and caused a test failure: https://github.com/rust-lang/miri/runs/2761591139#step:8:1228
2 parents 28fbf81 + 9549faa commit 81ee877

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
da865095cf378fbfd07145c25fe5837ea091efeb
1+
cc9610bf5af1d5c54968db0dd899595ca12307a0

test-cargo-miri/test.default.stdout.ref

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ test result: ok. 6 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out
1212

1313
running 3 tests
1414
test src/lib.rs - make_true (line 2) ... ok
15-
test src/lib.rs - make_true (line 5) ... ok
16-
test src/lib.rs - make_true (line 8) ... ok
15+
test src/lib.rs - make_true (line 5) - compile ... ok
16+
test src/lib.rs - make_true (line 8) - compile fail ... ok
1717

1818
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
1919

test-cargo-miri/test.test-target.stdout.ref

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
running 7 tests
33
test cargo_env ... ok
4-
test do_panic ... ok
4+
test do_panic - should panic ... ok
55
test does_not_work_on_miri ... ignored
66
test entropy_rng ... ok
7-
test fail_index_check ... ok
7+
test fail_index_check - should panic ... ok
88
test simple1 ... ok
99
test simple2 ... ok
1010

0 commit comments

Comments
 (0)