[PATCH] D65121: [FileCheck] Make FILECHECK_OPTS useful for its test suite

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 23 09:53:23 PDT 2019


jdenny updated this revision to Diff 211322.
jdenny retitled this revision from "[FileCheck][lit] Make FILECHECK_OPTS useful for their test suites" to "[FileCheck] Make FILECHECK_OPTS useful for its test suite".
jdenny edited the summary of this revision.
jdenny added a comment.

- Remove changes for lit's test suite (will post soon in another review).
- Simplify `%TestFileCheckOut` documentation some.
- Propagate `%TestFileCheckOut` throughout FileCheck's test suite.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65121/new/

https://reviews.llvm.org/D65121

Files:
  llvm/test/FileCheck/check-count.txt
  llvm/test/FileCheck/check-empty-tag.txt
  llvm/test/FileCheck/check-empty.txt
  llvm/test/FileCheck/check-label-dag.txt
  llvm/test/FileCheck/check-label.txt
  llvm/test/FileCheck/check-multiple-prefixes-nomatch-2.txt
  llvm/test/FileCheck/check-multiple-prefixes-nomatch.txt
  llvm/test/FileCheck/check-not-diaginfo.txt
  llvm/test/FileCheck/check-prefixes.txt
  llvm/test/FileCheck/dump-input-annotations.txt
  llvm/test/FileCheck/dump-input-enable.txt
  llvm/test/FileCheck/envvar-opts.txt
  llvm/test/FileCheck/implicit-check-not.txt
  llvm/test/FileCheck/line-count.txt
  llvm/test/FileCheck/lit.local.cfg
  llvm/test/FileCheck/match-full-lines.txt
  llvm/test/FileCheck/multiple-missing-prefixes.txt
  llvm/test/FileCheck/no-check-file.txt
  llvm/test/FileCheck/no-multi-suffixes.txt
  llvm/test/FileCheck/numeric-defines-diagnostics.txt
  llvm/test/FileCheck/numeric-defines.txt
  llvm/test/FileCheck/numeric-expression.txt
  llvm/test/FileCheck/opt-color.txt
  llvm/test/FileCheck/string-defines-diagnostics.txt
  llvm/test/FileCheck/string-defines.txt
  llvm/test/FileCheck/validate-check-prefix.txt
  llvm/test/FileCheck/var-scope.txt
  llvm/test/FileCheck/verbose.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65121.211322.patch
Type: text/x-patch
Size: 57470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190723/b8cf9ad4/attachment.bin>


More information about the llvm-commits mailing list