Home
last modified time | relevance | path

Searched refs:suite (Results 1 – 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dtest-suite.rst1 Test suite
4 Sparse has a number of test cases in its validation directory. The test-suite
91 Using test-suite
94 The test-suite script is called through the check target of the Makefile. It
99 $ ./test-suite single preprocessor/preprocessor1.c
107 The test-suite comes with a format command to make a test easier to write::
109 test-suite format [-a] [-l] [-f] file [name [cmd]]
117 The output of the test-suite format command can be redirected into the
118 test case to create a test-suite formatted file.::
120 $ ./test-suite format bad-assignment.c Assignment >> bad-assignment.c
[all …]
H A Dindex.rst21 test-suite
/illumos-gate/usr/src/uts/common/io/ktest/
H A Dktest.c389 ktest_find_suite(ktest_module_t *km, const char *suite) in ktest_find_suite() argument
395 if (strncmp(ks->ks_name, suite, KTEST_MAX_NAME_LEN) == 0) { in ktest_find_suite()
423 ktest_get_test(const char *module, const char *suite, const char *test) in ktest_get_test() argument
429 VERIFY(suite != NULL); in ktest_get_test()
437 if ((ks = ktest_find_suite(km, suite)) == NULL) { in ktest_get_test()
817 ktest_suite_t *suite = test->kt_suite; in ktest_set_msg() local
818 ktest_module_t *mod = suite->ks_module; in ktest_set_msg()
821 mod->km_name, suite->ks_name, test->kt_name, in ktest_set_msg()
903 ktest_suite_t *suite = test->kt_suite; in ktest_msg_prepend() local
904 ktest_module_t *mod = suite->ks_module; in ktest_msg_prepend()
[all …]
/illumos-gate/usr/src/cmd/ktest/
H A Dktest.c269 ktest_record_stat(ktest_stats_t *mod, ktest_stats_t *suite, in ktest_record_stat() argument
273 suite->ks_total++; in ktest_record_stat()
278 suite->ks_none++; in ktest_record_stat()
283 suite->ks_pass++; in ktest_record_stat()
288 suite->ks_fail++; in ktest_record_stat()
293 suite->ks_skip++; in ktest_record_stat()
298 suite->ks_err++; in ktest_record_stat()
532 ktest_suite_name(nvpair_t *suite) in ktest_suite_name() argument
534 nvlist_t *desc = fnvpair_value_nvlist(suite); in ktest_suite_name()
539 ktest_suite_tests(nvpair_t *suite) in ktest_suite_tests() argument
[all …]
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A DREADME.tests2 #### ksh93 test suite
6 The directory /opt/ksh93-tests/ contains the ksh93 test suite
9 The test suite is split into modules with the ending *.sh
/illumos-gate/usr/src/test/util-tests/tests/mdb/
H A DREADME1 MDB Test suite
3 This provides a primordial version of a test suite for mdb. To run the tests,
/illumos-gate/usr/src/test/net-tests/tests/forwarding/
H A DREADME129 forwarding test suite. You can run the entire suite or just a
131 below gives an overview of all the tests in the suite.
152 This is a breakdown of all the tests in the IP forwarding test suite.
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dtweakfld.awk208 suite = $nf_suite
266 ID = mnemonic[config] "-" mnemonic[type] "-" suite "." itm
/illumos-gate/usr/src/tools/smatch/src/validation/
H A D.gitignore1 # test-suite
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A DTHIRDPARTYLICENSE.descrip1 AT&T Research regex test suite
/illumos-gate/usr/src/lib/libsaveargs/tests/
H A DREADME1 Further tests are available as part of the os-tests suite, in usr/src/test
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dcommands.cfg20 # may be used by the suite. The suite will create a directory which is
/illumos-gate/usr/src/test/smbclient-tests/doc/
H A DREADME40 This test suite is designed for SMB client testing. It needs
41 two machines (a test client and a SMB server) and the test suite runs
50 User must run the test suite as an ordinary user (not root)
/illumos-gate/usr/src/test/libc-tests/doc/
H A DREADME28 This Unit Test Suite is for testing various libc interfaces. The suite
49 Note, the framework will be installed automatically, as this test suite
/illumos-gate/usr/src/test/os-tests/tests/saveargs/
H A DREADME.md3 ## Tests in the test suite
/illumos-gate/usr/src/test/smbsrv-tests/doc/
H A DREADME26 The SMB Server test suite uses external programs including:
36 To install the full suite, run:
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A DREADME.zfs70 Each of these modifications have been tested in the zfs-test suite. If / when
71 new modifications are made, new tests should be added to the suite located in
/illumos-gate/usr/src/test/
H A DREADME42 suite, and which must be preserved. Additionally, the wrappers allow options to
44 file for a test suite. For specifics on the options available in the framework
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.gawk19 echo T.gawk: tests adapted from gawk test suite
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A DREADME26 The test suite requires the following:
H A Dctftest.ksh54 Runs the CTF test suite
/illumos-gate/usr/src/lib/libidmap/common/
H A Dmapfile-vers63 idmap_cache_get_data; # used by idmap test suite
/illumos-gate/usr/src/test/util-tests/doc/
H A DREADME28 The Utils unit test suite is for testing standard shell / POSIX utilities.
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Drt.sh286 set -- ${lower//*suite:}
/illumos-gate/usr/src/test/libmlrpc-tests/doc/
H A DREADME42 Note, the framework will be installed automatically, as this test suite

12