Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 2019) sorted by relevance

12345678910>>...81

/openbsd-src/regress/lib/libm/msun/
H A DMakefile22 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/regress/sys/netinet6/rip6cksum/
H A DMakefile9 @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/regress/sys/kern/signal/sigpthread/
H A DMakefile13 REGRESS_TARGETS += run-block-thread-3-unblock-$t
14 run-block-thread-3-unblock-$t:
25 REGRESS_TARGETS += run-block-thread-3-sleep-main-unblock-$t
26 run-block-thread-3-sleep-main-unblock-$t:
38 REGRESS_TARGETS += run-block-thread-3-unblock-$t-sleep-thread
39 run-block-thread-3-sleep-thread-unblock-$t:
51 REGRESS_TARGETS += run-block-thread-3-sleep-unblock-unblock-$t
52 run-block-thread-3-sleep-unblock-unblock-$t:
64 REGRESS_TARGETS += run-block-thread-3-kill-$t-unblock-$t
65 run-block-thread-3-kill-$t-unblock-$t:
[all …]
/openbsd-src/regress/sys/kern/fork-exit/
H A DMakefile27 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/regress/sbin/ifconfig/
H A DMakefile41 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/reduce_pipeline_test/
H A Dtest.py9 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/sys/kern/setuid/
H A DMakefile27 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/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Drun_test.t15 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/kern/unveil-unmount/
H A DMakefile31 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/sys/net/pflog/
H A DMakefile40 @echo Enable pf to run this regress.
66 REGRESS_EXPECTED_FAILURES = run-ping-14 run-ping6-14
162 REGRESS_TARGETS += run-ping-$i
163 run-ping-$i: stamp-bpf
166 REGRESS_TARGETS += run-ping6-$i
167 run-ping6-$i: stamp-bpf
170 REGRESS_TARGETS += run-udp-$i
171 run-udp-$i: stamp-bpf
175 REGRESS_TARGETS += run-udp6-$i
176 run-udp6-$i: stamp-bpf
[all …]
/openbsd-src/regress/sys/netinet/bindconnect/
H A DMakefile21 REGRESS_TARGETS += run-default
22 run-default:
45 REGRESS_TARGETS += run-${af}-${proto}-bind
46 run-${af}-${proto}-bind:
50 REGRESS_TARGETS += run-${af}-${proto}-connect
51 run-${af}-${proto}-connect:
55 REGRESS_TARGETS += run-${af}-${proto}-bind-connect
56 run-${af}-${proto}-bind-connect:
62 REGRESS_SKIP_TARGETS += run-${af}-${proto}-100000
64 REGRESS_ROOT_TARGETS += run-${af}-${proto}-100000
[all …]
/openbsd-src/regress/sys/netinet/sendsrcaddr/
H A DMakefile14 REGRESS_TARGETS = run-regress-1 \
15 run-regress-2 \
16 run-regress-3 \
17 run-regress-4 \
18 run-regress-5 \
19 run-regress-6 \
20 run-regress-7 \
21 run-regress-8 \
22 run-regress-9 \
23 run-regress-cleanup
[all …]
/openbsd-src/regress/lib/libssl/interop/netcat/
H A DMakefile11 # 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/lib/libssl/interop/session/
H A DMakefile11 run-session-client-libressl-server-libressl:
18 REGRESS_TARGETS += run-session-client-${clib}-server-${slib}
20 run-session-client-${clib}-server-${slib}: \
23 ../${slib}/server >${@:S/^run/server/}.out \
27 ../${clib}/client >${@:S/^run/client/}.out \
29 `sed -n 's/listen sock: //p' ${@:S/^run/server/}.out`
30 grep '^success$$' ${@:S/^run/server/}.out || \
31 { sleep 1; grep '^success$$' ${@:S/^run/server/}.out; }
32 grep '^success$$' ${@:S/^run/client/}.out
33 grep '^session 2: new$$' ${@:S/^run/serve
[all...]
/openbsd-src/regress/sys/net/pf_opts/
H A DMakefile28 @echo Install scapy package to run this regress.
46 @echo Enable pf to run this regress.
165 REGRESS_TARGETS += run-ping
166 run-ping: stamp-bpf
171 REGRESS_TARGETS += run-ping6
172 run-ping6: stamp-bpf
177 REGRESS_TARGETS += run-bpf-ping
178 run-bpf-ping: stamp-stop
189 REGRESS_TARGETS += run-ping-record
190 run-ping-record: stamp-bpf
[all …]
/openbsd-src/regress/usr.bin/lastcomm/
H A DMakefile13 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
64 run-syscallwx: syscallwx
[all …]
/openbsd-src/regress/lib/libfuse/
H A DMakefile3 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/regress/usr.bin/nc/
H A DMakefile104 REGRESS_TARGETS += run-tcp
105 run-tcp:
118 REGRESS_TARGETS += run-tcp6
119 run-tcp6:
134 REGRESS_TARGETS += run-tcp-localhost-server
135 run-tcp-localhost-server:
148 REGRESS_TARGETS += run-tcp6-localhost-server
149 run-tcp6-localhost-server:
162 REGRESS_TARGETS += run-tcp-localhost-client
163 run-tcp-localhost-client:
[all …]
/openbsd-src/regress/sys/kern/pledge/execpromise/
H A DMakefile5 run-normal: ${PROG}
7 REGRESS_TARGETS+= run-normal
9 run-no-child-pledge: ${PROG}
11 REGRESS_TARGETS+= run-no-child-pledge
13 run-abort-child: ${PROG}
16 REGRESS_TARGETS+= run-abort-child
18 run-ENOSYS-child: ${PROG}
21 REGRESS_TARGETS+= run-ENOSYS-child
23 run-upgrade-fail: ${PROG}
26 REGRESS_TARGETS+= run-upgrade-fail
[all …]
/openbsd-src/regress/sys/netinet6/mcast6/
H A DMakefile20 REGRESS_EXPECTED_FAILURES = run-localhost-local
32 REGRESS_TARGETS += run-localhost
33 run-localhost:
40 REGRESS_TARGETS += run-localhost-loop
41 run-localhost-loop:
48 REGRESS_TARGETS += run-localhost-loop0
49 run-localhost-loop0:
56 REGRESS_TARGETS += run-localhost-ttl0
57 run-localhost-ttl0:
64 REGRESS_TARGETS += run-localhost-local
[all …]
/openbsd-src/regress/usr.bin/gzip/
H A DMakefile22 REGRESS_TARGETS+= run-regress-integrity
23 run-regress-integrity:
30 REGRESS_TARGETS+= run-regress-truncate-2k
31 run-regress-truncate-2k:
39 REGRESS_TARGETS+= run-regress-truncate-1k
40 run-regress-truncate-1k:
48 REGRESS_TARGETS+= run-regress-skip
49 run-regress-skip:
59 REGRESS_TARGETS+= run-regress-fuzz
60 run-regress-fuzz:
[all …]
/openbsd-src/regress/sys/netinet/mcast/
H A DMakefile28 REGRESS_TARGETS += run-localhost
29 run-localhost:
36 REGRESS_TARGETS += run-localhost-loop
37 run-localhost-loop:
44 REGRESS_TARGETS += run-localhost-loop0
45 run-localhost-loop0:
52 REGRESS_TARGETS += run-localhost-ttl0
53 run-localhost-ttl0:
60 REGRESS_TARGETS += run-localhost-local
61 run-localhost-local:
[all …]
/openbsd-src/regress/usr.bin/rsync/
H A DMakefile16 REGRESS_EXPECTED_FAILURES = run-openrsync-openrsync-test3_minusexclude \
17 run-openrsync-openrsync-test6b_perms \
18 run-openrsync-openrsync-test7_symlinks \
19 run-openrsync-openrsync-test10_perms \
20 run-openrsync-openrsync-test13b_perms \
21 run-openrsync-rsync-test3_minusexclude \
22 run-openrsync-rsync-test6b_perms \
23 run-openrsync-rsync-test7_symlinks \
24 run-openrsync-rsync-test10_perms \
25 run-openrsync-rsync-test13b_perms
[all …]
/openbsd-src/regress/libexec/ftpd/
H A DMakefile5 REGRESS_TARGETS = run-ftpd-get
6 REGRESS_TARGETS += run-ftpd-get-active
7 REGRESS_TARGETS += run-ftpd-put
8 REGRESS_TARGETS += run-ftpd-put-active
9 REGRESS_TARGETS += run-ftpd-ls
10 REGRESS_TARGETS += run-ftpd-nlist
11 REGRESS_TARGETS += run-ftpd-delete
12 REGRESS_TARGETS += run-ftpd-mkdir
13 REGRESS_TARGETS += run-ftpd-rename
14 REGRESS_TARGETS += run-ftpd-size
[all …]
/openbsd-src/regress/sys/kern/realpath-unmount/
H A DMakefile31 REGRESS_TARGETS += run-chroot
32 run-chroot:
37 REGRESS_TARGETS += run-chroot-dir
38 run-chroot-dir:
43 REGRESS_TARGETS += run-chroot-subdir
44 run-chroot-subdir:
49 REGRESS_TARGETS += run-chroot-dir-subdir
50 run-chroot-dir-subdir:
55 REGRESS_TARGETS += run-chdir
56 run-chdir:
[all …]

12345678910>>...81