| /freebsd/contrib/atf/test-programs/ |
| H A D | cpp_helpers.cpp | 110 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 D | expect_test.sh | 53 atf_test_case expect_fail 144 atf_add_test_case expect_fail
|
| /freebsd/tests/sys/compat32/aarch64/ |
| H A D | swp_cond_test_impl.S | 52 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 D | t_rcfile2.c | 101 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 D | quic_fc_test.c | 225 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 D | quic_wire_test.c | 1343 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 D | quic_record_test.c | 10024 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 D | quicapitest.c | 1784 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 D | expect_all_pass.cpp | 60 expect_fail("Oh no"); in ATF_TEST_CASE_BODY()
|
| H A D | expect_some_fail.cpp | 57 expect_fail("Does not fail"); in ATF_TEST_CASE_BODY()
|
| /freebsd/crypto/openssh/regress/ |
| H A D | agent-restrict.sh | 145 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 D | tests.hpp | 116 static void expect_fail(const std::string&);
|
| H A D | tests.cpp | 380 impl::tc::expect_fail(const std::string& reason) in expect_fail() function in impl::tc
|
| H A D | macros_test.cpp | 780 expect_fail("Compiler does not raise a warning on an unused " in ATF_TEST_CASE_BODY()
|
| /freebsd/contrib/kyua/utils/cmdline/ |
| H A D | parser_test.cpp | 455 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 D | status_test.cpp | 191 expect_fail("Platform does not support checking for coredump"); in ATF_TEST_CASE_BODY()
|