Home
last modified time | relevance | path

Searched refs:test_suite (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-13.1/contrib/kyua/store/
H A Dlayout.cpp68 find_latest(const std::string& test_suite) in find_latest() argument
93 % test_suite); in find_latest()
99 % test_suite); in find_latest()
150 return find_latest(test_suite); in find_results()
253 std::string test_suite; in test_suite_for_path() local
255 test_suite = path.str(); in test_suite_for_path()
257 test_suite = path.to_absolute().str(); in test_suite_for_path()
258 PRE(!test_suite.empty() && test_suite[0] == '/'); in test_suite_for_path()
260 std::replace(test_suite.begin(), test_suite.end(), '/', '_'); in test_suite_for_path()
261 test_suite.erase(0, 1); in test_suite_for_path()
[all …]
H A Dlayout_test.cpp57 const std::string test_suite = layout::test_suite_for_path( in ATF_TEST_CASE_BODY() local
60 "results." + test_suite + ".")).str(); in ATF_TEST_CASE_BODY()
323 const std::string test_suite = layout::test_suite_for_path( in ATF_TEST_CASE_BODY() local
325 ATF_REQUIRE_MATCH("_foo_bar$", test_suite); in ATF_TEST_CASE_BODY()
326 ATF_REQUIRE_MATCH("^[^_]", test_suite); in ATF_TEST_CASE_BODY()
/freebsd-13.1/contrib/kyua/integration/
H A Dcmd_list_test.sh34 test_suite("integration")
68 test_suite("top-level")
75 test_suite("in-subdir")
92 test_suite("top-level")
110 test_suite("top-level")
143 test_suite("top-level")
152 test_suite("in-subdir")
184 test_suite("top-level")
202 test_suite("top-level")
321 test_suite("top-level")
[all …]
H A Dcmd_test_test.sh36 test_suite("integration")
61 test_suite("integration")
86 test_suite("integration")
285 test_suite("top-level")
292 test_suite("in-subdir")
318 test_suite("top-level")
343 test_suite("top-level")
383 test_suite("top-level")
392 test_suite("in-subdir")
431 test_suite("top-level")
[all …]
H A Dcmd_debug_test.sh34 test_suite("integration")
51 test_suite("integration")
71 test_suite("integration")
93 test_suite("integration")
113 test_suite("integration")
152 test_suite("integration")
181 test_suite("integration")
213 test_suite("integration")
222 test_suite("integration")
243 test_suite("integration")
[all …]
/freebsd-13.1/contrib/kyua/engine/
H A Dkyuafile.cpp155 std::string test_suite; in get_test_suite() local
163 test_suite = _test_suite.get(); in get_test_suite()
165 test_suite = program_override; in get_test_suite()
168 return test_suite; in get_test_suite()
346 const std::string test_suite = get_test_suite(test_suite_override); in callback_test_program() local
350 test_suite, metadata, user_config, in callback_test_program()
459 std::string test_suite; in lua_generic_test_program() local
463 test_suite = state.to_string(-1); in lua_generic_test_program()
500 interface, path, test_suite, mdbuilder.build(), *user_config, in lua_generic_test_program()
H A Drequirements.cpp253 const std::string& test_suite, in check_reqs() argument
258 reason = check_required_configs(md.required_configs(), cfg, test_suite); in check_reqs()
/freebsd-13.1/contrib/kyua/examples/
H A DKyuafile3 test_suite("kyua")
/freebsd-13.1/contrib/kyua/doc/
H A DKyuafile3 test_suite("kyua")
/freebsd-13.1/contrib/kyua/bootstrap/
H A DKyuafile3 test_suite("kyua")
/freebsd-13.1/contrib/kyua/utils/logging/
H A DKyuafile3 test_suite("kyua")
/freebsd-13.1/contrib/kyua/drivers/
H A DKyuafile3 test_suite("kyua")
/freebsd-13.1/contrib/kyua/utils/format/
H A DKyuafile3 test_suite("kyua")
/freebsd-13.1/contrib/kyua/utils/text/
H A DKyuafile3 test_suite("kyua")
/freebsd-13.1/contrib/kyua/utils/signals/
H A DKyuafile3 test_suite("kyua")
/freebsd-13.1/contrib/kyua/utils/sqlite/
H A DKyuafile3 test_suite("kyua")
/freebsd-13.1/contrib/atf/test-programs/
H A DKyuafile3 test_suite("atf")
/freebsd-13.1/contrib/atf/
H A DKyuafile3 test_suite("atf")
/freebsd-13.1/contrib/kyua/model/
H A DKyuafile3 test_suite("kyua")
/freebsd-13.1/contrib/kyua/utils/config/
H A DKyuafile3 test_suite("kyua")
/freebsd-13.1/contrib/kyua/utils/fs/
H A DKyuafile3 test_suite("kyua")
/freebsd-13.1/contrib/file/python/
H A Dsetup.py21 test_suite='tests',
/freebsd-13.1/contrib/kyua/utils/cmdline/
H A DKyuafile3 test_suite("kyua")
/freebsd-13.1/contrib/atf/atf-c++/detail/
H A DKyuafile3 test_suite("atf")
/freebsd-13.1/contrib/lutok/
H A DKyuafile3 test_suite("lutok")

12