Searched refs:report_failure (Results 1 – 6 of 6) sorted by relevance
310 void report_failure(int status) in report_failure() function368 report_failure(110); in check_buffers()467 report_failure(99); in close_test_files()488 report_failure(120); in check_size()617 report_failure(140); in doread()633 report_failure(141); in doread()675 report_failure(190); in domapread()694 report_failure(191); in domapread()743 report_failure(149); in dowrite()755 report_failure(150); in dowrite()[all …]
67 std::string get_env_var(std::string const& name, bool report_failure) { in get_env_var() argument71 if (report_failure) print_error_message(ERROR_ENVVAR_NOT_FOUND, "GetEnvironmentVariableW"); in get_env_var()84 std::string get_env_var(std::string const& name, bool report_failure) { in get_env_var() argument87 if (report_failure) std::cerr << "Failed to get environment variable:" << name << "\n"; in get_env_var()
110 std::string get_env_var(std::string const& name, bool report_failure = true);115 std::string get_env_var(std::string const& name, bool report_failure = true);
47 static void report_failure(sepol_handle_t *handle, policydb_t *p, const avrule_t *avrule, in report_failure() function280 report_failure(handle, p, avrule, i, j, cp, perms); in report_assertion_avtab_matches()
1255 def report_failure(self, out, test, example, got): member in DocTestRunner1394 self.report_failure(out, test, example, got)1862 def report_failure(self, out, test, example, got): member in DebugRunner
1429 :meth:`report_unexpected_exception`, and :meth:`report_failure`.1471 .. method:: report_failure(out, test, example, got)