Searched refs:run (Results 1 - 25 of 2502) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D25-test_d2i.t21 ok(run(test(["d2i_test", "X509", "decode",
25 ok(run(test(["d2i_test", "GENERAL_NAME", "decode",
29 ok(run(test(["d2i_test", "ASN1_ANY", "BIO",
38 ok(run(test(["d2i_test", "ASN1_ANY", "OK",
44 ok(run(test(["d2i_test", "ASN1_INTEGER", "decode",
50 ok(run(test(["d2i_test", "ASN1_INTEGER", "OK",
54 ok(run(test(["d2i_test", "ASN1_INTEGER", "OK",
58 ok(run(test(["d2i_test", "ASN1_INTEGER", "OK",
62 ok(run(test(["d2i_test", "ASN1_ANY", "OK",
66 ok(run(tes
[all...]
H A D90-test_memleak.t14 ok(run(test(["memleaktest"])), "running leak test");
15 ok(run(test(["memleaktest", "freeit"])), "running no leak test");
H A D01-test_abort.t16 is(run(test(["aborttest"])), 0, "Testing that abort is caught correctly");
H A D05-test_rand.t16 ok(run(test(["drbgtest"])));
17 ok(run(test(["drbg_cavs_test"])));
H A D90-test_includes.t17 ok(run(test(["conf_include_test", data_file("includes.cnf")])), "test directory includes");
18 ok(run(test(["conf_include_test", data_file("includes-file.cnf")])), "test file includes");
19 ok(run(test(["conf_include_test", data_file("includes-eq.cnf")])), "test includes with equal character");
20 ok(run(test(["conf_include_test", data_file("includes-eq-ws.cnf")])), "test includes with equal and whitespaces");
22 ok(run(test(["conf_include_test", data_file("vms-includes.cnf")])),
24 ok(run(test(["conf_include_test", data_file("vms-includes-file.cnf")])),
27 ok(run(test(["conf_include_test", data_file("includes-broken.cnf"), "f"])), "test broken includes");
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D25-test_d2i.t21 ok(run(test(["d2i_test", "X509", "decode",
25 ok(run(test(["d2i_test", "GENERAL_NAME", "decode",
29 ok(run(test(["d2i_test", "ASN1_ANY", "BIO",
38 ok(run(test(["d2i_test", "ASN1_ANY", "OK",
44 ok(run(test(["d2i_test", "ASN1_INTEGER", "decode",
50 ok(run(test(["d2i_test", "ASN1_INTEGER", "OK",
54 ok(run(test(["d2i_test", "ASN1_INTEGER", "OK",
58 ok(run(test(["d2i_test", "ASN1_INTEGER", "OK",
62 ok(run(test(["d2i_test", "ASN1_ANY", "OK",
66 ok(run(tes
[all...]
H A D20-test_legacy_okay.t18 ok(run(app(['openssl', 'rand', '-out', 'rand.txt', '256'])), "Generate random file");
20 ok(run(app(['openssl', 'dgst', '-sha256', 'rand.txt'])), "Generate a digest");
22 ok(!run(app(['openssl', 'dgst', '-sha256', '-propquery', 'foo=1',
H A D30-test_evp_extra.t19 ok(run(test(["evp_extra_test"])), "running evp_extra_test");
22 ok(run(test(["evp_extra_test", "-context"])), "running evp_extra_test with a non-default library context");
24 ok(run(test(["evp_extra_test2"])), "running evp_extra_test2");
H A D20-test_app.t18 ok(run(app(["openssl"])),
21 ok(run(app(["openssl", "help"])),
24 ok(!run(app(["openssl", "-wrong"])),
27 ok(run(app(["openssl", "-help"])),
30 ok(run(app(["openssl", "--help"])),
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(ap
[all...]
H A D15-test_rsapss.t22 ok(run(app(['openssl', 'dgst', '-sign', srctop_file('test', 'testrsa.pem'), '-sha1',
30 ok(run(app(['openssl', 'dgst', '-sign', srctop_file('test', 'testrsa.pem'), '-sha1',
36 ok(!run(app(['openssl', 'dgst', '-sign', srctop_file('test', 'testrsa.pem'), '-sha512',
41 ok(!run(app(['openssl', 'dgst', '-sign', srctop_file('test', 'testrsa.pem'), '-sha512',
46 ok(!run(app(['openssl', 'dgst', '-prverify', srctop_file('test', 'testrsa.pem'), '-sha512',
52 ok(run(app(['openssl', 'dgst', '-prverify', srctop_file('test', 'testrsa.pem'),
61 ok(run(app(['openssl', 'dgst', '-prverify', srctop_file('test', 'testrsa.pem'),
70 ok(run(app(['openssl', 'dgst', '-prverify', srctop_file('test', 'testrsa.pem'),
80 ok(run(app(['openssl', 'genpkey', '-algorithm', 'RSA-PSS',
85 ok(run(ap
[all...]
H A D01-test_abort.t16 is(run(test(["aborttest"])), 0, "Testing that abort is caught correctly");
H A D15-test_gendh.t23 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'DH',
28 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'DH',
34 ok(run(app([ 'openssl', 'genpkey', '-genparam',
43 ok(run(app([ 'openssl', 'genpkey',
51 ok(!run(app([ 'openssl', 'genpkey',
55 ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'DH', '-pkeyopt',
59 ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'DH', '-pkeyopt',
63 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'DH', '-pkeyopt',
67 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'DH', '-pkeyopt',
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(ap
[all...]
H A D90-test_includes.t19 ok(run(test(["conf_include_test", data_file("includes.cnf")])), "test directory includes");
20 ok(run(test(["conf_include_test", data_file("includes-file.cnf")])), "test file includes");
21 ok(run(test(["conf_include_test", data_file("includes-eq.cnf")])), "test includes with equal character");
22 ok(run(test(["conf_include_test", data_file("includes-eq-ws.cnf")])), "test includes with equal and whitespaces");
24 ok(run(test(["conf_include_test", data_file("vms-includes.cnf")])),
26 ok(run(test(["conf_include_test", data_file("vms-includes-file.cnf")])),
29 ok(run(test(["conf_include_test", "-f", data_file("includes-broken.cnf")])), "test broken includes");
30 ok(run(test(["conf_include_test", "-f", data_file("incdir.cnf")])), "test includedir");
H A D90-test_memleak.t18 ok(!run(test(["memleaktest"])), "running leak test");
19 ok(run(test(["memleaktest", "freeit"])), "running no leak test");
H A D03-test_property.t19 ok(run(test(["property_test"])), "running property_test");
21 ok(run(test(["user_property_test"])), "running user_property_test");
H A D60-test_x509_check_cert_pkey.t24 ok(run(test(["x509_check_cert_pkey_test", src_file($file), $num])),
29 ok(run(test(["x509_check_cert_pkey_test",
33 ok(run(test(["x509_check_cert_pkey_test",
39 ok(run(test(["x509_check_cert_pkey_test",
46 ok(run(test(["x509_check_cert_pkey_test",
54 ok(run(test(["x509_check_cert_pkey_test",
58 ok(run(test(["x509_check_cert_pkey_test",
/netbsd-current/external/bsd/kyua-atf-compat/usr.bin/atf-run/
H A DMakefile5 FILES= atf-run
9 realall: atf-run
10 atf-run: atf-run.sh
11 src=atf-run.sh dst=atf-run; ${BUILD_SCRIPT}
12 CLEANFILES+= atf-run atf-run.new
14 MAN= atf-run.1
/netbsd-current/etc/
H A Dwpa_supplicant.conf4 ctrl_interface=/var/run/wpa_supplicant
/netbsd-current/usr.bin/make/unit-tests/
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
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcsv_reporter.cc50 for (const auto& run : reports) {
51 for (const auto& cnt : run.counters) {
72 for (const auto& run : reports) {
73 for (const auto& cnt : run.counters) {
77 << "All counters must be present in each run. "
79 << "\" was not in a run after being added to the header";
84 // print results for each run
85 for (const auto& run : reports) {
86 PrintRunData(run);
90 void CSVReporter::PrintRunData(const Run& run) { argument
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dlmdb_cache_test_1.sh3 # Torture test: run update and purge operations in parallel processes.
18 run
21 run
23 run
30 run
33 run
35 run
44 run
46 run
48 run
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcsv_reporter.cc50 for (const auto& run : reports) {
51 for (const auto& cnt : run.counters) {
69 for (const auto& run : reports) {
70 for (const auto& cnt : run.counters) {
72 << "All counters must be present in each run. "
74 << "\" was not in a run after being added to the header";
79 // print results for each run
80 for (const auto& run : reports) {
81 PrintRunData(run);
86 void CSVReporter::PrintRunData(const Run & run) { argument
[all...]
/netbsd-current/external/bsd/ntp/dist/tests/libntp/
H A DMakefile.am82 $(srcdir)/run-a_md5encrypt.c \
83 $(srcdir)/run-atoint.c \
84 $(srcdir)/run-atouint.c \
85 $(srcdir)/run-authkeys.c \
86 $(srcdir)/run-buftvtots.c \
87 $(srcdir)/run-calendar.c \
88 $(srcdir)/run-caljulian.c \
89 $(srcdir)/run-caltontp.c \
90 $(srcdir)/run-calyearstart.c \
91 $(srcdir)/run
[all...]

Completed in 289 milliseconds

1234567891011>>