| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/ |
| H A D | not-calls-external.txt | 26 # 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 D | value-equals.txt | 3 # 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 D | param-subst.txt | 2 ; 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 D | valid-shell.txt | 6 # 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 D | dev-null.txt | 4 # 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 D | redirects.txt | 5 # 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 D | sequencing-0.txt | 4 # 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 D | diff-pipes.txt | 5 # 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 D | continuations.txt | 17 RUN: FileCheck -match-full-lines -input-file=%t.out %s
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/ |
| H A D | env-calls-env.txt | 4 # 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 D | env-u.txt | 4 # 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 D | env.txt | 4 # RUN: | FileCheck --check-prefix=CHECK-ENV-1 %s 9 # RUN: | FileCheck --check-prefix=CHECK-ENV-MULTIPLE %s
|
| H A D | mixed.txt | 4 # 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 D | CMakeLists.txt | 1 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 D | BUILD.gn | 1 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 D | line-continuation.txt | 4 # 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 D | line-continuation.txt | 5 # RUN: | FileCheck %s 8 # RUN: | FileCheck %s 10 # RUN: | FileCheck %s
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | FileCheck.rst | 1 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 D | BUILD.gn | 1 static_library("FileCheck") { 4 sources = [ "FileCheck.cpp" ]
|
| /openbsd-src/gnu/llvm/llvm/lib/FileCheck/ |
| H A D | CMakeLists.txt | 2 FileCheck.cpp 5 "${LLVM_MAIN_INCLUDE_DIR}/llvm/FileCheck"
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 180 class FileCheck { 187 explicit FileCheck(FileCheckRequest Req); 188 ~FileCheck();
|
| /openbsd-src/gnu/llvm/lld/ |
| H A D | CMakeLists.txt | 64 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 D | BUILD.gn | 5 "//llvm/lib/FileCheck",
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/MIR/ |
| H A D | BUILD.gn | 7 "//llvm/lib/FileCheck",
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/ |
| H A D | lit.cfg | 59 # 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
|