summaryrefslogtreecommitdiffstats
path: root/llvm/test/FileCheck
Commit message (Expand)AuthorAgeFilesLines
* Fixup test on Windows with a case-insensitive filesystem due to path printing...Douglas Yung2019-02-051-1/+1
* Recommit: Detect incorrect FileCheck variable CLI definitionThomas Preud'homme2019-02-051-5/+21
* Fixup test after r352704 since it changes how paths may be emitted.Douglas Yung2019-01-312-2/+2
* Revert "Detect incorrect FileCheck variable CLI definition"Thomas Preud'homme2019-01-271-21/+5
* Revert "Fix defines.txt"Thomas Preud'homme2019-01-271-1/+1
* [FileCheck] Suppress old -v/-vv diags if dumping inputJoel E. Denny2019-01-222-80/+196
* Fix defines.txtThomas Preud'homme2019-01-141-1/+1
* Detect incorrect FileCheck variable CLI definitionThomas Preud'homme2019-01-141-5/+21
* [FileCheck] Don't propagate `FILECHECK_DUMP_INPUT_ON_FAILURE` andDan Liew2019-01-101-0/+13
* [FileCheck] Try to fix test on windows due to r349418Joel E. Denny2018-12-181-1/+1
* [FileCheck] Annotate input dump (final tweaks)Joel E. Denny2018-12-181-0/+7
* [FileCheck] Annotate input dump (7/7)Joel E. Denny2018-12-181-1/+7
* [FileCheck] Annotate input dump (6/7)Joel E. Denny2018-12-181-4/+9
* [FileCheck] Annotate input dump (5/7)Joel E. Denny2018-12-182-25/+55
* [FileCheck] Annotate input dump (4/7)Joel E. Denny2018-12-181-0/+47
* [FileCheck] Annotate input dump (3/7)Joel E. Denny2018-12-181-3/+57
* [FileCheck] Annotate input dump (2/7)Joel E. Denny2018-12-181-20/+26
* [FileCheck] Annotate input dump (1/7)Joel E. Denny2018-12-184-17/+370
* [FileCheck] introduce CHECK-COUNT-<num> repetition directiveFedor Sergeev2018-11-131-0/+100
* [FileCheck] Try to fix windows bots broken by r346272Joel E. Denny2018-11-061-2/+2
* [FileCheck] Parse command-line options from FILECHECK_OPTSJoel E. Denny2018-11-061-0/+15
* [SourceMgr][FileCheck] Obey -color by extending WithColorJoel E. Denny2018-10-241-0/+22
* Revert r344930 as it broke some of the bots on Windows.Aaron Ballman2018-10-221-22/+0
* [SourceMgr][FileCheck] Obey -color by extending WithColorJoel E. Denny2018-10-221-0/+22
* [FileCheck] Provide an option for FileCheck to dump original input to stderr ...George Karpenkov2018-07-201-0/+17
* [FileCheck] Fix search ranges for DAG-NOT-DAGJoel E. Denny2018-07-202-1/+78
* [FileCheck] Implement -v and -vv for tracing matchesJoel E. Denny2018-07-139-26/+153
* [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny2018-07-112-0/+524
* Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny2018-07-112-524/+0
* [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny2018-07-112-0/+524
* [FileCheck] Add CHECK-EMPTY directive for checking for blank linesJames Henderson2018-06-261-0/+45
* [FileCheck] - Fix possible buffer out of bounds access when parsing --check-p...George Rimar2018-01-161-0/+4
* Add a -D flag to FileCheck to define variablesAlexander Richardson2017-11-071-0/+9
* [llvm] Remove redundant check-prefix=CHECK from tests. NFC.Mandeep Singh Grang2017-07-171-1/+1
* [FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAGBenjamin Kramer2017-06-071-0/+9
* [FileCheck] Added --enable-var-scope option to enable scope for regex variables.Artem Belevich2017-03-092-13/+36
* Commit a test for match-full-lines.James Y Knight2017-01-092-14/+53
* [FileCheck] Fix --strict-whitespace --match-full-lines -- add test-caseTom de Vries2016-12-181-0/+14
* Make check lines not match themselves.Paul Robinson2016-06-161-3/+4
* [FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix o...Daniel Sanders2016-06-144-0/+7
* Fix windows build bot failureXinliang David Li2016-05-281-1/+1
* FileCheck: dump command line context with empty inputXinliang David Li2016-05-271-0/+1
* Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson2016-02-291-0/+28
* Revert r262092, caught LLD testsPaul Robinson2016-02-261-28/+0
* [FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson2016-02-261-0/+28
* FileCheck: Add CHECK-SAMEDuncan P. N. Exon Smith2015-02-261-0/+23
* FileCheck: Add a flag to allow checking empty inputJustin Bogner2014-08-071-0/+11
* Add missing test for r214210.Eli Bendersky2014-07-291-0/+1
* Add FileCheck -implicit-check-not option to allow stricter tests without addi...Alexander Kornienko2014-07-111-0/+44
* FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565Daniel Sanders2013-11-201-0/+10
OpenPOWER on IntegriCloud