Searched refs:expect_fail (Results 1 – 4 of 4) sorted by relevance
/openssl/test/ |
H A D | quic_fc_test.c | 228 unsigned char expect_fail; member 240 #define RX_OP_RETIRE(stream_idx, num_bytes, rtt, expect_fail) \ argument 241 { RX_OPC_RETIRE, (stream_idx), (num_bytes), (rtt), (expect_fail) }, 534 !op->expect_fail)) in run_rxfc_script()
|
H A D | quic_wire_test.c | 1290 int expect_fail; member 1409 #define ACK_CASE(n, expect_fail, dec) \ argument 1414 (expect_fail) \ 1439 if (c->expect_fail) { in test_wire_ack()
|
H A D | quicapitest.c | 1722 const char *expect_fail; /* substring to expect in reason */ member 2149 ctx.t->expect_fail != NULL))) in test_tparam() 2152 if (ctx.t->expect_fail != NULL) { in test_tparam() 2160 || !TEST_ptr(strstr(info.reason, ctx.t->expect_fail))) { in test_tparam() 2173 if (ctx.t->expect_fail != NULL) in test_tparam() 2176 ctx.t->op, ctx.t->buf_len, ctx.t->expect_fail); in test_tparam()
|
H A D | quic_record_test.c | 2766 int expect_fail = trunc_len < t->min_success_len; in test_wire_pkt_hdr_actual() local 2773 expect_fail = 1; in test_wire_pkt_hdr_actual() 2812 !expect_fail)) in test_wire_pkt_hdr_actual() 2815 if (!expect_fail && !is_trunc) { in test_wire_pkt_hdr_actual()
|
Completed in 29 milliseconds