File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ The following test suites are available, with links for more information:
6161| [ ` codegen-units ` ] ( #codegen-units-tests ) | Check codegen unit partitioning |
6262| [ ` assembly ` ] ( #assembly-tests ) | Check assembly output |
6363| [ ` mir-opt ` ] ( #mir-opt-tests ) | Check MIR generation and optimizations |
64- | [ ` run-pass-valgrind ` ] ( #valgrind-tests ) | Run with Valgrind |
6564| [ ` coverage ` ] ( #coverage-tests ) | Check coverage instrumentation |
6665| [ ` coverage-run-rustdoc ` ] ( #coverage-tests ) | ` coverage ` tests that also run instrumented doctests |
6766
@@ -445,21 +444,6 @@ some of the other tests for some examples on how to get started.
445444[ `tests/run-make` ] : https://github.com/rust-lang/rust/tree/master/tests/run-make
446445[ `run_make_support` ] : https://github.com/rust-lang/rust/tree/master/src/tools/run-make-support
447446
448-
449- ### Valgrind tests
450-
451- > ** TODO**
452- >
453- > Yeet this if we yeet the test suite.
454-
455- The tests in [ ` tests/run-pass-valgrind ` ] are for use with [ Valgrind] . These are
456- currently vestigial, as Valgrind is no longer used in CI. These may be removed
457- in the future.
458-
459- [ Valgrind ] : https://valgrind.org/
460- [ `tests/run-pass-valgrind` ] : https://github.com/rust-lang/rust/tree/master/tests/run-pass-valgrind
461-
462-
463447### Coverage tests
464448
465449The tests in [ ` tests/coverage ` ] are shared by multiple test modes that test
You can’t perform that action at this time.
0 commit comments