Searched refs:test_suite (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/bsd/file/dist/python/
H A Dsetup.py21 test_suite='tests', variable
/netbsd-current/external/bsd/kyua-cli/dist/integration/
H A Dcmd_list_test.sh34 test_suite("integration")
45 test_suite("integration2")
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("to
[all...]
H A Dcmd_test_test.sh36 test_suite("integration")
59 test_suite("integration")
82 test_suite("integration")
116 test_suite("integration")
152 test_suite("integration")
178 test_suite("integration")
205 test_suite("integration")
229 test_suite("integration")
239 test_suite("integration2")
263 test_suite("to
[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")
150 test_suite("integration")
179 test_suite("integration")
211 test_suite("integration")
220 test_suite("integration")
241 test_suite("integratio
[all...]
H A Dcmd_report_html_test.sh45 test_suite("integration")
H A Dcmd_report_test.sh45 test_suite("integration")
/netbsd-current/external/bsd/kyua-atf-compat/dist/
H A Datf-run.sh100 for test_suite in "${@}"; do
101 echo "--variable=test_suites.${test_suite}.${raw}"
116 find "${dir}" -name Kyuafile -exec grep "test_suite('" "{}" \; | \
H A Datf2kyua_test.sh57 test_suite('foo')
105 test_suite('foo')
116 test_suite('bar')
127 test_suite('foo')
137 test_suite('foo')
H A Datf2kyua.sh84 local test_suite="$(grep 'prop:.*test-suite.*' "${atffile}" \
103 echo "test_suite('${test_suite}')" >>"${kyuafile}"
H A Datf-report_test.sh60 test_suite('foo')
136 test_suite('foo')
H A Datf-run_test.sh82 test_suite('foo')
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc368 static bool TestSuitePassed(const TestSuite* test_suite) { argument
369 return test_suite->should_run() && test_suite->Passed();
373 static bool TestSuiteFailed(const TestSuite* test_suite) { argument
374 return test_suite->should_run() && test_suite->Failed();
377 // Returns true if and only if test_suite contains at least one test that
379 static bool ShouldRunTestSuite(const TestSuite* test_suite) { argument
380 return test_suite->should_run();
2302 const TestSuite* const test_suite local
3105 PrintTestName(const char* test_suite, const char* test) argument
3197 OnTestSuiteStart( const TestSuite& test_suite) argument
3269 OnTestSuiteEnd(const TestSuite& test_suite) argument
3296 const TestSuite& test_suite = *unit_test.GetTestSuite(i); local
3321 const TestSuite& test_suite = *unit_test.GetTestSuite(i); local
3856 PrintXmlTestSuite(std::ostream* stream, const TestSuite& test_suite) argument
4227 PrintJsonTestSuite( std::ostream* stream, const TestSuite& test_suite) argument
5186 const auto test_suite = local
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dkyuafile.cpp122 /// This is set once the Kyuafile invokes the test_suite() call.
160 _state.set_global("test_suite");
273 const std::string test_suite = test_suite_override.empty() local
276 new engine::test_program(interface, path, _build_root, test_suite,
280 /// Callback for the Kyuafile test_suite() function.
286 /// \throw std::runtime_error If test_suite() has already been called.
291 throw std::runtime_error("Can only call test_suite() once");
379 /// special argument 'test_suite' provides an override to the global test suite
408 state.push_string("test_suite");
410 std::string test_suite; local
[all...]
H A Dtest_case.cpp71 /// \param test_suite The name of the test suite.
77 const std::string& test_suite)
82 props = user_config.all_properties(F("test_suites.%s") % test_suite,
75 generate_tester_config(const engine::metadata& metadata, const config::tree& user_config, const std::string& test_suite) argument
H A Dmetadata.cpp1075 /// \param test_suite Name of the test suite the test belongs to.
1081 const std::string& test_suite)
1085 reason = check_required_configs(md.required_configs(), cfg, test_suite);
1080 check_reqs(const engine::metadata& md, const config::tree& cfg, const std::string& test_suite) argument
/netbsd-current/external/bsd/kyua-cli/dist/bootstrap/
H A Dtestsuite2008 test_suite("bootstrap")
2072 test_suite("bootstrap")
2136 test_suite("bootstrap")
2200 test_suite("bootstrap")
2289 test_suite("bootstrap")
2378 test_suite("bootstrap")
2467 test_suite("bootstrap")
2556 test_suite("bootstrap")
2645 test_suite("bootstrap")
2734 test_suite("bootstra
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.c844 test_suite (void) function
877 test_suite ();
H A Dtoyvm.cc867 test_suite (void)
900 test_suite ();
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.c844 test_suite (void) function
877 test_suite ();
H A Dtoyvm.cc867 test_suite (void)
900 test_suite ();
/netbsd-current/share/mk/
H A Dbsd.test.mk113 echo 'test_suite("NetBSD")'; \
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h936 static void ClearTestSuiteResult(TestSuite* test_suite) { argument
937 test_suite->ClearResult();
1096 virtual void OnTestSuiteStart(const TestSuite& /*test_suite*/) {}
1115 virtual void OnTestSuiteEnd(const TestSuite& /*test_suite*/) {}
1148 void OnTestSuiteStart(const TestSuite& /*test_suite*/) override {}
1157 void OnTestSuiteEnd(const TestSuite& /*test_suite*/) override {}

Completed in 313 milliseconds