From 427797678610151fab3207d3e9c81d3db776b64b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=9D=B0=E5=8F=8B=20Jieyou=20Xu=20=28Joe=29?= <39484203+jieyouxu@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:23:44 +0800 Subject: [PATCH] Purge `run-pass-valgrind` mentions --- src/tests/compiletest.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/tests/compiletest.md b/src/tests/compiletest.md index 02c057722..be4b514d2 100644 --- a/src/tests/compiletest.md +++ b/src/tests/compiletest.md @@ -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 | @@ -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