Lines Matching refs:engine
54 const model::metadata md = engine::parse_atf_metadata(properties); in ATF_TEST_CASE_BODY()
80 const model::metadata md = engine::parse_atf_metadata(properties); in ATF_TEST_CASE_BODY()
114 ATF_REQUIRE_THROW_RE(engine::format_error, "Unknown.*property.*'foobar'", in ATF_TEST_CASE_BODY()
115 engine::parse_atf_metadata(properties)); in ATF_TEST_CASE_BODY()
124 ATF_REQUIRE_THROW_RE(engine::format_error, "expecting Content-Type", in ATF_TEST_CASE_BODY()
125 engine::parse_atf_list(input)); in ATF_TEST_CASE_BODY()
136 ATF_REQUIRE_THROW_RE(engine::format_error, "expecting.*blank line", in ATF_TEST_CASE_BODY()
137 engine::parse_atf_list(input)); in ATF_TEST_CASE_BODY()
144 ATF_REQUIRE_THROW_RE(engine::format_error, "expecting.*blank line", in ATF_TEST_CASE_BODY()
145 engine::parse_atf_list(input)); in ATF_TEST_CASE_BODY()
152 ATF_REQUIRE_THROW_RE(engine::format_error, "expecting Content-Type", in ATF_TEST_CASE_BODY()
153 engine::parse_atf_list(input)); in ATF_TEST_CASE_BODY()
164 ATF_REQUIRE_THROW_RE(engine::format_error, "No test cases", in ATF_TEST_CASE_BODY()
165 engine::parse_atf_list(input)); in ATF_TEST_CASE_BODY()
177 const model::test_cases_map tests = engine::parse_atf_list(input); in ATF_TEST_CASE_BODY()
195 const model::test_cases_map tests = engine::parse_atf_list(input); in ATF_TEST_CASE_BODY()
215 ATF_REQUIRE_THROW_RE(engine::format_error, "preceeded.*identifier", in ATF_TEST_CASE_BODY()
216 engine::parse_atf_list(input)); in ATF_TEST_CASE_BODY()
232 ATF_REQUIRE_THROW_RE(engine::format_error, "Relative path 'bin/ls'", in ATF_TEST_CASE_BODY()
233 engine::parse_atf_list(input)); in ATF_TEST_CASE_BODY()
252 const model::test_cases_map tests = engine::parse_atf_list(input); in ATF_TEST_CASE_BODY()
283 const model::test_cases_map tests = engine::parse_atf_list(input); in ATF_TEST_CASE_BODY()
307 const model::test_cases_map tests = engine::parse_atf_list(input); in ATF_TEST_CASE_BODY()