Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/
H A Dtc.c72 size_t expect_fail_count; member
123 ctx->expect_fail_count = 0; in context_init()
302 if (ctx->expect_fail_count == ctx->expect_previous_fail_count) in validate_expect()
306 INV(ctx->expect_fail_count > ctx->expect_previous_fail_count); in validate_expect()
352 ctx->expect_fail_count++; in fail_check()
967 ctx->expect_previous_fail_count = ctx->expect_fail_count; in _atf_tc_expect_fail()
1064 } else if (Current.expect_fail_count > 0) { in atf_tc_run()
1068 "see output for more details", Current.expect_fail_count); in atf_tc_run()