Skip to content
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

Purge run-pass-valgrind mentions #2091

Merged
merged 1 commit into from
Oct 7, 2024
Merged
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
16 changes: 0 additions & 16 deletions src/tests/compiletest.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ The following test suites are available, with links for more information:
| [`codegen-units`](#codegen-units-tests) | Check codegen unit partitioning |
| [`assembly`](#assembly-tests) | Check assembly output |
| [`mir-opt`](#mir-opt-tests) | Check MIR generation and optimizations |
| [`run-pass-valgrind`](#valgrind-tests) | Run with Valgrind |
| [`coverage`](#coverage-tests) | Check coverage instrumentation |
| [`coverage-run-rustdoc`](#coverage-tests) | `coverage` tests that also run instrumented doctests |

Expand Down Expand Up @@ -445,21 +444,6 @@ some of the other tests for some examples on how to get started.
[`tests/run-make`]: https://github.com/rust-lang/rust/tree/master/tests/run-make
[`run_make_support`]: https://github.com/rust-lang/rust/tree/master/src/tools/run-make-support


### Valgrind tests

> **TODO**
>
> Yeet this if we yeet the test suite.

The tests in [`tests/run-pass-valgrind`] are for use with [Valgrind]. These are
currently vestigial, as Valgrind is no longer used in CI. These may be removed
in the future.

[Valgrind]: https://valgrind.org/
[`tests/run-pass-valgrind`]: https://github.com/rust-lang/rust/tree/master/tests/run-pass-valgrind


### Coverage tests

The tests in [`tests/coverage`] are shared by multiple test modes that test
Expand Down