Home
last modified time | relevance | path

Searched full:run (Results 1 – 25 of 5086) sorted by relevance

12345678910>>...204

/freebsd/contrib/libcbor/.circleci/
H A Dconfig.yml6 - run: sudo apt-get update
8 - run: sudo NEEDRESTART_MODE=l apt-get install -y cmake ${TOOLCHAIN_PACKAGES}
9 - run: sudo NEEDRESTART_MODE=l apt-get install -y libcmocka-dev libcjson-dev
12 - run: >
19 - run: make -j 16 VERBOSE=1
22 - run: >
26 - run: make -j 16 VERBOSE=1
29 - run: ctest -VV
43 - run: sudo NEEDRESTART_MODE=l apt-get install -y clang-format doxygen cppcheck
44 - run
[all...]
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress.gen.h14 struct run;
33 int (*run_assign)(struct msg *, int, const struct run*);
34 int (*run_get)(struct msg *, int, struct run* *);
35 struct run* (*run_add)(struct msg *msg);
44 struct run* *run_data;
71 int msg_run_assign(struct msg *, int, const struct run*);
72 int msg_run_get(struct msg *, int, struct run* *);
73 struct run* msg_run_add(struct msg *msg);
129 /* Tag definition for run */
140 /* Structure declaration for run */
[all …]
/freebsd/contrib/libevent/test/
H A Dregress.gen.h14 struct run;
33 int (*run_assign)(struct msg *, int, const struct run*);
34 int (*run_get)(struct msg *, int, struct run* *);
35 struct run* (*run_add)(struct msg *msg);
44 struct run* *run_data;
71 int msg_run_assign(struct msg *, int, const struct run*);
72 int msg_run_get(struct msg *, int, struct run* *);
73 struct run* msg_run_add(struct msg *msg);
129 /* Tag definition for run */
140 /* Structure declaration for run */
[all …]
/freebsd/contrib/sendmail/libsm/
H A DMakefile.m417 smcheck(`t-event', `compile-run')
18 smcheck(`t-exc', `compile-run')
19 smcheck(`t-rpool', `compile-run')
20 smcheck(`t-string', `compile-run')
21 smcheck(`t-smstdio', `compile-run')
22 smcheck(`t-fget', `compile-run')
23 smcheck(`t-match', `compile-run')
24 smcheck(`t-strio', `compile-run')
25 smcheck(`t-heap', `compile-run')
26 smcheck(`t-fopen', `compile-run')
[all …]
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_vfy_increds.py29 realm.run(['./t_vfy_increds'])
30 realm.run(['./t_vfy_increds', '-n'])
35 realm.run([kadminl, 'ktadd', realm.host_princ])
36 realm.run(['./t_vfy_increds'])
37 realm.run(['./t_vfy_increds', '-n'])
42 realm.run([kadminl, 'change_password', '-randkey', realm.host_princ])
43 realm.run(['./t_vfy_increds'], expected_code=1)
44 realm.run(['./t_vfy_increds', '-n'], expected_code=1)
52 realm.run([kadminl, 'addprinc', '-randkey', 'host/wrong.hostname'])
53 realm.run([kadminl, 'ktadd', 'host/wrong.hostname'])
[all …]
H A Dt_in_ccache_patypes.py29 realm.run([kadminl, 'addprinc', '-pw', 'pass', 'nopreauth'])
30 realm.run([kadminl, 'addprinc', '-pw', 'pass', '+requires_preauth', 'preauth'])
34 realm.run(['./t_in_ccache', 'nopreauth', 'pass'])
38 realm.run(['./t_in_ccache', 'preauth', 'pass'])
42 realm.run(['./t_in_ccache', 'nopreauth', 'pass'])
43 realm.run(['./t_in_ccache', '-I', realm.ccache, 'preauth', 'pass'])
46 realm.run(['./t_in_ccache', 'preauth', 'pass'])
47 realm.run(['./t_in_ccache', '-I', realm.ccache, 'preauth', 'pass'])
52 realm.run(['./t_in_ccache', 'nopreauth', 'pass'])
53 realm.run(['./t_cc_config', '-p', realm.krbtgt_princ, 'pa_type', '2'])
[all …]
H A Dt_get_etype_info.py6 realm.run([kadminl, 'ank', '-pw', 'pw', '+preauth', 'puser'])
7 realm.run([kadminl, 'ank', '-nokey', 'nokey'])
8 realm.run([kadminl, 'ank', '-nokey', '+preauth', 'pnokey'])
9 realm.run([kadminl, 'ank', '-e', 'aes256-cts:special', '-pw', 'pw', 'exp'])
10 realm.run([kadminl, 'ank', '-e', 'aes256-cts:special', '-pw', 'pw', '+preauth',
14 out = realm.run([kdb5_util, 'tabdump', 'keyinfo'])
20 out = realm.run(['./t_get_etype_info', 'notfound'], expected_code=1,
26 realm.run(['./t_get_etype_info', 'user'],
28 realm.run(['./t_get_etype_info', 'puser'],
33 realm.run(['./t_get_etype_info', '-e', 'aes128-cts', 'user'],
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D20-test_speed.t22 ok(run(app(['openssl', 'speed', '-testmode'])),
34 ok(run(app(['openssl', 'speed', '-testmode', '-multi', 2])),
38 ok(run(app(['openssl', 'speed', '-testmode', '-misalign', 1])),
47 || !run(app(['openssl', 'speed', '-testmode', '-evp',
50 ok(run(app(['openssl', 'speed', '-testmode', '-mb', '-evp',
55 ok(run(app(['openssl', 'speed', '-testmode', '-kem-algorithms'])),
58 ok(run(app(['openssl', 'speed', '-testmode', '-signature-algorithms'])),
61 ok(run(app(['openssl', 'speed', '-testmode', '-primes', 3, 'rsa1024'])),
64 ok(run(app(['openssl', 'speed', '-testmode', '-mr'])),
67 ok(run(app(['openssl', 'speed', '-testmode', '-decrypt', '-evp', 'aes-128-cbc'])),
[all …]
H A D20-test_app.t18 ok(run(app(["openssl"])),
19 "Run openssl app with no args");
21 ok(run(app(["openssl", "help"])),
22 "Run openssl app with help");
24 ok(!run(app(["openssl", "-wrong"])),
25 "Run openssl app with incorrect arg");
27 ok(run(app(["openssl", "-help"])),
28 "Run openssl app with -help");
30 ok(run(app(["openssl", "--help"])),
31 "Run openssl app with --help");
[all …]
H A D80-test_ssl_old.t190 ok(run(app([@reqcmd, "-config", $cnf,
196 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $CAreq, "-days", "30",
203 ok(run(app([@x509cmd, "-in", $CAcert,
209 ok(run(app([@reqcmd, "-config", $dummycnf,
215 ok(run(app([@reqcmd, "-config", $dummycnf,
220 ok(run(app([@verifycmd, "-CAfile", $CAcert, $CAcert])),
224 ok(run(app([@reqcmd, "-config", $cnf, "-section", "userreq",
230 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $Ureq, "-days", "30",
235 && run(app([@verifycmd, "-CAfile", $CAcert, $Ucert])),
239 ok(run(app([@x509cmd,
[all …]
H A D20-test_cli_fips.t39 run(test(["fips_version_test", "-config", $fipsconf, "<3.4.0"]),
42 ok(run(app(['openssl', 'list', '-public-key-methods', '-verbose'])),
44 ok(run(app(['openssl', 'list', '-public-key-algorithms', '-verbose'])),
46 ok(run(app(['openssl', 'list', '-key-managers', '-verbose'])),
48 ok(run(app(['openssl', 'list', '-key-exchange-algorithms', '-verbose'])),
50 ok(run(app(['openssl', 'list', '-kem-algorithms', '-verbose'])),
52 ok(run(app(['openssl', 'list', '-signature-algorithms', '-verbose'])),
54 ok(run(app(['openssl', 'list', '-tls-signature-algorithms', '-verbose'])),
56 ok(run(app(['openssl', 'list', '-asymcipher-algorithms', '-verbose'])),
58 ok(run(app(['openssl', 'list', '-key-managers', '-verbose', '-select', 'DSA' ])),
[all …]
H A D15-test_gendsa.t33 ok(run(app([ 'openssl', 'genpkey', '-genparam',
40 ok(run(app([ 'openssl', 'genpkey', '-genparam',
46 ok(run(app([ 'openssl', 'genpkey', '-genparam',
54 ok(run(app([ 'openssl', 'genpkey', '-genparam',
60 ok(run(app([ 'openssl', 'genpkey', '-genparam',
67 ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'DSA',
72 ok(run(app([ 'openssl', 'genpkey', '-genparam',
79 ok(run(app([ 'openssl', 'genpkey', '-genparam',
89 ok(run(app([ 'openssl', 'genpkey',
97 ok(run(app([ 'openssl', 'genpkey',
[all …]
H A D03-test_fipsinstall.t140 ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module',
147 ok(!run(app(['openssl', 'fipsinstall', '-in', 'dummy.tmp', '-module', $infile,
154 ok(run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module', $infile,
161 ok(run(app(['openssl', 'fipsinstall', '-in', 'fips.cnf', '-module', $infile,
170 run(test(["fips_version_test", "-config", $provconf, "<3.1.0"]),
190 && !run(app(['openssl', 'fipsinstall',
199 && !run(app(['openssl', 'fipsinstall',
209 && !run(app(['openssl', 'fipsinstall',
219 && !run(app(['openssl', 'fipsinstall',
229 && !run(app(['openssl', 'fipsinstall',
[all …]
H A D80-test_pkcs12.t62 ok(run(test(["pkcs12_format_test"])), "test pkcs12 formats");
64 ok(run(test(["pkcs12_format_test", "-legacy"])), "test pkcs12 formats using legacy APIs");
66 ok(run(test(["pkcs12_format_test", "-context"])), "test pkcs12 formats using a non-default library …
73 ok(run(app(["openssl", "pkcs12", "-noout",
89 ok(run(app(["openssl", "pkcs12", "-export", "-chain",
100 ok(run(app(["openssl", "pkcs12", "-export",
113 ok(run(app(["openssl", "pkcs12", "-export",
124 ok(run(app(["openssl", "pkcs12", "-export",
135 ok(run(app(["openssl", "pkcs12",
141 ok(run(app(["openssl", "pkcs12", "-export", "-out", $outfile5,
[all …]
H A D15-test_genrsa.t31 is(run(app([ 'openssl', 'genpkey', '-out', 'genrsatest.pem',
35 is(run(app([ 'openssl', 'genrsa', '-3', '-out', 'genrsatest.pem', '8'])),
50 $fin = run(app([ 'openssl', 'genpkey', '-out', 'genrsatest.pem',
66 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
71 ok(run(app([ 'openssl', 'pkey', '-check', '-in', 'genrsatest.pem', '-noout' ])),
74 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
78 ok(run(app([ 'openssl', 'pkey', '-check', '-in', 'genrsatest2048.pem', '-noout' ])),
81 ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
85 ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'RSA',
89 ok(!run(app([ 'openssl', 'genpkey', '-propquery', 'unknown',
[all …]
/freebsd/sys/contrib/openzfs/tests/
H A DREADME.md35 to sudo(8) to root without a password to run the test.
46 Once the pre-requisites are satisfied simply run the zfs-tests.sh script:
50 Alternately, the zfs-tests.sh script can be run from the source tree to allow
73 configuration from a previous test run. This includes
98 -r RUNFILES Run tests in RUNFILES (default: common.run,linux.run)
100 -t PATH Run single test at PATH relative to test suite
104 -u USER Run single test as USER (default: root)
114 $ /usr/share/zfs/zfs-tests.sh -r my_tests.run
116 Otherwise user can set needed tags to run only specific tests.
121 end of each test, and a results summary is printed at the end of the run. The
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-qemu.yml31 run: |
81 run: |
89 run: .github/workflows/scripts/qemu-2-start.sh ${{ matrix.os }}
93run: .github/workflows/scripts/qemu-3-deps.sh ${{ matrix.os }} ${{ github.event.inputs.fedora_kern…
97 run: .github/workflows/scripts/qemu-4-build.sh --poweroff --enable-debug ${{ matrix.os }}
101 run: .github/workflows/scripts/qemu-5-setup.sh
103 - name: Run tests
105 run: .github/workflows/scripts/qemu-6-tests.sh
112 run: .github/workflows/scripts/qemu-7-prepare.sh
124run: .github/workflows/scripts/qemu-8-summary.sh '${{ steps.artifact-upload.outputs.artifact-url }…
[all …]
/freebsd/contrib/ntp/sntp/tests/
H A DMakefile.am122 $(srcdir)/run-crypto.c \
123 $(srcdir)/run-keyFile.c \
124 $(srcdir)/run-kodDatabase.c \
125 $(srcdir)/run-kodFile.c \
126 $(srcdir)/run-networking.c \
127 $(srcdir)/run-packetHandling.c \
128 $(srcdir)/run-packetProcessing.c \
129 $(srcdir)/run-utilities.c \
134 run-networking.c \
141 run-packetHandling.c \
[all …]
/freebsd/crypto/krb5/src/clients/ksu/
H A Dt_ksu.py10 fail('this script must be run as root via sudo')
131 realm.run([ksu, 'ksutest', '-n', 'alice', '-a', '-c', klist], expected_code=1,
136 realm.run([ksu, 'ksutest', '-a', '-c', klist],
138 realm.run([ksu, 'ksutest', '-e', klist], expected_code=1,
143 realm.run([ksu, 'ksutest', '-e', klist], expected_code=1,
149 realm.run([ksu, 'ksutest', '-e', klist], expected_code=1,
156 realm.run([ksu, 'ksutest', '-a', '-c', klist],
158 realm.run([ksu, 'ksutest', '-e', klist],
161 realm.run([ksu, 'ksutest', '-a', '-c', klist], expected_code=1,
167 realm.run([ksu, 'ksutest', '-a', '-c', klist],
[all …]
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dt_cccol.py6 out = realm.run([klist, '-c', 'KEYRING:process:abcd'], expected_code=1)
12 # Run the collection test program against each collection-enabled type.
13 realm.run(['./t_cccol', 'DIR:' + os.path.join(realm.testdir, 'cc')])
16 out = realm.run(['keyctl', 'list', anchor])
18 keyid = realm.run(['keyctl', 'search', anchor, 'keyring', name])
19 realm.run(['keyctl', 'unlink', keyid.strip(), anchor])
31 # Run test program over each subtype, cleaning up as we go. Don't
34 realm.run(['./t_cccol', 'KEYRING:' + cname])
36 realm.run(['./t_cccol', 'KEYRING:legacy:' + cname])
38 realm.run(['./t_cccol', 'KEYRING:session:' + cname])
[all …]
/freebsd/tools/regression/usr.bin/env/
H A Dregress-env.rgdata40 [run]
45 [run]
51 [run]
56 [run]
61 [run]
72 [run]
78 [run]
84 [run]
94 [run]
103 [run]
[all …]
/freebsd/contrib/libyaml/.github/workflows/
H A Dmain.yml26 - run: env | sort
28 run: |
35 run: |
39 - run: ./bootstrap
40 - run: ./configure
41 - run: make
42 - run: make test-all
44 - run: |
46 rm -fr tests/run-test-suite
50 run: ${{ matrix.compiler }} --version
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test-golden-lin.txt20 [ RUN ] ADeathTest.ShouldRunFirst
23 [ RUN ] ATypedDeathTest/0.ShouldRunFirst
26 [ RUN ] ATypedDeathTest/1.ShouldRunFirst
29 [ RUN ] My/ATypeParamDeathTest/0.ShouldRunFirst
32 [ RUN ] My/ATypeParamDeathTest/1.ShouldRunFirst
35 [ RUN ] PassingTest.PassingTest1
37 [ RUN ] PassingTest.PassingTest2
40 [ RUN ] NonfatalFailureTest.EscapesStringOperands
58 [ RUN ] NonfatalFailureTest.DiffForLongStrings
73 [ RUN ] FatalFailureTest.FatalFailureInSubroutine
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dopt-no-action.mk5 # Only commands that are in a .MAKE target or prefixed by '+' are run.
9 # This command cannot be prevented from being run since it is used at parse
14 all: run-always
16 # Both of these commands are printed, but only the '+' command is run.
19 @+echo '$@: run always'
21 # Both of these commands are printed, but only the '+' command is run.
24 @+echo '$@: run always'
26 # None of these commands is printed, but both are run, because this target
28 run-always: .MAKE
30 @+echo '$@: run always'
[all …]
/freebsd/crypto/krb5/src/lib/kadm5/
H A Dt_kadm5.py27 realm.run([kadminl, 'addpol', '-maxlife', '10000s', '-minlength', '8',
31 realm.run([kadminl, 'addpol', '-minlife', '10s', 'minlife-pol'])
32 realm.run([kadminl, 'addpol', 'dict-only-pol'])
33 realm.run([kadminl, 'addprinc', '-pw', 'admin', 'admin'])
34 realm.run([kadminl, 'addprinc', '-pw', 'admin', 'admin/get'])
35 realm.run([kadminl, 'addprinc', '-pw', 'admin', 'admin/modify'])
36 realm.run([kadminl, 'addprinc', '-pw', 'admin', 'admin/delete'])
37 realm.run([kadminl, 'addprinc', '-pw', 'admin', 'admin/add'])
38 realm.run([kadminl, 'addprinc', '-pw', 'admin', 'admin/rename'])
39 realm.run([kadminl, 'addprinc', '-pw', 'admin', 'admin/none'])
[all …]

12345678910>>...204