Skip to content

Commit d5f2e98

Browse files
committed
Support //@ skip-filecheck in codegen and assembly tests
Skipping FileCheck in codegen/assembly tests is normally not very useful, but a small number of existing tests were using `//@ build-pass` to do so anyway, so it's clearer for them to explicitly use `//@ skip-filecheck` instead.
1 parent 6f64951 commit d5f2e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ The following directives affect how certain command-line tools are invoked, in
327327
test suites that use those tools:
328328

329329
- `skip-filecheck` avoids running LLVM's `FileCheck` tool in tests that would normally run it to check output.
330-
- Used by mir-opt tests.
330+
- Used by codegen tests, assembly tests, and mir-opt tests.
331331
- `filecheck-flags` adds extra flags when running LLVM's `FileCheck` tool.
332332
- Used by [codegen tests](compiletest.md#codegen-tests),
333333
[assembly tests](compiletest.md#assembly-tests), and

0 commit comments

Comments
 (0)