Home
last modified time | relevance | path

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

12345678910>>...210

/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/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.yml24 run: |
64 run: .github/workflows/scripts/qemu-1-setup.sh
68 run: .github/workflows/scripts/qemu-2-start.sh ${{ matrix.os }}
72 run: |
88 run: |
100 run: .github/workflows/scripts/qemu-5-setup.sh
102 - name: Run tests
104 run: .github/workflows/scripts/qemu-6-tests.sh
111 run: .github/workflows/scripts/qemu-7-prepare.sh
123run: .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/openssl/test/recipes/
H A D80-test_ssl_old.t127 ok(run(app([@reqcmd, "-config", $cnf,
133 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $CAreq, "-days", "30",
140 ok(run(app([@x509cmd, "-in", $CAcert,
146 ok(run(app([@reqcmd, "-config", $dummycnf,
152 ok(run(app([@reqcmd, "-config", $dummycnf,
157 ok(run(app([@verifycmd, "-CAfile", $CAcert, $CAcert])),
161 ok(run(app([@reqcmd, "-config", $cnf, "-section", "userreq",
167 ok(run(app([@x509cmd, "-CAcreateserial", "-in", $Ureq, "-days", "30",
172 && run(app([@verifycmd, "-CAfile", $CAcert, $Ucert])),
176 ok(run(app([@x509cmd,
[all …]
H A D25-test_req.t47 ok( run(app([@addext_args, "-addext", $val])));
48 ok( run(app([@addext_args, "-addext", $val1])));
50 ok(!run(app([@addext_args, "-addext", $val1])));
51 ok(!run(app([@addext_args, "-addext", $val, "-addext", $val])));
52 ok(!run(app([@addext_args, "-addext", $val, "-addext", $val2])));
53 ok(!run(app([@addext_args, "-addext", $val, "-addext", $val3])));
54 ok(!run(app([@addext_args, "-addext", $val2, "-addext", $val3])));
55 ok(run(app([@addext_args, "-addext", "SXNetID=1:one, 2:two, 3:three"])));
56 ok(run(app([@addext_args, "-addext", "subjectAltName=dirName:dirname_sec"])));
59 ok(!run(ap
[all...]
H A D20-test_cli_fips.t39 ok(run(app(['openssl', 'list', '-public-key-methods', '-verbose'])),
41 ok(run(app(['openssl', 'list', '-public-key-algorithms', '-verbose'])),
43 ok(run(app(['openssl', 'list', '-key-managers', '-verbose'])),
45 ok(run(app(['openssl', 'list', '-key-exchange-algorithms', '-verbose'])),
47 ok(run(app(['openssl', 'list', '-kem-algorithms', '-verbose'])),
49 ok(run(app(['openssl', 'list', '-signature-algorithms', '-verbose'])),
51 ok(run(app(['openssl', 'list', '-asymcipher-algorithms', '-verbose'])),
53 ok(run(app(['openssl', 'list', '-key-managers', '-verbose', '-select', 'DSA' ])),
62 ok(run(app(['openssl', 'pkey',
87 ok(run(app(['openssl', 'dgst', '-sha256',
[all …]
H A D03-test_fipsinstall.t33 run(test(["fips_version_test", "-config", $provconf, "<3.4.0"]),
87 ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module',
94 ok(!run(app(['openssl', 'fipsinstall', '-in', 'dummy.tmp', '-module', $infile,
102 ok(run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module', $infile,
109 ok(run(app(['openssl', 'fipsinstall', '-in', 'fips.cnf', '-module', $infile,
116 && !run(app(['openssl', 'fipsinstall',
125 && !run(app(['openssl', 'fipsinstall',
135 && !run(app(['openssl', 'fipsinstall',
145 && !run(app(['openssl', 'fipsinstall',
155 && !run(app(['openssl', 'fipsinstall',
[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 …]
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");
H A D80-test_tsa.t40 ok(run(app(["openssl", "req", "-config", $openssl_conf, "-new",
45 ok(run(app(["openssl", "x509", "-req",
59 ok(run(app([@REPLY, "-section", $config, "-queryfile", $queryfile,
70 ok(run(app([@VERIFY, "-queryfile", $queryfile, "-in", $inputfile,
72 ok(run(app([@VERIFY, "-data", $datafile, "-in", $inputfile,
82 ok(!run(app([@VERIFY, "-queryfile", $queryfile, "-in", $inputfile,
106 unless ok(run(app(["openssl", "req", "-config", $openssl_conf,
122 unless ok(run(app([@QUERY, "-data", $testtsa,
127 ok(run(app([@QUERY, "-in", "req1.tsq", "-text"])),
139 ok(run(app([@REPLY, "-in", "resp1.tsr", "-text"])),
[all …]
H A D25-test_x509.t36 ok(run(app(["openssl", "x509", "-text", "-in", $pem, "-out", $out_msb,
40 ok(run(app(["openssl", "x509", "-text", "-in", $pem, "-out", $out_utf8,
52 ok(run(app(["openssl", "x509", "-text", "-in", $p12, "-out", $out_pem,
57 ok(!run(app(["openssl", "x509", "-in", $pem, "-inform", "DER",
60 ok(run(app(["openssl", "x509", "-in", $pem, "-inform", "PEM",
63 ok(!run(app(["openssl", "x509", "-in", $der, "-inform", "PEM",
76 ok(run(app(["openssl", "pkey", "-in", $pkey, "-pubout", "-out", $pubkey]))
77 && run(app(["openssl", "x509", "-new", "-force_pubkey", $pubkey,
80 && run(app(["openssl", "verify", "-no_check_time",
99 ok(run(test(["v3ext", srctop_file(@certs, "pathlen.pem")])));
[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/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 …]
H A Dgtest_environment_test.cc43 // Was SetUp run?
45 // Was TearDown run?
47 // Was the TEST run?
86 // was run.
127 "The tests should run, as the global set-up should generate no " in TestGlobalSetUp()
130 "The global tear-down should run, as the global set-up was run."); in TestGlobalSetUp()
141 "The tests should run, as the global set-up should generate no " in TestTestsRun()
144 "The global tear-down should run, as the global set-up was run."); in TestTestsRun()
155 "The tests should not run, as the global set-up should generate " in TestNoTestsRunSetUpFailure()
158 "The global tear-down should run, as the global set-up was run."); in TestNoTestsRunSetUpFailure()
[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 …]
H A Dopt-no-action.exp3 echo '.BEGIN: run always'
4 .BEGIN: run always
6 echo 'main: run always'
7 main: run always
8 run-always: hidden command
9 run-always: run always
11 echo '.END: run always'
12 .END: run always
/freebsd/tools/tools/shlib-compat/test/
H A Dregress.sh3 run() { ../shlib-compat.py --no-dump -vv libtest$1/libtest$1.so.0.full libtest$2/libtest$2.so.0.ful… function
6 REGRESSION_TEST(`1-1', `run 1 1')
7 REGRESSION_TEST(`1-2', `run 1 2')
8 REGRESSION_TEST(`1-3', `run 1 3')
9 REGRESSION_TEST(`2-1', `run 2 1')
10 REGRESSION_TEST(`2-2', `run 2 2')
11 REGRESSION_TEST(`2-3', `run 2 3')
12 REGRESSION_TEST(`3-1', `run 3 1')
13 REGRESSION_TEST(`3-2', `run 3 2')
14 REGRESSION_TEST(`3-3', `run 3 3')
/freebsd/sys/contrib/openzfs/contrib/initramfs/
H A Dzfsunlock4 if [ ! -e /run/zfs_fs_name ]; then
7 while [ ! -e /run/zfs_fs_name ]; do
8 if [ -e /run/zfs_unlock_complete ]; then
18 if [ ! -e /run/zfs_unlock_complete_notify ]; then
19 mkfifo /run/zfs_unlock_complete_notify
21 while [ ! -e /run/zfs_unlock_complete ]; do
22 zfs_fs_name=$(cat /run/zfs_fs_name)
23 zfs_console_askpwd_cmd=$(cat /run/zfs_console_askpwd_cmd)
33 while [ "$(cat /run/zfs_fs_name)" = "$zfs_fs_name" ] && [ ! -e /run/zfs_unlock_complete ]; do
42 echo "ok" > /run/zfs_unlock_complete_notify
/freebsd/usr.bin/lastcomm/tests/
H A Dvalues.sh10 run() function
16 echo "You need to be root to run this test."
31 run awk 'BEGIN {for (i = 0; i < 1000000; i++) cos(.3)}' /dev/null
32 run egrep '(.)(.)(.)(.)(.)(.)(.)(.)(.)\9\8\7\6\5\4\3\2\1' /usr/share/dict/words
35 run find /usr/src -name xyzzy
38 run sleep 3
41 run dd if=/dev/zero bs=512 count=4096 of=zero 2>/dev/null
44 run diff /usr/share/dict/words /dev/null >/dev/null
48 run ./123456789012345
52 run ./1234567890123456
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-4-build.sh9 function run() { function
28 run ./autogen.sh
32 run ./configure \
41 run gmake -j$(sysctl -n hw.ncpu)
45 run sudo gmake install
51 run ./autogen.sh
55 run ./configure \
63 run make -j$(nproc)
67 run sudo make install
74 run ./autogen.sh
[all …]
/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.533 daemon of the general form: ``run this command at this time on this date''.
233 No mail is sent after a successful run.
249 restricted (ie, are not *), the command will be run when
254 would cause a command to be run at 4:30 am on the 1st and 15th of each
265 @reboot Run once, at startup of cron.
266 @yearly Run once a year, "0 0 1 1 *".
268 @monthly Run once a month, "0 0 1 * *".
269 @weekly Run once a week, "0 0 * * 0".
270 @daily Run once a day, "0 0 * * *".
272 @hourly Run once an hour, "0 * * * *".
[all …]

12345678910>>...210