Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c69 static int n_skipped = 0; /**< Number of tests that have been skipped. */ variable
322 ++n_skipped;
548 case SKIP: ++n_skipped; break;
561 n_bad+n_ok,n_skipped);
563 printf("%d tests ok. (%d skipped)\n", n_ok, n_skipped);
/freebsd/contrib/libevent/test/
H A Dtinytest.c69 static int n_skipped = 0; /**< Number of tests that have been skipped. */ variable
322 ++n_skipped;
548 case SKIP: ++n_skipped; break;
561 n_bad+n_ok,n_skipped);
563 printf("%d tests ok. (%d skipped)\n", n_ok, n_skipped);
/freebsd/contrib/kyua/cli/
H A Dcmd_report_html.cpp390 const std::size_t n_skipped = get_count(model::test_result_skipped); in write_summary() local
414 F("%s") % n_skipped); in write_summary()