Home
last modified time | relevance | path

Searched refs:test (Results 76 – 100 of 596) sorted by relevance

12345678910>>...24

/illumos-gate/usr/src/test/libmlrpc-tests/doc/
H A DREADME28 as pkg:/system/test/testrunner). To build both this Unit Test Suite and the
32 build_machine$ cd $SRC/test
37 Then set the publisher on the test machine to point to your repository and
40 test_machine# pkg install pkg:/system/test/libmlrpctest
42 Note, the framework will be installed automatically, as this test suite
49 password or the root user must run the test.
50 (The samlogon test requires a user with 'solaris.smf.read.smb'
75 the end of each test, and a results summary is printed at the end of the run.
/illumos-gate/usr/src/test/elf-tests/runfiles/
H A Ddefault.run23 tests = ['test-deflib']
38 tests = ['test-parser']
41 tests = ['test-assert']
64 tests = ['amd64-ie-test']
68 tests = ['i386-ld-test']
72 tests = ['amd64-ld-test']
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.fork.ksh.out1 test:main:go
2 test:main:go
3 test:main:go
/illumos-gate/usr/src/test/libc-tests/doc/
H A DREADME29 will test both 32 and 64 bit versions, provided that your kernel supports
35 as pkg:/system/test/testrunner). To build both this Unit Test Suite and the
39 build_machine$ cd $SRC/test
44 Then set the publisher on the test machine to point to your repository and
47 test_machine# pkg install pkg:/system/test/libctest
49 Note, the framework will be installed automatically, as this test suite
70 the end of each test, and a results summary is printed at the end of the run.
/illumos-gate/usr/src/test/util-tests/tests/demangle/
H A Drust.c323 run_test(rust_test_grp_t *test) in run_test() argument
327 (void) printf("Test %s: ", test->name); in run_test()
329 for (size_t i = 0; test->tests[i].mangled != NULL; i++) { in run_test()
332 dem = sysdemangle(test->tests[i].mangled, SYSDEM_LANG_RUST, in run_test()
334 if (test->tests[i].demangled == NULL) in run_test()
335 res &= check_failure(i, &test->tests[i], dem, res); in run_test()
337 res &= check_success(i, &test->tests[i], dem, res); in run_test()
/illumos-gate/usr/src/test/os-tests/runfiles/
H A Ddefault.run98 tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup']
127 tests = ['digraph-test']
131 # The stress test is designed to be run separately.
165 # platform and when the test runner gains support for specifying that,
168 # xsave_baducontext test.
185 tests = ['execvpe-test.32', 'execvpe-test.64']
/illumos-gate/usr/src/test/nvme-tests/tests/unit/
H A Dfeature.c388 feature_impl_test_one(const feature_impl_test_t *test) in feature_impl_test_one() argument
394 if (nvme_std_feats[i].nfeat_fid == test->fit_fid) { in feature_impl_test_one()
402 test->fit_desc, test->fit_fid); in feature_impl_test_one()
405 impl = nvme_feat_supported(info, test->fit_data); in feature_impl_test_one()
406 if (impl != test->fit_impl) { in feature_impl_test_one()
408 test->fit_desc, test->fit_impl, impl); in feature_impl_test_one()
412 (void) printf("TEST PASSED: %s: got correct impl\n", test->fit_desc); in feature_impl_test_one()
H A Didentify.c448 identify_impl_test_one(const identify_impl_test_t *test) in identify_impl_test_one() argument
455 nvme_identify_cmds[i].nii_cns == test->iit_cns) { in identify_impl_test_one()
463 test->iit_desc, test->iit_cns); in identify_impl_test_one()
466 impl = nvme_identify_info_supported(info, test->iit_data); in identify_impl_test_one()
467 if (impl != test->iit_impl) { in identify_impl_test_one()
469 test->iit_desc, test->iit_impl, impl); in identify_impl_test_one()
473 (void) printf("TEST PASSED: %s: got correct impl\n", test->iit_desc); in identify_impl_test_one()
/illumos-gate/usr/src/test/os-tests/doc/
H A DREADME27 installed as pkg:/system/test/testrunner). To build both the OS Unit Test Suite
31 build_machine$ cd $SRC/test
36 Then set the publisher on the test machine to point to your repository and
39 test_machine# pkg install pkg:/system/test/ostest
48 password or the root user must run the test.
57 the end of each test, and a results summary is printed at the end of the run.
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DMamfile671 exec - if test ! -d ${INSTALLROOT}/bin
701 exec - if test ! -d ${PACKAGEROOT}/bin
853 exec - if test -d ./-p
962 exec - '') if test -x /lib/dld.sl
964 exec - elif test -x /usr/lib/dyld
1364 make test
1365 make test.iffe
1370 done test.iffe virtual
1371 make test.mamake
1382 done test.mamake virtual
[all …]
H A Dmake.probe208 if test -x $i && $i -r -o t.$obj doti.$obj && test -f t.$obj
485 do if test -d $i
725 *) if test -s e
926 if test -f xxx$1
1177 do if test -d "$dir"
1285 if test -d $f
1287 elif test -f $f
1396 do if test -d $d
1574 if test $n -ge $e
1595 if test $n -gt $o
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_implied14.c3 static int test(int x) in test() function
17 if (test(a) == 10) { in func()
30 if (test(a)) in func()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Doptions33 test -x /bin/pfexec -o -x /usr/bin/pfexec
35 /bin/test ! -l . 2> /dev/null
37 test -f /etc/ksh.kshrc -o -f /etc/bash.bashrc &&
39 test -f /bin/universe && univ=`/bin/universe` > /dev/null 2>&1 -a ucb = "$univ"
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_orion.c137 uint32_t test; in FuncDisableInboundPostingnc82454() local
142 test = pci_mech1_getl(0, ncDevNo, 0, PCI_CONF_VENID); in FuncDisableInboundPostingnc82454()
143 } while (test != 0x84c48086UL); in FuncDisableInboundPostingnc82454()
156 test = pci_mech1_getl(0, ncDevNo, 0, PCI_82454_RW_CONTROL); in FuncDisableInboundPostingnc82454()
157 } while (test == 0x84c48086UL); in FuncDisableInboundPostingnc82454()
/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios.c642 smbios_test_run_one(const smbios_test_t *test) in smbios_test_run_one() argument
652 table = smbios_test_table_init(test->st_entry, test->st_tvers); in smbios_test_run_one()
653 if (!test->st_mktable(table)) { in smbios_test_run_one()
660 if (test->st_canopen) { in smbios_test_run_one()
663 test->st_desc, smbios_errmsg(err)); in smbios_test_run_one()
669 "expected failure", test->st_desc); in smbios_test_run_one()
676 if (test->st_verify(hdl)) { in smbios_test_run_one()
685 test->st_desc); in smbios_test_run_one()
689 "file", test->st_desc); in smbios_test_run_one()
693 test->st_desc, in smbios_test_run_one()
[all …]
/illumos-gate/usr/src/test/util-tests/doc/
H A DREADME28 The Utils unit test suite is for testing standard shell / POSIX utilities.
34 installed as pkg:/system/test/testrunner). To build both the Utils Unit Test
38 build_machine$ cd $SRC/test
43 Then set the publisher on the test machine to point to your repository and
46 test_machine# pkg install pkg:/system/test/utiltest
63 the end of each test, and a results summary is printed at the end of the run.
/illumos-gate/usr/src/test/crypto-tests/doc/
H A DREADME28 installed as pkg:/system/test/testrunner). To build both the KCF/PKCS Unit Test Suite
32 build_machine$ cd $SRC/test
37 Then set the publisher on the test machine to point to your repository and
40 test_machine# pkg install pkg:/system/test/cryptotest
49 password or the root user must run the test.
58 the end of each test, and a results summary is printed at the end of the run.
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DREADME28 make test
30 special comments embedded in them that the test driver (tstdiagcode.c)
32 tests can be used to regression test libdiagcode after a bug fix.
37 the test driver looks for directives in the comments. The directive
43 is the function the test driver should call: open, close, codelen, maxkey,
51 The above line tells the test driver to call fm_dc_key2code() with the key[]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthread1.test15 # $Id: thread1.test,v 1.3 2004/02/11 02:18:07 drh Exp $
53 thread_create A test.db
54 thread_create B test.db
55 thread_create C test.db
111 thread_create A test.db
117 thread_create B test.db
123 thread_create C test.db
/illumos-gate/usr/src/test/zfs-tests/include/
H A Ddefault.cfg40 # Define macro for zone test
45 # localised messages may result in test failures
65 # some common variables used by test scripts :
69 # some test pool names
76 # some test file system names
82 # some test directory names
95 # some test sub file system names
131 # Default minimum size for file based vdevs in the test suite
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c349 call3_test_t *test; in dotest() local
393 for (test = call3_tests; test->arginit; ++test) { in dotest()
394 argbuf = realloc(argbuf, test->argsize); in dotest()
395 resbuf = realloc(resbuf, test->ressize); in dotest()
400 (test->arginit)(argbuf); in dotest()
401 bzero(resbuf, test->ressize); in dotest()
402 status = clnt_call(client, test->proc, in dotest()
403 test->xdrargs, argbuf, in dotest()
404 test->xdrres, resbuf, in dotest()
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DREADME.md1 This is a test that COMDAT sections with differing visibilities get resolved
26 an actual test wrapper that just checks the values of the
29 - `Makefile.test`
30 A Makefile to build the tests on the system under test
32 ...and check that the resulting `test` binary links and runs.
/illumos-gate/usr/src/test/smbsrv-tests/cmd/
H A Drun_smbtorture.py123 def should_skip(self, test, pattern, verbose): argument
127 if not pattern or not pattern.match(test):
257 for test in tests:
258 print(test.name)
273 for test in tests:
274 print(test.name, end=': ', flush=True)
275 res = test.run(outr, outw, args.timeout, cmd)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl.cfg51 # Define test file and test directory which will be operated by chmod
55 # Define several directories for trivial ACLs function test.
61 # Define test files and their attributes files number for trivial
62 # ACLs function test
/illumos-gate/usr/src/test/zfs-tests/doc/
H A DREADME27 as pkg:/system/test/testrunner). To build both the ZFS Test Suite and the
31 build_machine$ cd $SRC/test
36 Then set the publisher on the test machine to point to your repository and
39 test_machine# pkg install pkg:/system/test/zfstest
47 - root pool about 100GB (some test data is using /var/tmp)
55 to sudo(8) to root without a password to run the test.
77 end of each test, and a results summary is printed at the end of the run. The

12345678910>>...24