Searched refs:report_failure (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/fs/fsx-linux/ |
H A D | fsx-linux.c | 310 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(15 in dowrite() [all...] |
/third_party/vulkan-loader/tests/framework/ |
H A D | test_util.cpp | 67 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()
|
H A D | test_util.h | 107 // get_env_var() - returns a std::string of `name`. if report_failure is true, then it will log to stderr that it didn't find the 110 std::string get_env_var(std::string const& name, bool report_failure = true);
|
/third_party/selinux/libsepol/src/ |
H A D | assertion.c | 47 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/ |
H A D | doctest.py | 1197 `report_unexpected_exception`, and `report_failure`. 1260 def report_failure(self, out, test, example, got): member in DocTestRunner 1399 self.report_failure(out, test, example, got) 1867 def report_failure(self, out, test, example, got): member in DebugRunner
|
Completed in 8 milliseconds