HomeSort by: relevance | last modified time | path
    Searched defs:got_tc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
test_program_test.cpp 125 got_tc(const std::string& ident, function in class:tp_reader
128 std::string call = "got_tc(" + ident + ", {";
174 "got_tc(test_case_1, {ident=test_case_1})",
175 "got_tc(test_case_2, {ident=test_case_2})",
176 "got_tc(test_case_3, {ident=test_case_3})",
207 "got_tc(test_case_1, {descr=This is the description, ident=test_case_1, timeout=300})",
208 "got_tc(test_case_2, {ident=test_case_2})",
209 "got_tc(test_case_3, {X-prop1=A custom property, descr=Third test case, ident=test_case_3})",
241 "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})",
265 "got_tc(single_test, {descr=Some description, ident=single_test})"
    [all...]
test-program.cpp 105 void got_tc(const std::string& ident, const vars_map& props) function in class:__anon6397::metadata_reader
420 detail::atf_tp_reader::got_tc( function in class:detail::atf_tp_reader
522 ATF_PARSER_CALLBACK(p, got_tc((*iter).second, props));

Completed in 22 milliseconds