Home
last modified time | relevance | path

Searched refs:FileCheck (Results 1 – 25 of 73) sorted by relevance

123

/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/
H A Dnot-calls-external.txt26 # RUN: env not %{python} fail.py | FileCheck -check-prefixes=FOO-NO,BAR-NO %s
27 # RUN: not env %{python} fail.py | FileCheck -check-prefixes=FOO-NO,BAR-NO %s
30 # RUN: | FileCheck -check-prefixes=FOO1,BAR-NO %s
33 # RUN: | FileCheck -check-prefixes=FOO1,BAR1 %s
36 # RUN: | FileCheck -check-prefixes=FOO-NO,BAR2 %s
39 # RUN: | FileCheck -check-prefixes=FOO-NO,BAR-NO %s
42 # RUN: | FileCheck -check-prefixes=FOO2,BAR1 %s
45 # RUN: | FileCheck -check-prefixes=FOO-NO,BAR1 %s
51 # RUN: | FileCheck -check-prefixes=FOO2,BAR2 %s
54 # RUN: | FileCheck -check-prefixes=FOO1,BAR1 %s
[all …]
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/
H A Dvalue-equals.txt3 # DEFINE: %{equals} = FileCheck -check-prefixes=FOO,BAR
5 # CHECK: FileCheck -check-prefixes=FOO,BAR
11 # DEFINE: %{continue-equals} = FileCheck -strict-whitespace -match-full-lines \
14 # CHECK: FileCheck -strict-whitespace -match-full-lines -check-prefixes=FOO,BAR
16 # REDEFINE: %{continue-equals} = FileCheck -input-file=test.txt \
20 # CHECK: FileCheck -input-file=test.txt -implicit-check-not=foobar -check-prefixes=FOO,BAR
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/examples/
H A Dparam-subst.txt2 ; echo to the clang/FileCheck command line to be executed.
11 ; DEFINE: FileCheck %{fcflags} %s \
17 …triple x86_64-apple-darwin10.6.0 -fopenmp-simd -emit-llvm -o - {{.*}} | FileCheck -check-prefix=SI…
22 …-triple x86_64-unknown-linux-gnu -fopenmp-simd -emit-llvm -o - {{.*}} | FileCheck -check-prefix=SI…
27 …p-version=51 -triple x86_64-apple-darwin10.6.0 -emit-llvm -o - {{.*}} | FileCheck -check-prefix=NO…
32 …mp-version=51 -triple x86_64-unknown-linux-gnu -emit-llvm -o - {{.*}} | FileCheck -check-prefix=NO…
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dvalid-shell.txt6 # RUN: FileCheck --check-prefix=REMOVE-FILE < %t.out %s
9 # RUN: FileCheck --check-prefix=FILE-EXIST < %t.out %s
12 # RUN: FileCheck --check-prefix=REMOVE-FILE < %t.out %s
23 # RUN: FileCheck --check-prefix=REMOVE-PARENT-DIR < %t.out %s
26 # RUN: FileCheck --check-prefix=MAKE-PARENT-DIR < %t.out %s
30 # RUN: FileCheck --check-prefix=REMOVE-PARENT-DIR < %t.out %s
40 # RUN: FileCheck --check-prefix=MAKE-DIR < %t.out %s
43 # RUN: FileCheck --check-prefix=MAKE-DIR < %t.out %s
46 # RUN: FileCheck --check-prefix=REMOVE-DIR < %t.out %s
56 # RUN: FileCheck --check-prefix=DIRS-EXIST < %t.out %s
[all …]
H A Ddev-null.txt4 # RUN: %{python} %S/check_args.py --my_arg /dev/null | FileCheck %s --check-prefix=CHECK1
7 # RUN: %{python} %S/check_args.py --my_arg=/dev/null | FileCheck %s --check-prefix=CHECK2
10 # RUN: %{python} %S/check_args.py -a /dev/null | FileCheck %s --check-prefix=CHECK3
13 # RUN: %{python} %S/check_args.py -a=/dev/null | FileCheck %s --check-prefix=CHECK4
H A Dredirects.txt5 # RUN: FileCheck --check-prefix=STDOUT-WRITE < %t.stdout-write %s
11 # RUN: FileCheck --check-prefix=STDOUT-APPEND < %t.stdout-write %s
21 # RUN: FileCheck --check-prefix=STDERR-WRITE < %t.stderr-write %s
27 # RUN: FileCheck --check-prefix=STDERR-APPEND < %t.stderr-write %s
37 # RUN: FileCheck --check-prefix=COMBINED-WRITE < %t.combined %s
H A Dsequencing-0.txt4 # RUN: FileCheck --check-prefix CHECK-AND < %t.out %s
13 # RUN: FileCheck --check-prefix CHECK-OR-1 < %t.out %s
19 # RUN: FileCheck --check-prefix CHECK-OR-2 < %t.out %s
25 # RUN: FileCheck --check-prefix CHECK-SEQ < %t.out %s
H A Ddiff-pipes.txt5 # RUN: diff %t.foo %t.foo | FileCheck -allow-empty -check-prefix=EMPTY %s
6 # RUN: diff -u %t.foo %t.bar | FileCheck %s && false || true
15 # RUN: cat %t.foo | diff - %t.foo | FileCheck -allow-empty -check-prefix=EMPTY %s
16 # RUN: cat %t.bar | diff -u %t.foo - | FileCheck %s && false || true
H A Dcontinuations.txt17 RUN: FileCheck -match-full-lines -input-file=%t.out %s
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/
H A Denv-calls-env.txt4 # RUN: | FileCheck -check-prefix=CHECK-2-EMPTY %s
10 # RUN: | FileCheck -check-prefix=CHECK-2-VAL %s
16 # RUN: | FileCheck -check-prefix=CHECK-2-U %s
22 # RUN: | FileCheck -check-prefix=CHECK-2-U-VAL %s
28 # RUN: | FileCheck -check-prefix=CHECK-3 %s
H A Denv-u.txt4 # RUN: | FileCheck --check-prefix=CHECK-ENV-PRESET %s
9 # RUN: | FileCheck --check-prefix=CHECK-ENV-UNSET-1 %s
14 # RUN: | FileCheck --check-prefix=CHECK-ENV-UNSET-MULTIPLE %s
H A Denv.txt4 # RUN: | FileCheck --check-prefix=CHECK-ENV-1 %s
9 # RUN: | FileCheck --check-prefix=CHECK-ENV-MULTIPLE %s
H A Dmixed.txt4 # RUN: | FileCheck --check-prefix=CHECK-ENV-1 %s
9 # RUN: | FileCheck --check-prefix=CHECK-ENV-MULTIPLE %s
/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DCMakeLists.txt1 add_llvm_utility(FileCheck
2 FileCheck.cpp
5 target_link_libraries(FileCheck PRIVATE LLVMFileCheck LLVMSupport)
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/FileCheck/
H A DBUILD.gn1 executable("FileCheck") {
3 "//llvm/lib/FileCheck",
6 sources = [ "FileCheck.cpp" ]
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/
H A Dline-continuation.txt4 # RUN: | FileCheck %s
7 # RUN: | FileCheck %s
9 # RUN: | FileCheck %s
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/
H A Dline-continuation.txt5 # RUN: | FileCheck %s
8 # RUN: | FileCheck %s
10 # RUN: | FileCheck %s
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A DFileCheck.rst1 FileCheck - Flexible pattern matching file verifier
4 .. program:: FileCheck
9 :program:`FileCheck` *match-filename* [*--check-prefix=XXX*] [*--strict-whitespace*]
14 :program:`FileCheck` reads two files (one from standard input, and one
38 FileCheck searches the contents of ``match-filename`` for patterns to
46 FileCheck does not permit duplicate prefixes, even if one is a check prefix
56 By default, FileCheck ignores any occurrence in ``match-filename`` of any check
72 FileCheck will report an error, listing the missing prefixes. The default value
81 By default, FileCheck allows matches of anywhere on a line. This
93 By default, FileCheck canonicalizes input horizontal whitespace (spaces and
[all …]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/FileCheck/
H A DBUILD.gn1 static_library("FileCheck") {
4 sources = [ "FileCheck.cpp" ]
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DCMakeLists.txt2 FileCheck.cpp
5 "${LLVM_MAIN_INCLUDE_DIR}/llvm/FileCheck"
/openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h180 class FileCheck {
187 explicit FileCheck(FileCheckRequest Req);
188 ~FileCheck();
/openbsd-src/gnu/llvm/lld/
H A DCMakeLists.txt64 if(EXISTS ${LLVM_TOOLS_BINARY_DIR}/FileCheck${CMAKE_EXECUTABLE_SUFFIX}
73 add_subdirectory(${LLVM_MAIN_SRC_DIR}/utils/FileCheck utils/FileCheck)
76 set(LLD_TEST_DEPS FileCheck not)
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/FileCheck/
H A DBUILD.gn5 "//llvm/lib/FileCheck",
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/MIR/
H A DBUILD.gn7 "//llvm/lib/FileCheck",
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/
H A Dlit.cfg59 # by %{lit}'s textual output, which includes the output of FileCheck calls
61 # that can affect FileCheck's output. It also includes "--order=lexical -j1"
62 # to ensure predictable test order, as it is often required for FileCheck

123