Lines Matching refs:check

1 ; RUN: sed 's#^;.*##' %s | FileCheck -check-prefix=CHECK-PASS -implicit-check-not=warning: %s
3 ; Check we report an error when an unknown prefix is used together with `-implicit-check-not`.
4 …ckOutput not FileCheck -check-prefix=UNKNOWN-PREFIX -implicit-check-not=abc %s 2>&1 | FileCheck %s…
5 ; CHECK-PREFIX-ERROR: error: no check strings found with prefix '[[PREFIX]]:'
7 ; Check we report an error when the "CHECK" prefix is used explicitly with `-implicit-check-not`, b…
8 …ctFileCheckOutput not FileCheck -check-prefix=CHECK -implicit-check-not=abc %s 2>&1 | FileCheck %s…
10 ; Check we allow using `-implicit-check-not` when there is no `-check-prefix` specified and there
12 ; RUN: sed 's#^;.*##' %s | FileCheck -implicit-check-not="unique_string" %s
14 …tectFileCheckOutput not FileCheck -check-prefix=CHECK-FAIL1 -implicit-check-not=warning: %s 2>&1 |…
15 …tectFileCheckOutput not FileCheck -check-prefix=CHECK-FAIL2 -implicit-check-not=warning: %s 2>&1 |…
16 …tectFileCheckOutput not FileCheck -check-prefix=CHECK-FAIL3 -implicit-check-not=warning: %s 2>&1 |…
17 …ileCheckOutput not FileCheck -check-prefix=CHECK-FAIL1 -implicit-check-not='{{aaa|bbb|ccc}}' %s 2>…
18 …t FileCheck -check-prefix=CHECK-FAIL1 -implicit-check-not=aaa -implicit-check-not=bbb -implicit-ch…
19 …t FileCheck -check-prefix=CHECK-FAIL2 -implicit-check-not=aaa -implicit-check-not=bbb -implicit-ch…
20 …t FileCheck -check-prefix=CHECK-FAIL3 -implicit-check-not=aaa -implicit-check-not=bbb -implicit-ch…
25 ; CHECK-ERROR1-NEXT: -implicit-check-not='warning:'
30 ; CHECK-ERROR4-NEXT: {{-implicit-check-not='\{\{aaa\|bbb\|ccc\}\}'}}
33 ; CHECK-ERROR5-NEXT: -implicit-check-not='aaa'
40 ; CHECK-ERROR2-NEXT: -implicit-check-not='warning:'
44 ; CHECK-ERROR6-NEXT: -implicit-check-not='bbb'
52 ; CHECK-ERROR3-NEXT: -implicit-check-not='warning:'
55 ; CHECK-ERROR7-NEXT: -implicit-check-not='ccc'