• Home
  • Raw
  • Download

Lines Matching full:not

1 ; RUN: sed 's#^;.*##' %s | FileCheck -check-prefix=CHECK-PASS -implicit-check-not=warning: %s
2 ; RUN: sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL1 -implicit-check-not=warning: %s …
3 ; RUN: sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL2 -implicit-check-not=warning: %s …
4 ; RUN: sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL3 -implicit-check-not=warning: %s …
5 ; RUN: sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL1 -implicit-check-not='{{aaa|bbb|c…
6 …N: sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL1 -implicit-check-not=aaa -implicit-c…
7 …N: sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL2 -implicit-check-not=aaa -implicit-c…
8 …N: sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL3 -implicit-check-not=aaa -implicit-c…
12 ; CHECK-ERROR1: error: CHECK-FAIL1-NOT: string occurred!
13 ; CHECK-ERROR1: command line:1:22: note: CHECK-FAIL1-NOT: pattern specified here
14 ; CHECK-ERROR1-NEXT: -implicit-check-not='warning:'
17 ; CHECK-ERROR4: error: CHECK-FAIL1-NOT: string occurred!
18 ; CHECK-ERROR4: command line:1:22: note: CHECK-FAIL1-NOT: pattern specified here
19 ; CHECK-ERROR4-NEXT: {{-implicit-check-not='\{\{aaa\|bbb\|ccc\}\}'}}
20 ; CHECK-ERROR5: error: CHECK-FAIL1-NOT: string occurred!
21 ; CHECK-ERROR5: command line:1:22: note: CHECK-FAIL1-NOT: pattern specified here
22 ; CHECK-ERROR5-NEXT: -implicit-check-not='aaa'
27 ; CHECK-ERROR2: error: CHECK-FAIL2-NOT: string occurred!
28 ; CHECK-ERROR2: command line:1:22: note: CHECK-FAIL2-NOT: pattern specified here
29 ; CHECK-ERROR2-NEXT: -implicit-check-not='warning:'
31 ; CHECK-ERROR6: error: CHECK-FAIL2-NOT: string occurred!
32 ; CHECK-ERROR6: command line:1:22: note: CHECK-FAIL2-NOT: pattern specified here
33 ; CHECK-ERROR6-NEXT: -implicit-check-not='bbb'
39 ; CHECK-ERROR3: error: CHECK-FAIL3-NOT: string occurred!
40 ; CHECK-ERROR3: command line:1:22: note: CHECK-FAIL3-NOT: pattern specified here
41 ; CHECK-ERROR3-NEXT: -implicit-check-not='warning:'
42 ; CHECK-ERROR7: error: CHECK-FAIL3-NOT: string occurred!
43 ; CHECK-ERROR7: command line:1:22: note: CHECK-FAIL3-NOT: pattern specified here
44 ; CHECK-ERROR7-NEXT: -implicit-check-not='ccc'