File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -293,8 +293,6 @@ See [Pretty-printer](compiletest.md#pretty-printer-tests).
293
293
294
294
- ` no-auto-check-cfg ` — disable auto check-cfg (only for ` --check-cfg ` tests)
295
295
- [ ` revisions ` ] ( compiletest.md#revisions ) — compile multiple times
296
- - [ ` unused-revision-names ` ] ( compiletest.md#ignoring-unused-revision-names ) -
297
- suppress tidy checks for mentioning unknown revision names
298
296
-[ ` forbid-output ` ] ( compiletest.md#incremental-tests ) — incremental cfail rejects
299
297
output pattern
300
298
- [ ` should-ice ` ] ( compiletest.md#incremental-tests ) — incremental cfail should
@@ -315,6 +313,17 @@ test suites that use those tools:
315
313
- ` llvm-cov-flags ` adds extra flags when running LLVM's ` llvm-cov ` tool.
316
314
- Used by [ coverage tests] ( compiletest.md#coverage-tests ) in ` coverage-run ` mode.
317
315
316
+ ### Tidy specific directives
317
+
318
+ The following directives control how the [ tidy script] ( ../conventions.md#formatting )
319
+ verifies tests.
320
+
321
+ - ` ignore-tidy-target-specific-tests ` disables checking that the appropriate
322
+ LLVM component is required (via a ` needs-llvm-components ` directive) when a
323
+ test is compiled for a specific target (via the ` --target ` flag in a
324
+ ` compile-flag ` directive).
325
+ - [ ` unused-revision-names ` ] ( compiletest.md#ignoring-unused-revision-names ) -
326
+ suppress tidy checks for mentioning unknown revision names.
318
327
319
328
## Substitutions
320
329
You can’t perform that action at this time.
0 commit comments