Mercurial > hg > CbC > CbC_llvm
comparison llvm/test/FileCheck/envvar-opts.txt @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children |
comparison
equal
deleted
inserted
replaced
173:0572611fdcc8 | 207:2e18cbf3894f |
---|---|
2 ; RUN: echo foo > %t.in | 2 ; RUN: echo foo > %t.in |
3 ; CHECK: foo | 3 ; CHECK: foo |
4 ; CHECK: bar | 4 ; CHECK: bar |
5 | 5 |
6 ; RUN: %ProtectFileCheckOutput \ | 6 ; RUN: %ProtectFileCheckOutput \ |
7 ; RUN: not FileCheck %s -input-file %t.in 2>&1 \ | 7 ; RUN: not FileCheck %s -dump-input=never -input-file %t.in 2>&1 \ |
8 ; RUN: | FileCheck -check-prefix QUIET %s | 8 ; RUN: | FileCheck -check-prefix QUIET %s |
9 | 9 |
10 ; RUN: %ProtectFileCheckOutput FILECHECK_OPTS= \ | 10 ; RUN: %ProtectFileCheckOutput FILECHECK_OPTS= \ |
11 ; RUN: not FileCheck %s -input-file %t.in 2>&1 \ | 11 ; RUN: not FileCheck %s -dump-input=never -input-file %t.in 2>&1 \ |
12 ; RUN: | FileCheck -check-prefix QUIET %s | 12 ; RUN: | FileCheck -check-prefix QUIET %s |
13 | 13 |
14 ; RUN: %ProtectFileCheckOutput FILECHECK_OPTS=-v \ | 14 ; RUN: %ProtectFileCheckOutput FILECHECK_OPTS=-v \ |
15 ; RUN: not FileCheck %s -input-file %t.in 2>&1 \ | 15 ; RUN: not FileCheck %s -dump-input=never -input-file %t.in 2>&1 \ |
16 ; RUN: | FileCheck -check-prefix VERB %s | 16 ; RUN: | FileCheck -check-prefix VERB %s |
17 | 17 |
18 ; QUIET-NOT: remark: {{CHECK}}: expected string found in input | 18 ; QUIET-NOT: remark: {{CHECK}}: expected string found in input |
19 ; VERB: remark: {{CHECK}}: expected string found in input | 19 ; VERB: remark: {{CHECK}}: expected string found in input |