Home
last modified time | relevance | path

Searched refs:report_failure (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c310 void report_failure(int status) in report_failure() function
368 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 …]
/third_party/vulkan-loader/tests/framework/
Dtest_util.cpp67 std::string get_env_var(std::string const& name, bool report_failure) { in get_env_var() argument
71 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() argument
87 if (report_failure) std::cerr << "Failed to get environment variable:" << name << "\n"; in get_env_var()
Dtest_util.h110 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);
/third_party/selinux/libsepol/src/
Dassertion.c47 static void report_failure(sepol_handle_t *handle, policydb_t *p, const avrule_t *avrule, in report_failure() function
280 report_failure(handle, p, avrule, i, j, cp, perms); in report_assertion_avtab_matches()
/third_party/python/Lib/
Ddoctest.py1255 def report_failure(self, out, test, example, got): member in DocTestRunner
1394 self.report_failure(out, test, example, got)
1862 def report_failure(self, out, test, example, got): member in DebugRunner
/third_party/python/Doc/library/
Ddoctest.rst1429 :meth:`report_unexpected_exception`, and :meth:`report_failure`.
1471 .. method:: report_failure(out, test, example, got)