summaryrefslogtreecommitdiff
path: root/test/FileCheck
AgeCommit message (Expand)Author
2017-11-07Add a -D flag to FileCheck to define variablesAlexander Richardson
2017-07-17[llvm] Remove redundant check-prefix=CHECK from tests. NFC.Mandeep Singh Grang
2017-06-07[FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAGBenjamin Kramer
2017-03-09[FileCheck] Added --enable-var-scope option to enable scope for regex variables.Artem Belevich
2017-01-09Commit a test for match-full-lines.James Y Knight
2016-12-18[FileCheck] Fix --strict-whitespace --match-full-lines -- add test-caseTom de Vries
2016-06-16Make check lines not match themselves.Paul Robinson
2016-06-14[FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix o...Daniel Sanders
2016-05-28Fix windows build bot failureXinliang David Li
2016-05-27FileCheck: dump command line context with empty inputXinliang David Li
2016-02-29Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson
2016-02-26Revert r262092, caught LLD testsPaul Robinson
2016-02-26[FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson
2015-02-26FileCheck: Add CHECK-SAMEDuncan P. N. Exon Smith
2014-08-07FileCheck: Add a flag to allow checking empty inputJustin Bogner
2014-07-29Add missing test for r214210.Eli Bendersky
2014-07-11Add FileCheck -implicit-check-not option to allow stricter tests without addi...Alexander Kornienko
2013-11-20FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565Daniel Sanders
2013-11-13FileCheck: fix matching of one check-prefix is a prefix of anotherAlexey Samsonov
2013-11-13FileCheck: fix a bug with multiple --check-prefix options.Alexey Samsonov
2013-11-10Allow multiple check prefixes in FileCheck.Matt Arsenault
2013-10-31Add FileCheck tests for @LINEMatt Arsenault
2013-10-29Fix "existant" typosAlp Toker
2013-10-11Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores...Stephen Lin
2013-10-11Fix handling of CHECK-DAG inside of CHECK-LABEL.Rafael Espindola
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-08-12[FileCheck] Fix a bug that cause FileCheck to misidentify check-prefixRui Ueyama
2013-08-02Fix handling of CHECK-DAG combined with CHECK-NOTTim Northover
2013-07-12Add new directive called CHECK-LABEL to FileCheck.Stephen Lin
2013-07-03Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola
2013-05-14Add 'CHECK-DAG' supportMichael Liao
2013-04-25Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.Michael Liao
2013-02-06Canonicalize line endings to Linux style also when the --strict-whitespace fl...Guy Benyei
2012-12-02Fix a bug in FileCheck that wouldn't let define variables as follows:Eli Bendersky
2012-12-01Support referencing variables defined on the same line.Eli Bendersky
2012-11-29Add a FileCheck test that makes sure two different CHECKs won't match theEli Bendersky
2012-11-15Add some tests for the FileCheck utility.Eli Bendersky