/openbsd-src/regress/lib/libm/msun/ |
H A D | Makefile | 22 REGRESS_TARGETS = ${NUMBERS:C/(.*)/run-${PROG}-\1 cleanup-${PROG}-\1/} 24 REGRESS_TARGETS = ${PROGS:S/^/run-/} 49 FAILING = run-cexp_test-{2,3,4} run-csqrt_test-{1,2,3} \ 50 run-ctrig_test-{2,3,6} run-fma_test-7 \ 51 run-invctrig_test-{1,2,3,4} run-invtrig_test-{1,2,3,5,6} \ 52 run-lround_test-1 run-nan_test-1 run-next_test-5 run-rem_test-3 55 FAILING+= run-conj_test-1 56 FAILING+= run-ctrig_test-{4,5} 57 FAILING+= run-exponential_test-1 58 FAILING+= run-fenv_test-{2,3,4,6,7,8} [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/ |
H A D | shtest-define.py | 3 # RUN: echo '-- Available Tests --' > %t.tests.actual.txt 11 # DEFINE: %{run-test} = \ 17 # DEFINE: %{run-and-record-test} = %{run-test} && %{record-test} 22 # RUN: %{run-and-record-test} 24 # RUN: %{run-and-record-test} 26 # RUN: %{run-and-record-test} 28 # RUN: %{run-and-record-test} 30 # RUN: %{run-and-record-test} 32 # RUN: %{run-and-record-test} 34 # RUN: %{run-and-record-test} [all …]
|
H A D | shtest-run-at-line.py | 1 # Check that -vv makes the line number of the failing RUN command clear. 4 # RUN: not %{lit} -vv %{inputs}/shtest-run-at-line > %t.out 5 # RUN: FileCheck --input-file %t.out %s 13 # In the case of the external shell, we check for only RUN lines in stderr in 16 # CHECK-LABEL: FAIL: shtest-run-at-line :: external-shell/basic.txt 19 # CHECK: RUN: at line 4{{.*}} true 20 # CHECK-NEXT: RUN: at line 5{{.*}} false 21 # CHECK-NEXT: RUN: at line 6{{.*}} true 23 # CHECK: RUN: at line 4 24 # CHECK: RUN: at line 5 [all …]
|
H A D | selecting.py | 1 # RUN: %{lit} %{inputs}/discovery | FileCheck --check-prefix=CHECK-BASIC %s 7 # RUN: not %{lit} %{inputs}/nonexistent 2>&1 | FileCheck --check-prefix=CHECK-BA… 8 # RUN: not %{lit} %{inputs}/nonexistent --allow-empty-runs 2>&1 | FileCheck --check-prefix=CHECK-BA… 14 # RUN: not %{lit} --filter 'nonexistent' %{inputs}/discovery 2>&1 | FileCheck --… 15 # RUN: %{lit} --filter 'nonexistent' --allow-empty-runs %{inputs}/discovery 2>&1 | FileCheck --… 16 # RUN: not %{lit} --filter-out '.*' %{inputs}/discovery 2>&1 | FileCheck --check… 17 # RUN: %{lit} --filter-out '.*' --allow-empty-runs %{inputs}/discovery 2>&1 | FileCheck --check… 24 # RUN: %{lit} --filter 'o[a-z]e' %{inputs}/discovery | FileCheck --check-prefix=CHECK-FILTER %s 25 # RUN: %{lit} --filter 'O[A-Z]E' %{inputs}/discovery | FileCheck --check-prefix=CHECK-FILTER %s 26 # RUN: env LIT_FILTER='o[a-z]e' %{lit} %{inputs}/discovery | FileCheck --check-prefix=CHECK-FILTER … [all …]
|
H A D | discovery.py | 3 # RUN: %{lit} %{inputs}/discovery \ 4 # RUN: --debug --show-tests --show-suites \ 5 # RUN: -v > %t.out 2> %t.err 6 # RUN: FileCheck --check-prefix=CHECK-BASIC-OUT < %t.out %s 7 # RUN: FileCheck --check-prefix=CHECK-BASIC-ERR < %t.err %s 32 # RUN: %{python} %{inputs}/config-map-discovery/driver.py \ 33 # RUN: %{inputs}/config-map-discovery/main-config/lit.cfg \ 34 # RUN: %{inputs}/config-map-discovery/lit.alt.cfg \ 35 # RUN: --workers=1 --debug --show-tests --show-suites > %t.out 2> %t.err 36 # RUN: FileCheck --check-prefix=CHECK-CONFIG-MAP-OUT < %t.out %s [all …]
|
H A D | shtest-timeout.py | 11 # RUN: not %{lit} \ 12 # RUN: %{inputs}/shtest-timeout/infinite_loop.py \ 13 # RUN: -j 1 -v --debug --timeout 1 --param external=1 > %t.extsh.out 2> %t.extsh.err 14 # RUN: FileCheck --check-prefix=CHECK-OUT-COMMON < %t.extsh.out %s 15 # RUN: FileCheck --check-prefix=CHECK-EXTSH-ERR < %t.extsh.err %s 20 # RUN: not %{lit} \ 21 # RUN: %{inputs}/shtest-timeout/infinite_loop.py \ 22 # RUN: -j 1 -v --debug --timeout 1 --param external=0 > %t.intsh.out 2> %t.intsh.err 23 # RUN: FileCheck --check-prefix=CHECK-OUT-COMMON < %t.intsh.out %s 24 # RUN: FileCheck --check-prefix=CHECK-INTSH-OUT < %t.intsh.out %s [all …]
|
/openbsd-src/regress/sys/kern/signal/sigpthread/ |
H A D | Makefile | 13 REGRESS_TARGETS += run-block-thread-3-unblock-$t 14 run-block-thread-3-unblock-$t: 16 # run 3 threads 25 REGRESS_TARGETS += run-block-thread-3-sleep-main-unblock-$t 26 run-block-thread-3-sleep-main-unblock-$t: 28 # run 3 threads 38 REGRESS_TARGETS += run-block-thread-3-unblock-$t-sleep-thread 39 run-block-thread-3-sleep-thread-unblock-$t: 41 # run 3 threads 51 REGRESS_TARGETS += run-block-thread-3-sleep-unblock-unblock-$t [all …]
|
/openbsd-src/gnu/llvm/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 …]
|
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/ |
H A D | test.txt | 6 # RUN: %if feature %{ echo "test-1" %} 7 # CHECK-NEXT: {{^.*'RUN}}: at line [[#@LINE-1]]'; echo "test-1" 12 # RUN: %if nofeature %{ echo "fail" %} 13 # CHECK-NEXT: {{^.*'RUN}}: at line [[#@LINE-1]]' 16 # RUN: %if nofeature %{ echo "fail" %} %else %{ echo "test-2" %} 17 # CHECK-NEXT: {{^.*'RUN}}: at line [[#@LINE-1]]'; echo "test-2" 21 # RUN: echo test-%if feature %{ 3 %} %else %{ fail %}-test 22 # RUN: echo test-%if feature %{ 4 4 %} %else %{ fail %}-test 23 # RUN: echo test-%if nofeature %{ fail %} %else %{ 5 5 %}-test 24 # CHECK-NEXT: {{^.*'RUN}}: at line [[#@LINE-3]]'; echo test- 3 -test [all …]
|
/openbsd-src/regress/sys/kern/setuid/ |
H A D | Makefile | 27 REGRESS_TARGETS+= run-regress-setuid_none 28 REGRESS_TARGETS+= run-regress-setgid_none 29 REGRESS_TARGETS+= run-regress-setuid 30 REGRESS_TARGETS+= run-regress-setgid 31 REGRESS_TARGETS+= run-regress-seteuid 32 REGRESS_TARGETS+= run-regress-setegid 33 REGRESS_TARGETS+= run-regress-setuid_child 34 REGRESS_TARGETS+= run-regress-setgid_child 35 REGRESS_TARGETS+= run-regress-setresuid 36 REGRESS_TARGETS+= run-regress-setresgid [all …]
|
/openbsd-src/regress/sys/kern/unveil-unmount/ |
H A D | Makefile | 31 REGRESS_TARGETS += run-unlink 32 run-unlink: 37 REGRESS_TARGETS += run-chroot 38 run-chroot: 43 REGRESS_TARGETS += run-chroot-dir 44 run-chroot-dir: 49 REGRESS_TARGETS += run-chroot-unveil-dir 50 run-chroot-unveil-dir: 55 REGRESS_TARGETS += run-chroot-dir-unveil-dir 56 run-chroot-dir-unveil-dir: [all …]
|
/openbsd-src/regress/sbin/ifconfig/ |
H A D | Makefile | 41 REGRESS_TARGETS += run-ether-addr 42 run-ether-addr: 47 REGRESS_TARGETS += run-ether-inet 48 run-ether-inet: 53 REGRESS_TARGETS += run-ether-netmask 54 run-ether-netmask: 59 REGRESS_TARGETS += run-ether-contiguous-netmask 60 run-ether-contiguous-netmask: 67 REGRESS_TARGETS += run-ether-len 68 run [all...] |
/openbsd-src/gnu/llvm/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 …]
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | a2-run.exp | 26 verbose "Skipping a2-run.exp because of noargs." 45 set testfile "run" 57 # Run with no arguments. 58 # On VxWorks this justs make sure the program was run. 66 unresolved "run \"$testfile\" with no args" 69 pass "run \"$testfile\" with no args" 72 fail "(timeout) run \"$testfile\" with no args" 81 pass "run \"$testfile\" with no args" 84 pass "run \"$testfile\" with no args (exit wrapper)" 87 fail "run \"$testfile\" with no args" [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
H A D | run_test.t | 15 sub {$cap->ok(1, "run pass")} 20 $test->is_eq($prem, "", "run pass no prem"); 21 $test->is_num(scalar (@results), 1, "run pass result count"); 25 $test->is_eq($res->{name}, "run pass", "run pass name"); 26 $test->is_eq($res->{ok}, 1, "run pass ok"); 27 $test->is_eq($res->{actual_ok}, 1, "run pass actual_ok"); 28 $test->is_eq($res->{reason}, "", "run pass reason"); 29 $test->is_eq($res->{type}, "", "run pass type"); 30 $test->is_eq($res->{diag}, "", "run pass diag"); 31 $test->is_num($res->{depth}, 0, "run pass depth"); [all …]
|
/openbsd-src/regress/sys/netinet6/rip6cksum/ |
H A D | Makefile | 9 @echo Install scapy package to run this regress. 20 REGRESS_TARGETS += run-error-negative 21 run-error-negative: 25 REGRESS_TARGETS += run-error-odd 26 run-error-odd: 30 REGRESS_TARGETS += run-no-cksum 31 run-no-cksum: 36 REGRESS_TARGETS += run-bad-cksum 37 run-bad-cksum: 42 REGRESS_TARGETS += run [all...] |
/openbsd-src/gnu/llvm/libcxx/utils/ci/ |
H A D | Dockerfile | 10 # This Dockerfile describes the base image used to run the various libc++ 14 # To start a Buildkite Agent, run it as: 15 # $ docker run --env-file <secrets> -it $(docker build -q libcxx/utils/ci) 18 # to run a BuildKite agent. 20 # If you're only looking to run the Docker image locally for debugging a 21 # build bot, see the `run-buildbot-container` script located in this directory. 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 pytho… 41 # Install dependencies required to run the LLDB data formatter tests 42 RUN apt-get update && apt-get install -y python3 python3-dev libpython3-dev uuid-dev libncurses5-de… [all …]
|
/openbsd-src/regress/sys/kern/fork-exit/ |
H A D | Makefile | 27 REGRESS_TARGETS += run-fork1-exit 28 run-fork1-exit: ${PROG} 32 REGRESS_TARGETS += run-fork-exit 33 run-fork-exit: ${PROG} 37 REGRESS_TARGETS += run-fork-exec-exit 38 run-fork-exec-exit: ${PROG} 42 REGRESS_TARGETS += run-fork1-thread1 43 run-fork1-thread1: ${PROG} 47 REGRESS_TARGETS += run-fork1-thread 48 run [all...] |
/openbsd-src/gnu/llvm/clang/utils/ |
H A D | builtin-defines.c | 7 RUN: for arch in -m32 -m64; do \ 8 RUN: for lang in -std=gnu89 -ansi -std=c99 -std=gnu99; do \ 9 RUN: for input in c objective-c; do \ 10 RUN: for opts in "-O0" "-O1 -dynamic" "-O2 -static" "-Os"; do \ 11 RUN: echo "-- $arch, $lang, $input, $opts --"; \ 12 RUN: for cc in 0 1; do \ 13 RUN: if [ "$cc" == 0 ]; then \ 14 RUN: cc_prog=clang; \ 15 RUN: output=%t0; \ 16 RUN: else \ [all …]
|
/openbsd-src/regress/lib/libfuse/ |
H A D | Makefile | 3 REGRESS_TARGETS= run-fuse-opt-add-opt 4 REGRESS_TARGETS+= run-fuse-opt-add-opt-escaped 5 REGRESS_TARGETS+= run-fuse-opt-add-arg 6 REGRESS_TARGETS+= run-fuse-opt-insert-arg 7 REGRESS_TARGETS+= run-fuse-opt-match 8 REGRESS_TARGETS+= run-fuse-opt-parse 9 REGRESS_TARGETS+= run-fuse-parse-cmdline 10 REGRESS_TARGETS+= run-fuse-null-check 11 REGRESS_TARGETS+= run-fuse-mount 13 REGRESS_ROOT_TARGETS+= run-fuse-mount [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/reduce_pipeline_test/ |
H A D | test.py | 9 def getFinalPasses(run): argument 10 stdout = run.stdout.decode() 26 run = subprocess.run(run_args, 29 self.assertEqual(run.returncode, 0) 30 self.assertEqual(getFinalPasses(run), '-passes="b,A(d,B(f))"') 42 run = subprocess.run(run_args, 45 self.assertEqual(run.returncode, 0) 46 self.assertEqual(getFinalPasses(run), '-passes="a,i"') 55 run = subprocess.run(run_args, 58 self.assertEqual(run.returncode, 0) [all …]
|
/openbsd-src/regress/lib/libssl/interop/netcat/ |
H A D | Makefile | 11 # run netcat server and connect with test client 15 REGRESS_TARGETS += run-netcat-client-${clib}-server-nc 16 REGRESS_TARGETS += run-protocol-client-${clib} 18 run-netcat-client-${clib}-server-nc: ../${clib}/client 127.0.0.1.crt 20 nc >${@:S/^run/server/}.out \ 27 ../${clib}/client >${@:S/^run/client/}.out \ 29 # check that the client run successfully to the end 30 grep -q '^success$$' ${@:S/^run/client/}.out 32 grep -q '^<<< greeting$$' ${@:S/^run/client/}.out 34 grep -q '^hello$$' ${@:S/^run/serve [all...] |
/openbsd-src/regress/usr.bin/lastcomm/ |
H A D | Makefile | 6 # Run tests with fork, map, core, xsig, pledge, unveil, trap accounting. 13 REGRESS_SKIP_TARGETS += run-syscallwx 20 REGRESS_EXPECTED_FAILURES += run-callstack run-syscallwx 42 REGRESS_TARGETS += run-fork 43 run-fork: 49 REGRESS_TARGETS += run-trapstack 50 run-trapstack: trapstack 56 REGRESS_TARGETS += run-callstack 57 run-callstack: callstack 63 REGRESS_TARGETS += run-syscallwx [all …]
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | GitBisecting.rst | 30 that revision, and run ``git bisect good`` or ``git bisect bad``. 32 If you can't repro at the current commit (maybe the build is broken), run 35 (To abort a bisect, run ``git bisect reset``, and if git complains about not 39 ``git bisect run`` 44 good if it can happen completely automatically. ``git bisect run`` can do 45 this for you if you write a run script that reproduces the problem 50 Here's an example run script. It assumes that you're in ``llvm-project`` and 64 To make sure your run script works, it's a good idea to run ``./run.sh`` by 65 hand and tweak the script until it works, then run ``git bisect good`` or 67 (check ``echo $?`` after your script ran), and only then run ``git bisect run [all …]
|