HomeSort by: relevance | last modified time | path
    Searched defs:expect_fail (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
srpl-host-2i.c 227 bool expect_fail = false; local
230 expect_fail = true;
237 test_packet_start(state, expect_fail);
  /src/tests/usr.bin/printf/
printf.sh 153 expect_fail() function
236 expect_fail '' %3%
237 expect_fail a a%.%
238 expect_fail '' '%*%b' # cannot continue after bad format
239 expect_fail a a%-%b # hence 'b' is not part of output
409 expect_fail 45 '%d' "'-1"
410 expect_fail 43 '%d' "'+1"
416 expect_fail 45 '%d' '"-3'
417 expect_fail 43 '%d' '"+3'
451 expect_fail '0' %d jun
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
quic_fc_test.c 207 #define RX_OPC_RETIRE 4 /* arg0=num_bytes, arg1=rtt in OSSL_TIME ticks, expect_fail */
225 unsigned char expect_fail; member in struct:rx_test_op
237 #define RX_OP_RETIRE(stream_idx, num_bytes, rtt, expect_fail) \
238 { RX_OPC_RETIRE, (stream_idx), (num_bytes), (rtt), (expect_fail) },
531 !op->expect_fail))
quic_wire_test.c 1343 int expect_fail; member in struct:ack_test_case
1463 #define ACK_CASE(n, expect_fail, dec) \
1468 (expect_fail) \
1494 if (c->expect_fail) {
quicapitest.c 1784 const char *expect_fail; /* substring to expect in reason */ member in struct:tparam_test
2313 ctx.t->expect_fail != NULL)))
2316 if (ctx.t->expect_fail != NULL) {
2324 || !TEST_ptr(strstr(info.reason, ctx.t->expect_fail))) {
2337 if (ctx.t->expect_fail != NULL)
2341 ctx.t->op, ctx.t->buf_len, ctx.t->expect_fail);
quic_record_test.c 10024 int expect_fail = trunc_len < t->min_success_len; local
10031 expect_fail = 1;
10070 !expect_fail))
10073 if (!expect_fail && !is_trunc) {
  /src/external/bsd/atf/dist/atf-c++/
tests.cpp 357 impl::tc::expect_fail(const std::string& reason) function in class:impl::tc

Completed in 25 milliseconds