xref: /aosp_15_r20/external/llvm/test/FileCheck/same.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Workerfoo bat bar
2*9880d681SAndroid Build Coastguard Workerbaz
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard WorkerRUN: FileCheck --input-file=%s --check-prefix=PASS1 %s
5*9880d681SAndroid Build Coastguard WorkerPASS1: foo
6*9880d681SAndroid Build Coastguard WorkerPASS1-SAME: bat
7*9880d681SAndroid Build Coastguard WorkerPASS1-SAME: bar
8*9880d681SAndroid Build Coastguard WorkerPASS1-NEXT: baz
9*9880d681SAndroid Build Coastguard Worker
10*9880d681SAndroid Build Coastguard WorkerRUN: FileCheck --input-file=%s --check-prefix=PASS2 %s
11*9880d681SAndroid Build Coastguard WorkerPASS2: foo
12*9880d681SAndroid Build Coastguard WorkerPASS2-NOT: baz
13*9880d681SAndroid Build Coastguard WorkerPASS2-SAME: bar
14*9880d681SAndroid Build Coastguard WorkerPASS2-NEXT: baz
15*9880d681SAndroid Build Coastguard Worker
16*9880d681SAndroid Build Coastguard WorkerRUN: not FileCheck --input-file=%s --check-prefix=FAIL1 %s
17*9880d681SAndroid Build Coastguard WorkerFAIL1: foo
18*9880d681SAndroid Build Coastguard WorkerFAIL1-SAME: baz
19*9880d681SAndroid Build Coastguard Worker
20*9880d681SAndroid Build Coastguard WorkerRUN: not FileCheck --input-file=%s --check-prefix=FAIL2 %s
21*9880d681SAndroid Build Coastguard WorkerFAIL2: foo
22*9880d681SAndroid Build Coastguard WorkerFAIL2-NOT: bat
23*9880d681SAndroid Build Coastguard WorkerFAIL2-SAME: bar
24