Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_fc_test.c228 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 Dquic_wire_test.c1290 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 Dquicapitest.c1712 const char *expect_fail; /* substring to expect in reason */ member
2139 ctx.t->expect_fail != NULL))) in test_tparam()
2142 if (ctx.t->expect_fail != NULL) { in test_tparam()
2150 || !TEST_ptr(strstr(info.reason, ctx.t->expect_fail))) { in test_tparam()
2163 if (ctx.t->expect_fail != NULL) in test_tparam()
2166 ctx.t->op, ctx.t->buf_len, ctx.t->expect_fail); in test_tparam()
H A Dquic_record_test.c2766 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 26 milliseconds