Lines Matching refs:failed
1303 ": error: Check of parameter %s, function %s failed\n"
1776 cm_print_error("Test failed with exception: %s\n", strsignal(sig));
1778 cm_print_error("Test failed with exception: %d\n", sig);
2403 cm_print_error("Test setup failed");
2449 cm_print_error("Test teardown failed");
2562 group_name, "Group setup failed");
2677 /* Whether the previous test failed. */
2679 /* Whether the previous setup failed. */
2687 /* Number of failed tests. */
2702 /* Names of the tests that failed. */
2765 int failed = _run_test(test->name, test->function, current_state,
2767 if (failed) {
2773 previous_test_failed = failed;
2774 total_failed += failed;
2779 if (failed) {
2790 /* If this test failed. */
2791 if (failed && !previous_test_failed) {
2842 /* Number of failed tests. */
2882 int failed;
2887 failed = _run_test(setup_name,
2892 if (failed) {
2896 total_failed += failed;
2923 int failed;
2925 failed = _run_test(test->name,
2930 if (failed) {
2934 total_failed += failed;
2940 int failed;
2942 failed = _run_test(teardown_name,
2947 if (failed) {
2951 total_failed += failed;