Lines Matching refs:test_fail
314 test_fail("getsockopt(): " __stringify(member) " %u != %u", \ in test_cmp_getsockopt_setsockopt()
327 test_fail("getsockopt(): expected default maclen 12, but it's %u", in test_cmp_getsockopt_setsockopt()
334 test_fail("getsockopt(): expected keylen 16 for cmac(aes128), but it's %u", in test_cmp_getsockopt_setsockopt()
340 test_fail("getsockopt(): returned key is different `%s' != `%s'", in test_cmp_getsockopt_setsockopt()
345 test_fail("getsockopt(): returned address is different"); in test_cmp_getsockopt_setsockopt()
349 test_fail("getsockopt(): returned algorithm %s is different than %s", b->alg_name, a->alg_name); in test_cmp_getsockopt_setsockopt()
353 test_fail("getsockopt(): returned algorithm %s is different than cmac(aes)", b->alg_name); in test_cmp_getsockopt_setsockopt()
361 test_fail("getsockopt(): returned key is not Current_key"); in test_cmp_getsockopt_setsockopt()
365 test_fail("getsockopt(): returned key is not RNext_key"); in test_cmp_getsockopt_setsockopt()
377 test_fail("getsockopt(): returned ao doesn't have ao_required"); in test_cmp_getsockopt_setsockopt_ao()
381 test_fail("getsockopt(): returned ao doesn't accept ICMPs"); in test_cmp_getsockopt_setsockopt_ao()
385 test_fail("getsockopt(): RNext KeyID has changed"); in test_cmp_getsockopt_setsockopt_ao()
391 test_fail("getsockopt(): " __stringify(member) " %llu != %llu", \ in test_cmp_getsockopt_setsockopt_ao()
518 test_fail("%s: Decreased counter " __stringify(cnt) " %" PRIu64 " > %" PRIu64, \ in test_assert_counters_sk()
523 test_fail("%s: Counter " __stringify(cnt) " was %sexpected to increase %" PRIu64 " => %" PRIu64, \ in test_assert_counters_sk()
545 test_fail("%s: Decreased counter " __stringify(cnt) " %" PRIu64 " > %" PRIu64 " for key %u:%u", \ in test_assert_counters_key()
553 …test_fail("%s: Counter " __stringify(cnt) " was %sexpected to increase %" PRIu64 " => %" PRIu64 " … in test_assert_counters_key()
564 test_fail("%s: Keys changed on the socket %zu != %zu", in test_assert_counters_key()
695 test_fail("received message differs"); in test_client_loop()