| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| H A D | diff-unified.txt | 1 # RUN: echo 1 > %t.foo 2 # RUN: echo 2 >> %t.foo 3 # RUN: echo 3 >> %t.foo 4 # RUN: echo 4 >> %t.foo 5 # RUN: echo 5 >> %t.foo 6 # RUN: echo 6 foo >> %t.foo 7 # RUN: echo 7 >> %t.foo 8 # RUN: echo 8 >> %t.foo 9 # RUN: echo 9 >> %t.foo 10 # RUN: echo 10 >> %t.foo [all …]
|
| H A D | valid-shell.txt | 4 # RUN: rm -f %t.write 5 # RUN: %{python} %S/check_path.py file %t.write > %t.out 6 # RUN: FileCheck --check-prefix=REMOVE-FILE < %t.out %s 7 # RUN: echo "create a temp file" > %t.write 8 # RUN: %{python} %S/check_path.py file %t.write > %t.out 9 # RUN: FileCheck --check-prefix=FILE-EXIST < %t.out %s 10 # RUN: rm -f %t.write 11 # RUN: %{python} %S/check_path.py file %t.write > %t.out 12 # RUN: FileCheck --check-prefix=REMOVE-FILE < %t.out %s 21 # RUN: rm -f -r %T/test [all …]
|
| H A D | redirects.txt | 3 # RUN: echo "not-present" > %t.stdout-write 4 # RUN: echo "is-present" > %t.stdout-write 5 # RUN: FileCheck --check-prefix=STDOUT-WRITE < %t.stdout-write %s 10 # RUN: echo "appended-line" >> %t.stdout-write 11 # RUN: FileCheck --check-prefix=STDOUT-APPEND < %t.stdout-write %s 19 # RUN: echo "not-present" > %t.stderr-write 20 # RUN: %{python} %S/write-to-stderr.py 2> %t.stderr-write 21 # RUN: FileCheck --check-prefix=STDERR-WRITE < %t.stderr-write %s 26 # RUN: %{python} %S/write-to-stderr.py 2>> %t.stderr-write 27 # RUN: FileCheck --check-prefix=STDERR-APPEND < %t.stderr-write %s [all …]
|
| H A D | diff-r.txt | 4 # RUN: rm -rf %t/dir1 %t/dir2 5 # RUN: mkdir -p %t/dir1 %t/dir2 8 # RUN: echo "hello" > %t/dir1/f1 9 # RUN: echo "hello" > %t/dir2/f1 12 # RUN: mkdir -p %t/dir1/subdir %t/dir2/subdir 13 # RUN: echo "12345" > %t/dir1/subdir/f01 14 # RUN: echo "12345" > %t/dir2/subdir/f01 15 # RUN: echo -e "xxx\nzzz\nyyy" > %t/dir1/subdir/f02 16 # RUN: echo -e "xxx\nzzz\nyyy" > %t/dir2/subdir/f02 19 # RUN: mkdir -p %t/dir1/empty_subdir %t/dir2/empty_subdir [all …]
|
| H A D | diff-pipes.txt | 1 # RUN: echo foo > %t.foo 2 # RUN: echo bar > %t.bar 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 9 # RUN: cat %t.foo | diff -u - %t.foo 10 # RUN: cat %t.foo | diff -u %t.foo - 11 # RUN: cat %t.bar | diff -u %t.foo - && false || true 12 # RUN: cat %t.bar | diff -u - %t.foo && 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 [all …]
|
| H A D | diff-encodings.txt | 3 # RUN: diff -u diff-in.bin diff-in.bin 4 # RUN: diff -u diff-in.utf16 diff-in.bin && false || true 5 # RUN: diff -u diff-in.utf8 diff-in.bin && false || true 6 # RUN: diff -u diff-in.bin diff-in.utf8 && false || true 8 # RUN: cat diff-in.bin | diff -u - diff-in.bin 9 # RUN: cat diff-in.bin | diff -u diff-in.bin - 10 # RUN: cat diff-in.bin | diff -u diff-in.utf16 - && false || true 11 # RUN: cat diff-in.bin | diff -u diff-in.utf8 - && false || true 12 # RUN: cat diff-in.bin | diff -u - diff-in.utf8 && false || true 15 # RUN: false
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-not/ |
| H A D | not-calls-external.txt | 1 # RUN: echo foo > %t.in 2 # RUN: echo bar >> %t.in 7 # RUN: not %{python} fail.py 8 # RUN: not not %{python} pass.py 9 # RUN: not not not %{python} fail.py 10 # RUN: not not not not %{python} pass.py 15 # RUN: not not --crash %{python} pass.py 16 # RUN: not not --crash %{python} fail.py 17 # RUN: not not --crash not %{python} pass.py 18 # RUN: not not --crash not %{python} fail.py [all …]
|
| H A D | not-calls-diff.txt | 1 # RUN: echo 'foo' > %t.foo0 2 # RUN: echo 'foo' > %t.foo1 3 # RUN: echo 'bar' > %t.bar 6 # RUN: not diff %t.foo0 %t.bar 7 # RUN: not not not diff %t.foo0 %t.bar 8 # RUN: not not not not not diff %t.foo0 %t.bar 11 # RUN: diff %t.foo0 %t.foo1 12 # RUN: not not diff %t.foo0 %t.foo1 13 # RUN: not not not not diff %t.foo0 %t.foo1 16 # RUN: not diff %t.foo0 %t.foo1
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| H A D | 80-test_tsa.t | 29 my @RUN; 54 ok(run(app([@RUN, "-reply", "-section", "$datafile", 63 ok(run(app([@RUN, "-verify", "-queryfile", "$queryfile", 66 ok(run(app([@RUN, "-verify", "-data", "$datafile", 75 ok(!run(app([@RUN, "-verify", "-queryfile", "$queryfile", 90 @RUN = ("openssl", "ts", "-config", $openssl_conf); 115 unless ok(run(app([@RUN, "-query", "-data", $testtsa, 120 ok(run(app([@RUN, "-query", "-in", "req1.tsq", "-text"])), 127 ok(run(app([@RUN, "-reply", "-in", "resp1.tsr", "-text"])), 136 ok(run(app([@RUN, "-reply", "-in", "resp1.tsr", [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/ |
| H A D | instrprof-dlopen.test | 1 RUN: mkdir -p %t.d 2 RUN: %clang_profgen -o %t.d/func.shared -fPIC -shared %S/Inputs/instrprof-dlopen-func.c 3 RUN: %clang_profgen -o %t.d/func2.shared -fPIC -shared %S/Inputs/instrprof-dlopen-func2.c 4 RUN: %clang -o %t-local -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_LOCAL" %S… 5 RUN: %clang -o %t-global -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" … 7 RUN: %clang -c -o %t.d/main.o %S/Inputs/instrprof-dlopen-main.c 8 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dlopen-func.c %S/Inputs/instrprof-dlopen-func2… 10 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static 11 RUN: env LLVM_PROFILE_FILE=%t-local.profraw %run %t-local 12 RUN: env LLVM_PROFILE_FILE=%t-global.profraw %run %t-global [all …]
|
| H A D | instrprof-shared.test | 16 RUN: mkdir -p %t.d 17 RUN: %clang_profgen -o %t.d/libt-instr.so -fPIC -shared %S/Inputs/instrprof-shared-lib.c 18 RUN: %clang -o %t.d/libt-no-instr1.so -fPIC -shared %S/Inputs/instrprof-shared-lib.c 19 RUN: %clang -c -o %t.d/instrprof-shared-lib-no-instr2.o -fPIC %S/Inputs/instrprof-shared-lib.c 20 RUN: %clang_profgen -o %t.d/libt-no-instr2.so -fPIC -shared %t.d/instrprof-shared-lib-no-instr2.o 22 RUN: %clang_profgen -o %t-instr-instr -L%t.d -rpath %t.d -lt-instr %S/Inputs/instrprof-shared-main… 23 RUN: %clang_profgen -o %t-instr-no-instr1 -L%t.d -rpath %t.d -lt-no-instr1 %S/Inputs/instrprof-sha… 24 RUN: %clang_profgen -o %t-instr-no-instr2 -L%t.d -rpath %t.d -lt-no-instr2 %S/Inputs/instrprof-sha… 25 RUN: %clang -o %t-no-instr1-instr -L%t.d -rpath %t.d -lt-instr %S/Inputs/instrprof-shared-main.c 26 RUN: %clang -o %t-no-instr1-no-instr1 -L%t.d -rpath %t.d -lt-no-instr1 %S/Inputs/instrprof-shared-… [all …]
|
| H A D | instrprof-dynamic-two-shared.test | 1 RUN: mkdir -p %t.d 2 RUN: %clang_profgen -o %t.d/a.shared -fPIC -shared %S/Inputs/instrprof-dynamic-a.cpp 3 RUN: %clang_profgen -o %t.d/b.shared -fPIC -shared %S/Inputs/instrprof-dynamic-b.cpp 4 RUN: %clang_profgen -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %t.d/b.shared %S/Inputs/instrprof-… 6 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dynamic-a.cpp %S/Inputs/instrprof-dynamic-b.cp… 8 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static 9 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared 11 RUN: llvm-profdata merge -o %t-static.profdata %t-static.profraw 12 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw 14 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… [all …]
|
| H A D | instrprof-dynamic-one-shared.test | 1 RUN: mkdir -p %t.d 2 RUN: %clang_profgen -o %t.d/a.shared -fPIC -shared %S/Inputs/instrprof-dynamic-a.cpp 3 RUN: %clang_profgen -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %S/Inputs/instrprof-dynamic-b.cpp … 5 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dynamic-a.cpp %S/Inputs/instrprof-dynamic-b.cp… 7 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static 8 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared 10 RUN: llvm-profdata merge -o %t-static.profdata %t-static.profraw 11 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw 13 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 14 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… [all …]
|
| H A D | instrprof-value-prof.test | 1 // RUN: %clang_profgen -O2 -fprofile-instr-generate -mllvm -enable-value-profiling=true -o %t %S/In… 2 // RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t 3 // RUN: llvm-profdata merge -o %t.profdata %t.profraw 4 // RUN: llvm-profdata show --all-functions -ic-targets %t.profdata | FileCheck %S/Inputs/instrpro… 7 // RUN: %clang -O2 -mllvm -disable-vp=false -mllvm -profile-generate=%t.ir.profraw -c -o %t.ir.o %… 8 // RUN: %clang_profgen -O2 -o %t.ir %t.ir.o 9 // RUN: %run %t.ir 10 // RUN: llvm-profdata merge -o %t.ir.profdata %t.ir.profraw 11 // RUN: llvm-profdata show --all-functions -ic-targets %t.ir.profdata | FileCheck %S/Inputs/instr…
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/Linux/ |
| H A D | instrprof-dlopen.test | 1 RUN: mkdir -p %t.d 2 RUN: %clang_profgen -o %t.d/func.shared -fPIC -shared -fdata-sections -ffunction-sections -fuse-ld=… 3 RUN: %clang_profgen -o %t.d/func2.shared -fPIC -shared -fdata-sections -ffunction-sections -fuse-ld… 4 RUN: %clang -o %t-local -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_LOCAL" %S… 5 RUN: %clang -o %t-global -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" … 7 RUN: %clang -c -o %t.d/main.o %S/../Inputs/instrprof-dlopen-main.c 8 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-stat… 10 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static 11 RUN: env LLVM_PROFILE_FILE=%t-local.profraw %run %t-local 12 RUN: env LLVM_PROFILE_FILE=%t-global.profraw %run %t-global [all …]
|
| H A D | instrprof-dynamic-two-shared.test | 1 RUN: mkdir -p %t.d 2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.s… 3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/b.s… 4 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share… 6 RUN: %clang_profgen -o %t-static %S/../Inputs/instrprof-dynamic-a.cpp %S/../Inputs/instrprof-dynami… 8 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static 9 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared 11 RUN: llvm-profdata merge -o %t-static.profdata %t-static.profraw 12 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw 14 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… [all …]
|
| H A D | instrprof-dynamic-one-shared.test | 1 RUN: mkdir -p %t.d 2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.s… 3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share… 5 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-stati… 7 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static 8 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared 10 RUN: llvm-profdata merge -o %t-static.profdata %t-static.profraw 11 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw 13 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 14 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… [all …]
|
| H A D | coverage_shared.test | 1 RUN: mkdir -p %t.d 2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fcoverage-mapping -c -o %t.d/a.shared.o -f… 3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -fcoverage-… 4 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share… 6 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-stati… 8 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static 9 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared 11 RUN: llvm-profdata merge -o %t-static.profdata %t-static.profraw 12 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw 14 RUN: llvm-cov show -instr-profile %t-shared.profdata %t.d/a.shared | FileCheck --check-prefix=COV %… [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | login_sender_match.ref | 1 unknown: RUN test case 0 wildcard works 3 unknown: RUN test case 1 unknown user 5 unknown: RUN test case 2 bare user 7 unknown: RUN test case 3 user@domain 9 unknown: RUN test case 4 user+ext@domain 11 unknown: RUN test case 5 wrong sender 13 unknown: RUN test case 6 @domain 15 unknown: RUN test case 7 wrong @domain 17 unknown: RUN test case 8 null sender 19 unknown: RUN test case 9 wrong null sender [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | mystrtok.ref | 1 unknown: RUN test case 0 mystrtok >< 3 unknown: RUN test case 1 mystrtok > foo < 5 unknown: RUN test case 2 mystrtok > foo bar < 7 unknown: RUN test case 3 mystrtokq >< 9 unknown: RUN test case 4 mystrtokq >foo bar< 11 unknown: RUN test case 5 mystrtokq >{ bar } < 13 unknown: RUN test case 6 mystrtokq >foo { bar } baz< 15 unknown: RUN test case 7 mystrtokq >foo{ bar } baz< 17 unknown: RUN test case 8 mystrtokq >foo { bar }baz< 19 unknown: RUN test case 9 mystrtokdq >< [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/ |
| H A D | Dockerfile | 10 RUN apt-get update -y 11 RUN apt-get install -y autoconf automake libtool curl make g++ unzip wget git \ 18 RUN wget -qO- https://github.com/google/protobuf/releases/download/v3.3.0/protobuf-cpp-3.3.0.tar.gz… 19 RUN cd protobuf-3.3.0 && ./autogen.sh && ./configure && make -j $(nproc) && make check -j $(nproc) … 21 RUN svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm 22 RUN cd llvm/tools && svn co http://llvm.org/svn/llvm-project/cfe/trunk clang -r $(cd ../ && svn inf… 23 RUN cd llvm/projects && svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt -r $(… 25 RUN mkdir build0 && cd build0 && cmake -GNinja -DCMAKE_BUILD_TYPE=Release ../llvm && ninja 27 RUN mkdir build1 && cd build1 && cmake -GNinja -DCMAKE_BUILD_TYPE=Release ../llvm \ 34 RUN cd build1 && ninja clang-fuzzer [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/ci/ |
| H A D | Dockerfile | 36 RUN apt-get update && apt-get install -y bash curl 39 RUN apt-get update && apt-get install -y ninja-build python3 python3-sphinx python3-distutils git g… 40 RUN apt-get update && apt-get install -y libc6-dev-i386 # Required to cross-compile to 32 bits 43 RUN apt-get update && apt-get install -y lsb-release wget software-properties-common 44 RUN wget https://apt.llvm.org/llvm.sh -O /tmp/llvm.sh 45 RUN bash /tmp/llvm.sh 46 RUN LLVM_VERSION=$(find /usr/bin -regex '^.+/clang-[0-9.]+$') && LLVM_VERSION=${LLVM_VERSION#*clang… 47 RUN ln -s $(find /usr/bin -regex '^.+/clang\+\+-[0-9.]+$') /usr/bin/clang++ && [ -e $(readlink /usr… 48 RUN ln -s $(find /usr/bin -regex '^.+/clang-[0-9.]+$') /usr/bin/clang && [ -e $(readlink /usr/bin/c… 51 RUN . /tmp/env.sh && echo "LLVM_TOT_VERSION=$(($LLVM_VERSION + 1))" >> /tmp/env.sh [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/ |
| H A D | line-continuation.txt | 1 # RUN: : first line continued \ 2 # RUN: to second line 3 # RUN: echo 'foo bar' \ 4 # RUN: | FileCheck %s 5 # RUN: echo \ 6 # RUN: 'foo baz' \ 7 # RUN: | FileCheck %s 8 # RUN: echo 'foo bar' \ 9 # RUN: | FileCheck %s
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-env/ |
| H A D | env-calls-env.txt | 3 # RUN: env env %{python} print_environment.py \ 4 # RUN: | FileCheck -check-prefix=CHECK-2-EMPTY %s 9 # RUN: env FOO=2 env BAR=1 %{python} print_environment.py \ 10 # RUN: | FileCheck -check-prefix=CHECK-2-VAL %s 15 # RUN: env -u FOO env -u BAR %{python} print_environment.py \ 16 # RUN: | FileCheck -check-prefix=CHECK-2-U %s 21 # RUN: env -u FOO BAR=1 env -u BAR FOO=2 %{python} print_environment.py \ 22 # RUN: | FileCheck -check-prefix=CHECK-2-U-VAL %s 27 # RUN: env -u FOO BAR=1 env -u BAR FOO=2 env BAZ=3 %{python} print_environment.py \ 28 # RUN: | FileCheck -check-prefix=CHECK-3 %s
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| H A D | Dockerfile | 3 RUN apt-get update && apt-get install -y \ 11 RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor -… 12 RUN apt-add-repository -y 'deb https://apt.kitware.com/ubuntu/ bionic main' 15 RUN apt-get update && apt-get install -y \ 24 RUN apt-get install -y \ 32 RUN apt-get install -y \ 37 RUN apt-get install -y \ 41 RUN apt-get install -y \ 46 RUN apt-get install -y \ 55 RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1 [all …]
|