Searched defs:test_case_id (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/kyua/store/
H A Dschema_v1.sql
H A Dschema_v3.sql
H A Dschema_v2.sql
H A Dwrite_transaction.cpp373 LD(F("Storing %s (%s) of test case %s") % name % path % test_case_id); local
369 put_test_case_file(const std::string& name, const fs::path& path, const int64_t test_case_id) argument
410 put_result(const model::test_result& result, const int64_t test_case_id, const datetime::timestamp& start_time, const datetime::timestamp& end_time) argument
[all...]
H A Dread_transaction.cpp399 get_test_case_file(sqlite::database& db, const int64_t test_case_id, argument
[all...]
H A Dmigrate_v1_v2.sql[all...]
/freebsd-current/contrib/kyua/drivers/
H A Drun_tests.cpp120 put_test_result(const int64_t test_case_id, argument
179 const int64_t test_case_id = tx.put_test_case( local
197 finish_test(scheduler::result_handle_ptr result_handle, const int64_t test_case_id, store::write_transaction& tx, drivers::run_tests::base_hooks& hooks) argument
322 const int64_t test_case_id = (*iter).second; local
[all...]

Completed in 119 milliseconds