Lines Matching refs:engine

54     const model::metadata md = engine::parse_atf_metadata(properties);  in ATF_TEST_CASE_BODY()
78 const model::metadata md = engine::parse_atf_metadata(properties); in ATF_TEST_CASE_BODY()
110 ATF_REQUIRE_THROW_RE(engine::format_error, "Unknown.*property.*'foobar'", in ATF_TEST_CASE_BODY()
111 engine::parse_atf_metadata(properties)); in ATF_TEST_CASE_BODY()
120 ATF_REQUIRE_THROW_RE(engine::format_error, "expecting Content-Type", in ATF_TEST_CASE_BODY()
121 engine::parse_atf_list(input)); in ATF_TEST_CASE_BODY()
132 ATF_REQUIRE_THROW_RE(engine::format_error, "expecting.*blank line", in ATF_TEST_CASE_BODY()
133 engine::parse_atf_list(input)); in ATF_TEST_CASE_BODY()
140 ATF_REQUIRE_THROW_RE(engine::format_error, "expecting.*blank line", in ATF_TEST_CASE_BODY()
141 engine::parse_atf_list(input)); in ATF_TEST_CASE_BODY()
148 ATF_REQUIRE_THROW_RE(engine::format_error, "expecting Content-Type", in ATF_TEST_CASE_BODY()
149 engine::parse_atf_list(input)); in ATF_TEST_CASE_BODY()
160 ATF_REQUIRE_THROW_RE(engine::format_error, "No test cases", in ATF_TEST_CASE_BODY()
161 engine::parse_atf_list(input)); in ATF_TEST_CASE_BODY()
173 const model::test_cases_map tests = engine::parse_atf_list(input); in ATF_TEST_CASE_BODY()
191 const model::test_cases_map tests = engine::parse_atf_list(input); in ATF_TEST_CASE_BODY()
211 ATF_REQUIRE_THROW_RE(engine::format_error, "preceeded.*identifier", in ATF_TEST_CASE_BODY()
212 engine::parse_atf_list(input)); in ATF_TEST_CASE_BODY()
228 ATF_REQUIRE_THROW_RE(engine::format_error, "Relative path 'bin/ls'", in ATF_TEST_CASE_BODY()
229 engine::parse_atf_list(input)); in ATF_TEST_CASE_BODY()
248 const model::test_cases_map tests = engine::parse_atf_list(input); in ATF_TEST_CASE_BODY()