Searched refs:test_errors (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
H A D | 30-test_evp.t | 154 sub test_errors { # actually tests diagnostics of OSSL_STORE 179 ok(test_errors(key => 'server-dsa-key.pem', 182 ok(test_errors(key => 'server-dsa-pubkey.pem', 192 ok(test_errors(key => 'sm2.key', out => 'sm2.err'),
|
H A D | 25-test_x509.t | 106 sub test_errors { # actually tests diagnostics of OSSL_STORE 128 ok(test_errors("Bad output format", "root-cert.pem", '-outform', 'http'), 130 ok(test_errors("RC2-40-CBC", "v3-certs-RC2.p12", '-passin', 'pass:v3-certs'), 135 ok(test_errors("Unable to load Public Key", "sm2.pem", '-text'),
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
H A D | BooleanExpression.py | 198 def test_errors(self): member in TestBooleanExpression
|