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