Home
last modified time | relevance | path

Searched refs:FAIL_TEST (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/authopt/
H A Dtests.c140 #define FAIL_TEST(label, keywords) \ in test_authkeys_parse() macro
177 FAIL_TEST("trailing comma", "restrict,"); in test_authkeys_parse()
178 FAIL_TEST("bare comma", ","); in test_authkeys_parse()
179 FAIL_TEST("unknown option", "BLAH"); in test_authkeys_parse()
180 FAIL_TEST("unknown option with trailing comma", "BLAH,"); in test_authkeys_parse()
181 FAIL_TEST("unknown option with trailing whitespace", "BLAH "); in test_authkeys_parse()
198 FAIL_TEST("tunnel", "tunnel=\"blah\""); in test_authkeys_parse()
228 FAIL_TEST("no-cert-authority", "no-cert-authority"); in test_authkeys_parse()
251 FAIL_TEST("unquoted command", "command=oops"); in test_authkeys_parse()
252 FAIL_TEST("unquoted principals", "principals=estragon"); in test_authkeys_parse()
[all …]