Searched refs:put_test_case_file (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/kyua-cli/dist/store/ |
| D | transaction_test.cpp | 323 tx.put_test_case_file("__STDOUT__", fs::path("prog1.out"), tc_id); in ATF_TEST_CASE_BODY() 324 tx.put_test_case_file("unused.txt", fs::path("unused.txt"), tc_id); in ATF_TEST_CASE_BODY() 329 tx.put_test_case_file("__STDOUT__", fs::path("unused.txt"), tc2_id); in ATF_TEST_CASE_BODY() 330 tx.put_test_case_file("__STDERR__", fs::path("unused.txt"), tc2_id); in ATF_TEST_CASE_BODY() 348 tx.put_test_case_file("__STDERR__", fs::path("prog2.err"), tc_id); in ATF_TEST_CASE_BODY() 349 tx.put_test_case_file("unused.txt", fs::path("unused.txt"), tc_id); in ATF_TEST_CASE_BODY() 739 const optional< int64_t > file_id = tx.put_test_case_file( in ATF_TEST_CASE_BODY() 765 const optional< int64_t > file_id = tx.put_test_case_file( in ATF_TEST_CASE_BODY() 795 tx.put_test_case_file("foo", fs::path("missing"), 1L)); in ATF_TEST_CASE_BODY()
|
| D | transaction.hpp | 129 utils::optional< int64_t > put_test_case_file(const std::string&,
|
| D | transaction.cpp | 892 store::transaction::put_test_case_file(const std::string& name, in put_test_case_file() function in store::transaction
|
| /netbsd/src/external/bsd/kyua-cli/dist/engine/drivers/ |
| D | run_tests.cpp | 84 _tx.put_test_case_file("__STDOUT__", file, _test_case_id); in got_stdout() 93 _tx.put_test_case_file("__STDERR__", file, _test_case_id); in got_stderr()
|