Lines Matching refs:FAIL_TEST

140 #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()
253 FAIL_TEST("unquoted from", "from=127.0.0.1"); in test_authkeys_parse()
279 FAIL_TEST("environment", "environment=\",=bah\""); in test_authkeys_parse()
280 FAIL_TEST("permitopen port", "foo:bar"); in test_authkeys_parse()
281 FAIL_TEST("permitopen missing port", "foo:"); in test_authkeys_parse()
282 FAIL_TEST("permitopen missing port specification", "foo"); in test_authkeys_parse()
283 FAIL_TEST("permitopen invalid host", "[:"); in test_authkeys_parse()
286 #undef FAIL_TEST in test_authkeys_parse()
361 #define FAIL_TEST(keybase) \ in test_cert_parse() macro
370 FAIL_TEST("host"); in test_cert_parse()
371 FAIL_TEST("bad_sourceaddr"); in test_cert_parse()
372 FAIL_TEST("unknown_critical"); in test_cert_parse()
373 #undef FAIL_TEST in test_cert_parse()