OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skip_all
(Results
1 - 25
of
379
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/crypto/external/apache2/openssl/dist/test/recipes/
95-test_external_gost_engine.t
16
plan
skip_all
=> "No external tests in this configuration"
18
plan
skip_all
=> "GOST engine tests not available on Windows or VMS"
20
plan
skip_all
=> "GOST engine tests only available in a shared build"
22
plan
skip_all
=> "GOST engine tests not supported in out of tree builds"
95-test_external_oqsprovider.t
16
plan
skip_all
=> "No external tests in this configuration"
18
plan
skip_all
=> "oqsprovider tests not available on Windows or VMS"
20
plan
skip_all
=> "oqsprovider tests only available in a shared build"
22
plan
skip_all
=> "oqsprovider tests not supported in out of tree builds"
95-test_external_pkcs11_provider.t
16
plan
skip_all
=> "No external tests in this configuration"
18
plan
skip_all
=> "pkcs11-provider tests not available on Windows or VMS"
20
plan
skip_all
=> "pkcs11-provider tests only available in a shared build"
22
plan
skip_all
=> "pkcs11-provider tests not supported in out of tree builds"
95-test_external_pyca.t
16
plan
skip_all
=> "No external tests in this configuration"
18
plan
skip_all
=> "PYCA tests not available on Windows or VMS"
20
plan
skip_all
=> "PYCA Cryptography not available"
22
plan
skip_all
=> "PYCA tests only available in a shared build"
70-test_quic_record.t
14
plan
skip_all
=> "QUIC protocol is not supported by this OpenSSL build"
17
plan
skip_all
=> "These tests are not supported in a fuzz build"
90-test_fipsload.t
19
plan
skip_all
=> 'Test is disabled with disabled fips' if disabled('fips');
20
plan
skip_all
=> 'Test only supported in a shared build' if disabled('shared');
21
plan
skip_all
=> 'Test is disabled on AIX' if config('target') =~ m|^aix|;
22
plan
skip_all
=> 'Test is disabled on NonStop ia64' if config('target') =~ m|^nonstop-nse|;
23
plan
skip_all
=> 'Test only supported in a dso build' if disabled('dso');
24
plan
skip_all
=> 'Test is disabled in an address sanitizer build' unless disabled('asan');
70-test_clienthello.t
15
plan
skip_all
=> "No TLS/SSL protocols are supported by this OpenSSL build"
19
plan
skip_all
=> "No EC with TLSv1.3 is not supported by this test"
70-test_tls13groupselection.t
15
plan
skip_all
=> "needs TLSv1.3 enabled"
18
plan
skip_all
=> "needs ECX enabled"
02-test_priority_queue.t
14
plan
skip_all
=> "No priority queues tests without QUIC"
03-test_internal_bn.t
16
plan
skip_all
=> "This test is unsupported in a shared library build on Windows"
03-test_internal_curve448.t
16
plan
skip_all
=> "This test is unsupported in a no-ecx build"
03-test_internal_ec.t
16
plan
skip_all
=> "This test is unsupported in a no-ec build"
03-test_internal_rsa_sp800_56b.t
16
plan
skip_all
=> "This test is unsupported in a shared library build on Windows"
04-test_bio_tfo.t
16
plan
skip_all
=> "This test requires enable-tfo" if disabled("tfo");
05-test_bf.t
18
plan
skip_all
=> "Low-level Blowfish APIs are disabled in this build"
05-test_cast.t
19
plan
skip_all
=> "Low-level CAST APIs are disabled in this build"
06-test_rdcpu_sanity.t
19
plan
skip_all
=> "This test is unsupported if static builds are not enabled"
07-test_bio_comp.t
16
plan
skip_all
=> "No compression algorithms"
/src/crypto/external/bsd/openssl/dist/test/recipes/
95-test_external_gost_engine.t
16
plan
skip_all
=> "No external tests in this configuration"
18
plan
skip_all
=> "GOST engine tests not available on Windows or VMS"
20
plan
skip_all
=> "GOST engine tests only available in a shared build"
22
plan
skip_all
=> "GOST engine tests not supported in out of tree builds"
95-test_external_pyca.t
16
plan
skip_all
=> "No external tests in this configuration"
18
plan
skip_all
=> "PYCA tests not available on Windows or VMS"
20
plan
skip_all
=> "PYCA Cryptography not available"
22
plan
skip_all
=> "PYCA tests only available in a shared build"
90-test_fipsload.t
19
plan
skip_all
=> 'Test is disabled with disabled fips' if disabled('fips');
20
plan
skip_all
=> 'Test only supported in a shared build' if disabled('shared');
21
plan
skip_all
=> 'Test is disabled on AIX' if config('target') =~ m|^aix|;
22
plan
skip_all
=> 'Test is disabled on NonStop ia64' if config('target') =~ m|^nonstop-nse|;
23
plan
skip_all
=> 'Test only supported in a dso build' if disabled('dso');
24
plan
skip_all
=> 'Test is disabled in an address sanitizer build' unless disabled('asan');
70-test_clienthello.t
15
plan
skip_all
=> "No TLS/SSL protocols are supported by this OpenSSL build"
19
plan
skip_all
=> "No EC with TLSv1.3 is not supported by this test"
/src/crypto/external/bsd/openssl.old/dist/test/recipes/
95-test_external_pyca.t
16
plan
skip_all
=> "No external tests in this configuration"
18
plan
skip_all
=> "PYCA tests not available on Windows or VMS"
20
plan
skip_all
=> "PYCA Cryptography not available"
22
plan
skip_all
=> "PYCA tests only available in a shared build"
90-test_gost.t
17
plan
skip_all
=> "GOST support is disabled in this OpenSSL build"
21
plan
skip_all
=> "TLSv1.3 or TLSv1.2 are disabled in this OpenSSL build"
24
plan
skip_all
=> "No test GOST engine found"
95-test_external_krb5.t
16
plan
skip_all
=> "No external tests in this configuration"
18
plan
skip_all
=> "krb5 not available"
Completed in 76 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat Feb 28 05:31:39 UTC 2026