Lines Matching refs:FileCheck

22 ; RUN: not FileCheck -input-file %t.good %t.check -check-prefix=CHECK \
24 ; RUN: | FileCheck %s -match-full-lines -check-prefix=BADVAL
27 ; RUN: %ProtectFileCheckOutput not FileCheck -dump-input=foobar 2>&1 \
28 ; RUN: | FileCheck %s -match-full-lines -check-prefix=BADVAL
38 ; RUN: FileCheck -input-file %t.err -color %t.check -dump-input=help \
39 ; RUN: | FileCheck %s -check-prefix=HELP
42 ; RUN: %ProtectFileCheckOutput FileCheck -dump-input=help \
43 ; RUN: | FileCheck %s -check-prefix=HELP
51 ; FileCheck success, no -v => no dump, no trace.
53 ; RUN: FileCheck -input-file %t.good %t.check -check-prefix=CHECK \
55 ; RUN: | FileCheck %s -match-full-lines -allow-empty \
58 ; FileCheck fail, no -v => no dump, no trace.
60 ; RUN: not FileCheck -input-file %t.err %t.check -check-prefix=CHECK \
62 ; RUN: | FileCheck %s -match-full-lines -check-prefixes=NOTRACE,ERR,NODUMP
64 ; FileCheck success, -v => no dump, trace.
66 ; RUN: FileCheck -input-file %t.good %t.check -check-prefix=CHECK \
68 ; RUN: | FileCheck %s -match-full-lines -check-prefixes=TRACE,NODUMP
70 ; FileCheck fail, -v => no dump, trace.
72 ; RUN: not FileCheck -input-file %t.err %t.check -check-prefix=CHECK \
74 ; RUN: | FileCheck %s -match-full-lines -check-prefixes=TRACE,ERR,NODUMP
80 ; FileCheck success, -v => no dump, no trace.
82 ; RUN: FileCheck -input-file %t.good %t.check -check-prefix=CHECK \
84 ; RUN: | FileCheck %s -match-full-lines -allow-empty \
87 ; FileCheck fail, -v => dump, no trace.
89 ; RUN: not FileCheck -input-file %t.err %t.check -check-prefix=CHECK \
91 ; RUN: | FileCheck %s -match-full-lines \
100 ; FileCheck success, no -v => no dump, no trace.
102 ; RUN: FileCheck -input-file %t.good %t.check -check-prefix=CHECK \
104 ; RUN: | FileCheck %s -match-full-lines -allow-empty \
107 ; FileCheck fail, no -v => dump, no trace.
109 ; RUN: not FileCheck -input-file %t.err %t.check -check-prefix=CHECK \
111 ; RUN: | FileCheck %s -match-full-lines -check-prefixes=NOTRACE,ERR,DUMP-ERR
113 ; FileCheck success, -v => no dump, no trace.
115 ; RUN: FileCheck -input-file %t.good %t.check -check-prefix=CHECK \
117 ; RUN: | FileCheck %s -match-full-lines -allow-empty \
120 ; FileCheck fail, -v => dump, no trace.
122 ; RUN: not FileCheck -input-file %t.err %t.check -check-prefix=CHECK \
124 ; RUN: | FileCheck %s -match-full-lines \
131 ; FileCheck success, -v => dump, no trace.
133 ; RUN: FileCheck -input-file %t.good %t.check -check-prefix=CHECK \
135 ; RUN: | FileCheck %s -match-full-lines -check-prefixes=NOTRACE,DUMP-OK
137 ; FileCheck fail, -v => dump, no trace.
139 ; RUN: not FileCheck -input-file %t.err %t.check -check-prefix=CHECK \
141 ; RUN: | FileCheck %s -match-full-lines \
148 ; specific FileCheck call while a test runner specifies -dump-input in
159 ; fail, fail => fail (FileCheck fail => dump)
161 ; RUN: not FileCheck -input-file %t.err %t.check -check-prefix=CHECK \
164 ; RUN: | FileCheck %s -match-full-lines \
173 ; RUN: FileCheck -input-file %t.err -color %t.check \
175 ; RUN: | FileCheck %s -check-prefix=HELP
177 ; always, fail => always (FileCheck success => dump)
179 ; RUN: FileCheck -input-file %t.good %t.check -check-prefix=CHECK \
182 ; RUN: | FileCheck %s -match-full-lines -check-prefixes=NOTRACE,DUMP-OK
184 ; fail, never => fail (FileCheck fail => dump)
186 ; RUN: not FileCheck -input-file %t.err %t.check -check-prefix=CHECK \
189 ; RUN: | FileCheck %s -match-full-lines \
196 ; fail, always => always (FileCheck success => dump)
198 ; RUN: FileCheck -input-file %t.good %t.check -check-prefix=CHECK \
201 ; RUN: | FileCheck %s -match-full-lines -check-prefixes=NOTRACE,DUMP-OK
207 ; always, fail => always (FileCheck success => dump)
209 ; RUN: FileCheck -input-file %t.good %t.check -check-prefix=CHECK \
211 ; RUN: | FileCheck %s -match-full-lines -check-prefixes=NOTRACE,DUMP-OK
213 ; fail, always => always (FileCheck success => dump)
215 ; RUN: FileCheck -input-file %t.good %t.check -check-prefix=CHECK \
217 ; RUN: | FileCheck %s -match-full-lines -check-prefixes=NOTRACE,DUMP-OK