Skip to content

Update cargo-miri tests #1826

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from Jun 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
da865095cf378fbfd07145c25fe5837ea091efeb
cc9610bf5af1d5c54968db0dd899595ca12307a0
4 changes: 2 additions & 2 deletions test-cargo-miri/test.default.stdout.ref
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ test result: ok. 6 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out

running 3 tests
test src/lib.rs - make_true (line 2) ... ok
test src/lib.rs - make_true (line 5) ... ok
test src/lib.rs - make_true (line 8) ... ok
test src/lib.rs - make_true (line 5) - compile ... ok
test src/lib.rs - make_true (line 8) - compile fail ... ok

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

4 changes: 2 additions & 2 deletions test-cargo-miri/test.test-target.stdout.ref
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

running 7 tests
test cargo_env ... ok
test do_panic ... ok
test do_panic - should panic ... ok
test does_not_work_on_miri ... ignored
test entropy_rng ... ok
test fail_index_check ... ok
test fail_index_check - should panic ... ok
test simple1 ... ok
test simple2 ... ok

Expand Down