Home
last modified time | relevance | path

Searched refs:put_test_case_file (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/kyua-cli/dist/store/
Dtransaction_test.cpp323 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()
Dtransaction.hpp129 utils::optional< int64_t > put_test_case_file(const std::string&,
Dtransaction.cpp892 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/
Drun_tests.cpp84 _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()