Searched refs:context2 (Results 1 – 4 of 4) sorted by relevance
71 const engine::context context2(fs::path("/foo/bar"), env); in ATF_TEST_CASE_BODY() local75 ATF_REQUIRE( context1 == context2); in ATF_TEST_CASE_BODY()76 ATF_REQUIRE(!(context1 != context2)); in ATF_TEST_CASE_BODY()
208 atf_test_case context2245 atf_add_test_case context2
180 const engine::context context2(fs::path("/foo/baz"), in ATF_TEST_CASE_BODY() local183 const engine::action exp_action2(context2); in ATF_TEST_CASE_BODY()190 const int64_t context2_id = tx.put_context(context2); in ATF_TEST_CASE_BODY()386 const engine::context context2(fs::path("/foo/baz"), in ATF_TEST_CASE_BODY() local389 const engine::action exp_action2(context2); in ATF_TEST_CASE_BODY()395 const int64_t context2_id = tx.put_context(context2); in ATF_TEST_CASE_BODY()474 const engine::context context2 = tx.get_context(id2); in ATF_TEST_CASE_BODY() local479 ATF_REQUIRE(exp_context2 == context2); in ATF_TEST_CASE_BODY()
164 LLVMContext context2; in TEST() local165 EXPECT_EQ(&context2, in TEST()166 &(TypeBuilder<types::i<1>, true>::get(context2))->getContext()); in TEST()