Lines Matching full:reason

62 /// \param exp_reason The expected reason describing the result, if any.
74 ATF_REQUIRE(actual.reason()); in parse_ok_test()
75 ATF_REQUIRE_EQ(exp_reason, actual.reason().get()); in parse_ok_test()
77 ATF_REQUIRE(!actual.reason()); in parse_ok_test()
88 /// \param exp_reason The expected reason describing the result, if any.
100 /// \param reason_regexp The reason to match against the broken reason.
115 /// \param reason_regexp The reason to match against the broken reason.
150 "failed.*followed by.*reason",
153 "failed.*followed by.*reason",
156 "failed.*followed by.*reason",
228 "cannot have a reason",
252 ATF_REQUIRE(result.reason()); in ATF_TEST_CASE_BODY()
253 ATF_REQUIRE_EQ("a b c", result.reason().get()); in ATF_TEST_CASE_BODY()
274 ATF_REQUIRE_THROW_RE(engine::format_error, "cannot have a reason", in ATF_TEST_CASE_BODY()
317 "The reason"); in ATF_TEST_CASE_BODY()
322 utils::make_optional(EXIT_FAILURE), "The reason"); in ATF_TEST_CASE_BODY()
333 utils::make_optional(EXIT_FAILURE), "The reason"); in ATF_TEST_CASE_BODY()
348 "The reason"); in ATF_TEST_CASE_BODY()
361 "The reason"); in ATF_TEST_CASE_BODY()
374 "The reason"); in ATF_TEST_CASE_BODY()
400 "The reason"); in ATF_TEST_CASE_BODY()
405 utils::make_optional(3), "The reason"); in ATF_TEST_CASE_BODY()
416 utils::make_optional(4), "The reason"); in ATF_TEST_CASE_BODY()
430 "The reason"); in ATF_TEST_CASE_BODY()
442 "The reason"); in ATF_TEST_CASE_BODY()
452 "The reason"); in ATF_TEST_CASE_BODY()
464 const engine::atf_result failed(engine::atf_result::failed, "The reason"); in ATF_TEST_CASE_BODY()
476 const engine::atf_result failed(engine::atf_result::failed, "The reason"); in ATF_TEST_CASE_BODY()
534 const engine::atf_result skipped(engine::atf_result::skipped, "The reason"); in ATF_TEST_CASE_BODY()
546 const engine::atf_result skipped(engine::atf_result::skipped, "The reason"); in ATF_TEST_CASE_BODY()
568 const engine::atf_result raw(engine::atf_result::broken, "The reason"); in ATF_TEST_CASE_BODY()
570 "The reason"); in ATF_TEST_CASE_BODY()
579 "The reason"); in ATF_TEST_CASE_BODY()
581 "The reason"); in ATF_TEST_CASE_BODY()
590 "The reason"); in ATF_TEST_CASE_BODY()
592 "The reason"); in ATF_TEST_CASE_BODY()
601 "The reason"); in ATF_TEST_CASE_BODY()
603 "The reason"); in ATF_TEST_CASE_BODY()
612 "The reason"); in ATF_TEST_CASE_BODY()
614 "The reason"); in ATF_TEST_CASE_BODY()
623 "The reason"); in ATF_TEST_CASE_BODY()
625 "The reason"); in ATF_TEST_CASE_BODY()
633 const engine::atf_result raw(engine::atf_result::failed, "The reason"); in ATF_TEST_CASE_BODY()
635 "The reason"); in ATF_TEST_CASE_BODY()
652 const engine::atf_result raw(engine::atf_result::skipped, "The reason"); in ATF_TEST_CASE_BODY()
654 "The reason"); in ATF_TEST_CASE_BODY()