/freebsd/contrib/libcbor/.circleci/ |
H A D | config.yml | 6 - 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 D | regress.gen.h | 14 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 D | regress.gen.h | 14 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 D | Makefile.m4 | 17 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 D | t_vfy_increds.py | 29 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 D | t_in_ccache_patypes.py | 29 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 D | t_get_etype_info.py | 6 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 D | 20-test_speed.t | 22 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 D | 20-test_app.t | 18 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 D | 80-test_ssl_old.t | 190 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 D | 20-test_cli_fips.t | 39 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 D | 15-test_gendsa.t | 33 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 D | 03-test_fipsinstall.t | 140 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 D | 80-test_pkcs12.t | 62 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 D | 15-test_genrsa.t | 31 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 D | README.md | 35 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 D | zfs-qemu.yml | 31 run: | 81 run: | 89 run: .github/workflows/scripts/qemu-2-start.sh ${{ matrix.os }} 93 …run: .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 124 …run: .github/workflows/scripts/qemu-8-summary.sh '${{ steps.artifact-upload.outputs.artifact-url }… [all …]
|
/freebsd/contrib/ntp/sntp/tests/ |
H A D | Makefile.am | 122 $(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 D | t_ksu.py | 10 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 D | t_cccol.py | 6 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 D | regress-env.rgdata | 40 [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 D | main.yml | 26 - 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 D | googletest-output-test-golden-lin.txt | 20 [0;32m[ RUN ] [mADeathTest.ShouldRunFirst 23 [0;32m[ RUN ] [mATypedDeathTest/0.ShouldRunFirst 26 [0;32m[ RUN ] [mATypedDeathTest/1.ShouldRunFirst 29 [0;32m[ RUN ] [mMy/ATypeParamDeathTest/0.ShouldRunFirst 32 [0;32m[ RUN ] [mMy/ATypeParamDeathTest/1.ShouldRunFirst 35 [0;32m[ RUN ] [mPassingTest.PassingTest1 37 [0;32m[ RUN ] [mPassingTest.PassingTest2 40 [0;32m[ RUN ] [mNonfatalFailureTest.EscapesStringOperands 58 [0;32m[ RUN ] [mNonfatalFailureTest.DiffForLongStrings 73 [0;32m[ RUN ] [mFatalFailureTest.FatalFailureInSubroutine [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-no-action.mk | 5 # 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 D | t_kadm5.py | 27 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 …]
|