From b657c650977194e04d616599d40f5dd0ae0d053e Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Mon, 23 Feb 2026 22:39:13 +0200 Subject: [PATCH] all but one test suite support revisions directive --- src/tests/compiletest.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/tests/compiletest.md b/src/tests/compiletest.md index 5c4dfb6e0d..3a496afd2c 100644 --- a/src/tests/compiletest.md +++ b/src/tests/compiletest.md @@ -788,16 +788,12 @@ only apply to the test as a whole, not to particular revisions. The only directives that are intended to really work when customized to a revision are error patterns and compiler flags. - -The following test suites support revisions: - -- ui -- assembly -- codegen -- coverage -- debuginfo -- rustdoc UI tests -- incremental (these are special in that they inherently cannot be run in parallel) + +> Note that these test suites do not support revisions: +> - `codegen-units` +> - `run-make` +> - `rustdoc-html` +> - `rustdoc-json` ### Ignoring unused revision names