Lines Matching +full:123 +full:- +full:db
35 #include <atf-c++.hpp>
76 fs::path("test.db")); in do_put_result_ok_test()
113 fs::path("test.db")); in ATF_TEST_CASE_BODY()
131 fs::path("test.db")); in ATF_TEST_CASE_BODY()
143 // If the code attempts to maintain any state regarding the already-put in ATF_TEST_CASE_BODY()
161 fs::path("test.db")); in ATF_TEST_CASE_BODY()
185 "the-suite", md, model::test_cases_map()); in ATF_TEST_CASE_BODY()
188 fs::path("test.db")); in ATF_TEST_CASE_BODY()
205 ATF_REQUIRE_EQ("the-suite", stmt.safe_column_text("test_suite_name")); in ATF_TEST_CASE_BODY()
220 "plain", fs::path("the/binary"), fs::path("/some/root"), "the-suite") in ATF_TEST_CASE_BODY()
225 fs::path("test.db")); in ATF_TEST_CASE_BODY()
227 ATF_REQUIRE_THROW(store::error, tx.put_test_case(test_program, "main", -1)); in ATF_TEST_CASE_BODY()
243 fs::path("test.db")); in ATF_TEST_CASE_BODY()
247 "my-file", fs::path("input.txt"), 123L); in ATF_TEST_CASE_BODY()
270 fs::path("test.db")); in ATF_TEST_CASE_BODY()
274 "my-file", fs::path("input.txt"), 123L); in ATF_TEST_CASE_BODY()
282 ATF_REQUIRE_EQ(123L, stmt.safe_column_int64("test_case_id")); in ATF_TEST_CASE_BODY()
283 ATF_REQUIRE_EQ("my-file", stmt.safe_column_text("file_name")); in ATF_TEST_CASE_BODY()
300 fs::path("test.db")); in ATF_TEST_CASE_BODY()
390 fs::path("test.db")); in ATF_TEST_CASE_BODY()
393 ATF_REQUIRE_THROW(store::error, tx.put_result(result, -1, zero, zero)); in ATF_TEST_CASE_BODY()