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

  /src/external/bsd/kyua-cli/dist/cli/
cmd_report_html.cpp 359 const std::size_t n_skipped = get_count(engine::test_result::skipped); local
371 F("%s") % n_skipped);
cmd_report_html.cpp 359 const std::size_t n_skipped = get_count(engine::test_result::skipped); local
371 F("%s") % n_skipped);
cmd_report_html.cpp 359 const std::size_t n_skipped = get_count(engine::test_result::skipped); local
371 F("%s") % n_skipped);
  /src/external/bsd/libevent/dist/test/
tinytest.c 70 static int n_skipped = 0; /**< Number of tests that have been skipped. */ variable
323 ++n_skipped;
549 case SKIP: ++n_skipped; break;
562 n_bad+n_ok,n_skipped);
564 printf("%d tests ok. (%d skipped)\n", n_ok, n_skipped);
tinytest.c 70 static int n_skipped = 0; /**< Number of tests that have been skipped. */ variable
323 ++n_skipped;
549 case SKIP: ++n_skipped; break;
562 n_bad+n_ok,n_skipped);
564 printf("%d tests ok. (%d skipped)\n", n_ok, n_skipped);
tinytest.c 70 static int n_skipped = 0; /**< Number of tests that have been skipped. */ variable
323 ++n_skipped;
549 case SKIP: ++n_skipped; break;
562 n_bad+n_ok,n_skipped);
564 printf("%d tests ok. (%d skipped)\n", n_ok, n_skipped);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
tinytest.c 71 static int n_skipped = 0; /**< Number of tests that have been skipped. */ variable
324 ++n_skipped;
550 case SKIP: ++n_skipped; break;
563 n_bad+n_ok,n_skipped);
565 printf("%d tests ok. (%d skipped)\n", n_ok, n_skipped);
tinytest.c 71 static int n_skipped = 0; /**< Number of tests that have been skipped. */ variable
324 ++n_skipped;
550 case SKIP: ++n_skipped; break;
563 n_bad+n_ok,n_skipped);
565 printf("%d tests ok. (%d skipped)\n", n_ok, n_skipped);
tinytest.c 71 static int n_skipped = 0; /**< Number of tests that have been skipped. */ variable
324 ++n_skipped;
550 case SKIP: ++n_skipped; break;
563 n_bad+n_ok,n_skipped);
565 printf("%d tests ok. (%d skipped)\n", n_ok, n_skipped);

Completed in 184 milliseconds