Home
last modified time | relevance | path

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

/freebsd/contrib/atf/test-programs/
H A Dcpp_helpers.cpp110 expect_fail("Fail reason"); in ATF_TEST_CASE_BODY()
118 expect_fail("Fail first"); in ATF_TEST_CASE_BODY()
122 expect_fail("And fail again"); in ATF_TEST_CASE_BODY()
130 expect_fail("Fail first"); in ATF_TEST_CASE_BODY()
134 expect_fail("Will not fail"); in ATF_TEST_CASE_BODY()
137 expect_fail("And fail again"); in ATF_TEST_CASE_BODY()
H A Dexpect_test.sh53 atf_test_case expect_fail
144 atf_add_test_case expect_fail
/freebsd/tests/sys/compat32/aarch64/
H A Dswp_cond_test_impl.S52 bl expect_fail
82 bl expect_fail
111 bl expect_fail
141 bl expect_fail
171 bl expect_fail
200 bl expect_fail
230 bl expect_fail
289 .type expect_fail,%function
291 expect_fail: label
/freebsd/crypto/krb5/src/lib/krb5/rcache/
H A Dt_rcfile2.c101 store_records(const char *filename, int id, int reps, int expect_fail) in store_records() argument
111 if (ret != (expect_fail ? KRB5KRB_AP_ERR_REPEAT : 0)) { in store_records()
113 expect_fail ? "didn't " : ""); in store_records()
/freebsd/crypto/openssl/test/
H A Dquic_fc_test.c225 unsigned char expect_fail; member
237 #define RX_OP_RETIRE(stream_idx, num_bytes, rtt, expect_fail) \ argument
238 { RX_OPC_RETIRE, (stream_idx), (num_bytes), (rtt), (expect_fail) },
531 !op->expect_fail)) in run_rxfc_script()
H A Dquic_wire_test.c1343 int expect_fail; member
1463 #define ACK_CASE(n, expect_fail, dec) \ argument
1468 (expect_fail) \
1494 if (c->expect_fail) { in test_wire_ack()
H A Dquic_record_test.c10024 int expect_fail = trunc_len < t->min_success_len; in test_wire_pkt_hdr_actual() local
10031 expect_fail = 1; in test_wire_pkt_hdr_actual()
10070 !expect_fail)) in test_wire_pkt_hdr_actual()
10073 if (!expect_fail && !is_trunc) { in test_wire_pkt_hdr_actual()
H A Dquicapitest.c1784 const char *expect_fail; /* substring to expect in reason */ member
2313 ctx.t->expect_fail != NULL))) in test_tparam()
2316 if (ctx.t->expect_fail != NULL) { in test_tparam()
2324 || !TEST_ptr(strstr(info.reason, ctx.t->expect_fail))) { in test_tparam()
2337 if (ctx.t->expect_fail != NULL) in test_tparam()
2341 ctx.t->op, ctx.t->buf_len, ctx.t->expect_fail); in test_tparam()
/freebsd/contrib/kyua/integration/helpers/
H A Dexpect_all_pass.cpp60 expect_fail("Oh no"); in ATF_TEST_CASE_BODY()
H A Dexpect_some_fail.cpp57 expect_fail("Does not fail"); in ATF_TEST_CASE_BODY()
/freebsd/crypto/openssh/regress/
H A Dagent-restrict.sh145 expect_fail() { function
196 expect_fail $h "w/o agent"
304 expect_fail $h "incorrect user"
315 expect_fail d "restricted agent w/ incorrect cert principal"
/freebsd/contrib/atf/atf-c++/
H A Dtests.hpp116 static void expect_fail(const std::string&);
H A Dtests.cpp380 impl::tc::expect_fail(const std::string& reason) in expect_fail() function in impl::tc
H A Dmacros_test.cpp780 expect_fail("Compiler does not raise a warning on an unused " in ATF_TEST_CASE_BODY()
/freebsd/contrib/kyua/utils/cmdline/
H A Dparser_test.cpp455 expect_fail("Your getopt_long is broken"); in ATF_TEST_CASE_BODY()
482 expect_fail("Your getopt_long is broken"); in ATF_TEST_CASE_BODY()
507 expect_fail("Your getopt_long is broken"); in ATF_TEST_CASE_BODY()
/freebsd/contrib/kyua/utils/process/
H A Dstatus_test.cpp191 expect_fail("Platform does not support checking for coredump"); in ATF_TEST_CASE_BODY()