Lines Matching refs:cm_print_error

233 void cm_print_error(const char * const format, ...) CMOCKA_PRINTF_ATTRIBUTE(1, 2);
356 cm_print_error(SOURCE_LOCATION_FORMAT ": Skipped!\n", file, line);
657 cm_print_error("No entries for symbol %s.\n", symbol_name);
724 cm_print_error(error_message, value->symbol_name);
730 cm_print_error(SOURCE_LOCATION_FORMAT
735 cm_print_error("%s.", value->symbol_name);
761 cm_print_error(SOURCE_LOCATION_FORMAT ": error: Could not get value "
764 cm_print_error(SOURCE_LOCATION_FORMAT
769 cm_print_error("There were no previously returned mock values for "
822 cm_print_error(LargestIntegralTypePrintfFormat " != "
835 cm_print_error(LargestIntegralTypePrintfFormat " == "
869 cm_print_error("%" PRIu64 " is %sin the set (", value,
872 cm_print_error("%" PRIu64 ", ", set[i]);
874 cm_print_error(")\n");
891 cm_print_error("%" PRIu64 " is not within the range %" PRIu64 "-%" PRIu64 "\n",
908 cm_print_error("%" PRIu64 " is within the range %" PRIu64 "-%" PRIu64 "\n",
924 cm_print_error("\"%s\" != \"%s\"\n", left, right);
939 cm_print_error("\"%s\" == \"%s\"\n", left, right);
956 cm_print_error("difference at offset %" PRIdS " 0x%02x 0x%02x\n",
962 cm_print_error("%d bytes of %p and %p differ\n", differences,
987 cm_print_error("%"PRIdS "bytes of %p and %p the same\n", same,
1302 cm_print_error(SOURCE_LOCATION_FORMAT
1313 cm_print_error(SOURCE_LOCATION_FORMAT ": error: Could not get value "
1317 cm_print_error(SOURCE_LOCATION_FORMAT
1322 cm_print_error("There were no previously declared parameter values "
1338 cm_print_error("ASSERT: %s\n", expression);
1349 cm_print_error("%s\n", expression);
1386 cm_print_error("%s < 0, errno(%" PRIu64 "): %s\n",
1389 cm_print_error("%s < 0\n", expression);
1643 cm_print_error(SOURCE_LOCATION_FORMAT
1725 cm_print_error("Blocks allocated...\n");
1727 cm_print_error(SOURCE_LOCATION_FORMAT ": note: block %p allocated here\n",
1760 cm_print_error("ERROR: %s leaked %d block(s)\n", test_name,
1768 cm_print_error(SOURCE_LOCATION_FORMAT ": error: Failure!\n", file, line);
1776 cm_print_error("Test failed with exception: %s\n", strsignal(sig));
1778 cm_print_error("Test failed with exception: %d\n", sig);
1795 cm_print_error("%s occurred at %p.\n", code_info->description,
1798 cm_print_error(
1820 void cm_print_error(const char * const format, ...)
2403 cm_print_error("Test setup failed");
2449 cm_print_error("Test teardown failed");