Searched refs:got_tc (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | test-program.hpp | 90 virtual void got_tc(const std::string&,
|
H A D | test-program.cpp | 106 void got_tc(const std::string& ident, const atf::tests::vars_map& props) function in class:__anon234::metadata_reader 419 detail::atf_tp_reader::got_tc( function in class:detail::atf_tp_reader 521 ATF_PARSER_CALLBACK(p, got_tc((*iter).second, props));
|
H A D | test_program_test.cpp | 122 got_tc(const std::string& ident, function in class:tp_reader 125 std::string call = "got_tc(" + ident + ", {"; 171 "got_tc(test_case_1, {ident=test_case_1})", 172 "got_tc(test_case_2, {ident=test_case_2})", 173 "got_tc(test_case_3, {ident=test_case_3})", 204 "got_tc(test_case_1, {descr=This is the description, ident=test_case_1, timeout=300})", 205 "got_tc(test_case_2, {ident=test_case_2})", 206 "got_tc(test_case_3, {X-prop1=A custom property, descr=Third test case, ident=test_case_3})", 238 "got_tc(single_test, {descr=Some description, ident=single_test, require.arch=thearch, require.config=foo-bar, require.files=/a/1 /b/2, require.machine=themachine, require.progs=/bin/cp mv, require.user=root, timeout=300})", 262 "got_tc(single_tes [all...] |
Completed in 790 milliseconds