rust/test-cargo-miri
2021-06-14 20:55:27 +08:00
..
cdylib Add a cdylib-only crate test 2021-02-15 20:43:29 +08:00
exported-symbol Implement calls to exported symbols 2021-05-31 11:15:29 +08:00
exported-symbol-dep Implement calls to exported symbols 2021-05-31 11:15:29 +08:00
issue-1567 add regression test for #1567 2021-02-13 19:41:01 +01:00
issue-1691 Make the test more consistent with other tests 2021-02-14 19:08:47 +08:00
issue-1705 Patch --extern arguments in phase_cargo_rustc as well 2021-02-15 20:43:27 +08:00
issue-1760 Don't use MIRI_DEFAULT_ARGS to compile host crates 2021-04-09 00:57:59 +08:00
issue-rust-86261 Do not return DefId that doesn't have exported symbol in exported_symbols 2021-06-14 20:55:27 +08:00
src Move the test to src/main.rs 2021-05-31 11:57:16 +08:00
subcrate Use compile_error! instead of use num_cpus 2021-05-27 19:22:42 +08:00
tests Rustup for rust-lang/rust#84401 2021-04-30 19:35:59 +08:00
.gitignore the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds 2018-12-10 10:04:55 +01:00
build.rs Don't use MIRI_DEFAULT_ARGS to compile host crates 2021-04-09 00:57:59 +08:00
Cargo.lock Do not return DefId that doesn't have exported symbol in exported_symbols 2021-06-14 20:55:27 +08:00
Cargo.toml Do not return DefId that doesn't have exported symbol in exported_symbols 2021-06-14 20:55:27 +08:00
run-test.py Skip doctests of proc-macro crates 2021-05-27 07:03:05 +08:00
run.args.stderr.ref rename test ref files for proper names 2020-12-21 11:31:57 +01:00
run.args.stdout.ref rename test ref files for proper names 2020-12-21 11:31:57 +01:00
run.default.stderr.ref rename test ref files for proper names 2020-12-21 11:31:57 +01:00
run.default.stdout.ref rename test ref files for proper names 2020-12-21 11:31:57 +01:00
run.subcrate.stderr.ref rename test ref files for proper names 2020-12-21 11:31:57 +01:00
run.subcrate.stdout.ref rename test ref files for proper names 2020-12-21 11:31:57 +01:00
test.bin-target.stdout.ref Move the test to src/main.rs 2021-05-31 11:57:16 +08:00
test.cross-target.stdout.ref Move the test to src/main.rs 2021-05-31 11:57:16 +08:00
test.default.stdout.ref Update cargo-miri tests 2021-06-07 16:53:31 +08:00
test.filter.cross-target.stdout.ref Move the test to src/main.rs 2021-05-31 11:57:16 +08:00
test.filter.stdout.ref Move the test to src/main.rs 2021-05-31 11:57:16 +08:00
test.stderr-empty.ref rename test ref files for proper names 2020-12-21 11:31:57 +01:00
test.stderr-proc-macro-doctest.ref "doc-tests" -> "doctests" 2021-05-27 18:45:21 +08:00
test.stderr-proc-macro.ref Add a test for unit test of proc-macro crate 2021-01-24 23:48:17 +08:00
test.stdout-empty.ref Skip doctests of proc-macro crates 2021-05-27 07:03:05 +08:00
test.subcrate.stdout.ref rename test ref files for proper names 2020-12-21 11:31:57 +01:00
test.test-target.stdout.ref Update cargo-miri tests 2021-06-07 16:53:31 +08:00