coverage tests have moved, twice (#1780)

This commit is contained in:
Tshepang Mbambo 2023-08-27 03:02:12 +02:00 committed by GitHub
parent b8367d2477
commit 0e51bb3360
1 changed files with 5 additions and 4 deletions

View File

@ -288,12 +288,13 @@ expected LLVM IR instructions and structured data for a coverage-enabled
program, including various checks for Coverage Map-related metadata and the LLVM program, including various checks for Coverage Map-related metadata and the LLVM
intrinsic calls to increment the runtime counters. intrinsic calls to increment the runtime counters.
Expected results for both the `mir-opt` tests and the `coverage*` tests under Expected results for both the `mir-opt` tests and the `coverage*` tests
`run-make-fulldeps` can be refreshed by running: can be refreshed by running:
```shell ```shell
$ ./x test mir-opt --bless ./x test tests/mir-opt --bless
$ ./x test tests/run-make-fulldeps/coverage --bless ./x test tests/run-coverage --bless
./x test tests/run-coverage-rustdoc --bless
``` ```
[mir-opt-test]: https://github.com/rust-lang/rust/blob/master/tests/mir-opt/instrument_coverage.rs [mir-opt-test]: https://github.com/rust-lang/rust/blob/master/tests/mir-opt/instrument_coverage.rs