Home
last modified time | relevance | path

Searched refs:failure_type (Results 1 – 7 of 7) sorted by relevance

/external/libcxx/test/support/
Drapid-cxx-test.hpp114 ::rapid_cxx_test::failure_type::unsupported, __FILE__, TEST_FUNC_NAME(), __LINE__ \
130 ::rapid_cxx_test::failure_type::none, __FILE__, TEST_FUNC_NAME(), __LINE__ \
134 m_f.type = ::rapid_cxx_test::failure_type::warn; \
144 ::rapid_cxx_test::failure_type::none, __FILE__, TEST_FUNC_NAME(), __LINE__ \
148 m_f.type = ::rapid_cxx_test::failure_type::check; \
158 ::rapid_cxx_test::failure_type::none, __FILE__, TEST_FUNC_NAME(), __LINE__ \
162 m_f.type = ::rapid_cxx_test::failure_type::require; \
165 if (m_f.type != ::rapid_cxx_test::failure_type::none) { \
175 ::rapid_cxx_test::failure_type::none, __FILE__, TEST_FUNC_NAME(), __LINE__ \
179 m_f.type = ::rapid_cxx_test::failure_type::assert; \
[all …]
/external/autotest/server/cros/chaos_lib/
Dchaos_parser.py187 failure_type = CONFIG_FAIL
189 failure_type = CONNECT_FAIL
191 if (failure_type == CONFIG_FAIL and
204 or failure_type == CONFIG_FAIL):
/external/tensorflow/tensorflow/lite/
Dbuild_def.bzl461 def gen_model_coverage_test(src, model_name, data, failure_type, tags):
469 failure_type: List of failure types (none, toco, crash, inference)
477 if failure_type[i] != "none":
478 args.append("--failure_type=%s" % failure_type[i])
/external/pdfium/
DPRESUBMIT.py142 for (line_num, previous_line_num, failure_type) in problem_linenums:
144 warnings.append(' %s:%d:%s' % (file_path, line_num, failure_type))
/external/tcpdump/
Dprint-atm.c444 uint8_t failure_type; member
523 ND_PRINT((ndo, "\n\tFailure-type 0x%02x", oam_ptr.oam_fm_ais_rdi->failure_type)); in oam_print()
/external/grpc-grpc/test/core/end2end/fixtures/
Dhttp_proxy_fixture.cc150 enum failure_type { enum
160 failure_type failure, const char* prefix, in proxy_connection_failed()
/external/autotest/site_utils/
Dgenerate_test_report345 failure_type = match.group(1)
349 error_msg = ': '.join([failure_type, reason])