/titanic_44/usr/src/test/util-tests/tests/printf/ |
H A D | printf_test.ksh | 45 typeset -A tests=() 48 typeset -A tests[01]=() 49 tests[01][desc]="hexadecimal lowercase" 50 tests[01][format]='%04x' 51 tests[01][args]="255" 52 tests[01][result]="00ff" 54 typeset -A tests[02]=() 55 tests[02][desc]="hexadecimal 32-bit" 56 tests[02][format]='%08x' 57 tests[02][args]='65537' [all …]
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-test-zfstest.mf | 24 dir path=opt/zfs-tests 25 dir path=opt/zfs-tests/bin 26 dir path=opt/zfs-tests/include 27 dir path=opt/zfs-tests/runfiles 28 dir path=opt/zfs-tests/tests 29 dir path=opt/zfs-tests/tests/functional 30 dir path=opt/zfs-tests/tests/functional/acl 31 dir path=opt/zfs-tests/tests/functional/acl/cifs 32 dir path=opt/zfs-tests/tests/functional/acl/nontrivial 33 dir path=opt/zfs-tests/tests/functional/acl/trivial [all …]
|
H A D | system-test-libctest.mf | 24 dir path=opt/libc-tests 25 dir path=opt/libc-tests/bin 26 dir path=opt/libc-tests/cfg 27 dir path=opt/libc-tests/cfg/symbols 28 dir path=opt/libc-tests/runfiles 29 dir path=opt/libc-tests/tests 30 dir path=opt/libc-tests/tests/random 31 dir path=opt/libc-tests/tests/symbols 32 file path=opt/libc-tests/README mode=0444 33 file path=opt/libc-tests/bin/libctest mode=0555 [all …]
|
H A D | system-test-utiltest.mf | 24 dir path=opt/util-tests 25 dir path=opt/util-tests/bin 26 dir path=opt/util-tests/runfiles 27 dir path=opt/util-tests/tests 28 dir path=opt/util-tests/tests/libnvpair_json 29 dir path=opt/util-tests/tests/libsff 30 file path=opt/util-tests/README mode=0444 31 file path=opt/util-tests/bin/print_json mode=0555 32 file path=opt/util-tests/bin/utiltest mode=0555 33 file path=opt/util-tests/runfiles/default.run mode=0444 [all …]
|
H A D | source-demo-system.mf | 39 dir path=usr/demo/ksh/tests 47 dir path=usr/demo/librtld_db/tests 110 file path=usr/demo/ksh/tests/README.tests 111 file path=usr/demo/ksh/tests/alias.sh 112 file path=usr/demo/ksh/tests/append.sh 113 file path=usr/demo/ksh/tests/arith.sh 114 file path=usr/demo/ksh/tests/arrays.sh 115 file path=usr/demo/ksh/tests/arrays2.sh 116 file path=usr/demo/ksh/tests/attributes.sh 117 file path=usr/demo/ksh/tests/basic.sh [all …]
|
H A D | system-test-ostest.mf | 23 dir path=opt/os-tests 24 dir path=opt/os-tests/bin 25 dir path=opt/os-tests/runfiles 26 dir path=opt/os-tests/tests 27 dir path=opt/os-tests/tests/sigqueue 28 file path=opt/os-tests/README mode=0444 29 file path=opt/os-tests/bin/ostest mode=0555 30 file path=opt/os-tests/runfiles/delphix.run mode=0444 31 file path=opt/os-tests/runfiles/omnios.run mode=0444 32 file path=opt/os-tests/runfiles/openindiana.run mode=0444 [all …]
|
/titanic_44/usr/src/test/zfs-tests/runfiles/ |
H A D | delphix.run | 26 [/opt/zfs-tests/tests/functional/acl/cifs] 27 tests = ['cifs_attr_001_pos', 'cifs_attr_002_pos', 'cifs_attr_003_pos'] 29 [/opt/zfs-tests/tests/functional/acl/nontrivial] 30 tests = ['zfs_acl_chmod_001_neg', 'zfs_acl_chmod_002_pos', 44 [/opt/zfs-tests/tests/functional/acl/trivial] 45 tests = ['zfs_acl_chmod_001_pos', 'zfs_acl_compress_001_pos', 54 [/opt/zfs-tests/tests/functional/atime] 55 tests = ['atime_001_pos', 'atime_002_neg'] 57 [/opt/zfs-tests/tests/functional/bootfs] 58 tests = ['bootfs_001_pos', 'bootfs_002_neg', 'bootfs_003_pos', [all …]
|
H A D | omnios.run | 26 [/opt/zfs-tests/tests/functional/acl/cifs] 27 tests = ['cifs_attr_001_pos', 'cifs_attr_002_pos', 'cifs_attr_003_pos'] 29 [/opt/zfs-tests/tests/functional/acl/nontrivial] 30 tests = ['zfs_acl_chmod_001_neg', 'zfs_acl_chmod_002_pos', 44 [/opt/zfs-tests/tests/functional/acl/trivial] 45 tests = ['zfs_acl_chmod_001_pos', 'zfs_acl_compress_001_pos', 54 [/opt/zfs-tests/tests/functional/atime] 55 tests = ['atime_001_pos', 'atime_002_neg'] 57 [/opt/zfs-tests/tests/functional/bootfs] 58 tests = ['bootfs_001_pos', 'bootfs_002_neg', 'bootfs_003_pos', [all …]
|
H A D | openindiana.run | 26 [/opt/zfs-tests/tests/functional/acl/cifs] 27 tests = ['cifs_attr_001_pos', 'cifs_attr_002_pos', 'cifs_attr_003_pos'] 29 [/opt/zfs-tests/tests/functional/acl/nontrivial] 30 tests = ['zfs_acl_chmod_001_neg', 'zfs_acl_chmod_002_pos', 44 [/opt/zfs-tests/tests/functional/acl/trivial] 45 tests = ['zfs_acl_chmod_001_pos', 'zfs_acl_compress_001_pos', 54 [/opt/zfs-tests/tests/functional/atime] 55 tests = ['atime_001_pos', 'atime_002_neg'] 57 [/opt/zfs-tests/tests/functional/bootfs] 58 tests = ['bootfs_001_pos', 'bootfs_002_neg', 'bootfs_003_pos', [all …]
|
/titanic_44/usr/src/lib/libshell/ |
H A D | Makefile.demo | 81 tests/README.tests \ 82 tests/shtests \ 83 tests/alias.sh \ 84 tests/append.sh \ 85 tests/arith.sh \ 86 tests/arrays.sh \ 87 tests/arrays2.sh \ 88 tests/attributes.sh \ 89 tests/basic.sh \ 90 tests/bracket.sh \ [all …]
|
/titanic_44/usr/src/test/libc-tests/runfiles/ |
H A D | default.run | 25 [/opt/libc-tests/tests/fpround_test] 27 [/opt/libc-tests/tests/newlocale_test] 29 [/opt/libc-tests/tests/nl_langinfo_test] 31 [/opt/libc-tests/tests/wcsrtombs_test] 33 [/opt/libc-tests/tests/wctype_test] 35 [/opt/libc-tests/tests/random/getrandom] 36 [/opt/libc-tests/tests/random/getentropy] 37 [/opt/libc-tests/tests/random/chacha] 38 [/opt/libc-tests/tests/random/inz_child] 39 [/opt/libc-tests/tests/random/inz_inval] [all …]
|
/titanic_44/usr/src/test/util-tests/runfiles/ |
H A D | default.run | 26 [/opt/util-tests/tests/printf_test] 27 [/opt/util-tests/tests/allowed-ips] 28 [/opt/util-tests/tests/set-linkprop] 29 [/opt/util-tests/tests/libsff/libsff] 30 [/opt/util-tests/tests/libjedec_test] 31 [/opt/util-tests/tests/smbios] 33 [/opt/util-tests/tests/xargs_test] 35 [/opt/util-tests/tests/libnvpair_json] 36 tests = ['json_00_blank', 'json_01_boolean', 'json_02_numbers',
|
/titanic_44/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg_test.out | 27 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg… 28 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>> 29 code TEST-8000-08 item 4 = <<This entry tests variable expansion for event payload members: uuid = … 36 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08 37 AUTO-RESPONSE: This entry tests the percent character escape sequence: % 38 IMPACT: This entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = … 43 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg… 44 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>> 45 code TEST-8000-08 item 4 = <<This entry tests variable expansion for event payload members: uuid = … 52 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08 [all …]
|
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/ |
H A D | Makefile.targ | 57 simp: ../tests/simp.c libsub.so.1 58 $(LINK.c) $(LDFLAG) -o $@ ../tests/simp.c -R. ./libsub.so.1 60 libsub.so.1: ../tests/sub.c 61 $(LINK.c) $(LDFLAG) -o $@ -G -Kpic -hlibsub.so.1 ../tests/sub.c 67 ./rdb -f ../tests/loadmaps ./simp 70 ./rdb -f ../tests/breaks ./simp 73 ./rdb -f ../tests/steps ./simp 76 ./rdb -f ../tests/plt_skip ./simp 79 ./rdb -f ../tests/test-sparc-regs simp 82 ./rdb -f ../tests/object_padding_maps simp
|
H A D | Makefile | 62 tests/breaks \ 63 tests/loadmaps \ 64 tests/object_padding_maps \ 65 tests/plt_skip \ 66 tests/steps \ 67 tests/test-sparc-regs \ 68 tests/simp.c \ 69 tests/sub.c \ 76 $(ROOTDEMODIRBASE)/tests \ 121 $(ROOTDEMODIRBASE)/tests/%: tests/%
|
/titanic_44/usr/src/test/zfs-tests/include/ |
H A D | default.cfg | 44 export CHG_USR_EXEC="/opt/zfs-tests/bin/chg_usr_exec" 45 export DEVNAME2DEVID="/opt/zfs-tests/bin/devname2devid" 46 export DIR_RD_UPDATE="/opt/zfs-tests/bin/dir_rd_update" 47 export FILE_CHECK="/opt/zfs-tests/bin/file_check" 48 export FILE_TRUNC="/opt/zfs-tests/bin/file_trunc" 49 export FILE_WRITE="/opt/zfs-tests/bin/file_write" 50 export GETHOLES="/opt/zfs-tests/bin/getholes" 51 export LARGEST_FILE="/opt/zfs-tests/bin/largest_file" 52 export MKBUSY="/opt/zfs-tests/bin/mkbusy" 53 export MKHOLES="/opt/zfs-tests/bin/mkholes" [all …]
|
/titanic_44/usr/src/test/ |
H A D | README | 27 The tests here come in two varieties - tests written from scratch, and tests 29 tests have been ported, and a forked repository of those that have been made 34 Regardless of origin, all of these tests are executed using the run(1) script 49 New tests should mimic the directory layout of existing tests to the degree 52 cmd - Any support binaries or scripts used by the tests in this package. 54 runfiles - Configuration files that dictate how the tests are run. 55 tests - The tests themselves (see below). 57 The tests you create will be run, and given a PASS or FAIL status in accordance 70 Porting tests from this framework is relatively straightforward. For the most 71 part the tests can be arranged in the new directory structure and added to the [all …]
|
H A D | Makefile | 19 SUBDIRS = libc-tests os-tests test-runner util-tests zfs-tests
|
/titanic_44/usr/src/test/os-tests/runfiles/ |
H A D | delphix.run | 24 [/opt/os-tests/tests/poll_test] 27 [/opt/os-tests/tests/sigqueue] 28 tests = ['sigqueue_queue_size']
|
H A D | omnios.run | 24 [/opt/os-tests/tests/poll_test] 27 [/opt/os-tests/tests/sigqueue] 28 tests = ['sigqueue_queue_size']
|
H A D | openindiana.run | 24 [/opt/os-tests/tests/poll_test] 27 [/opt/os-tests/tests/sigqueue] 28 tests = ['sigqueue_queue_size']
|
/titanic_44/usr/src/cmd/mdb/test/ |
H A D | mtest.sh | 43 -a Runs all tests, ignores tests passed in 44 -k Keep output from all tests, not just failures 135 local tests t 137 tests=$(find . -type f -name '[tst,err]*.*.[ksh,mdb]*') 138 for t in $tests; do 146 Starting tests...
|
/titanic_44/usr/src/lib/libshell/common/features/ |
H A D | math.sh | 36 tests= 55 tests="$tests,$name" 57 1) tests="$tests,${name}l" ;; 66 eval `iffe $iffeflags -c "$cc" - lib $tests $iffehdrs $iffelibs 2>&$stderr`
|
/titanic_44/usr/src/lib/libshell/common/tests/ |
H A D | README.tests | 5 The directory /usr/demo/ksh/tests/ contains the ksh93 test suite 9 and a frontend called "shtests" which is used to run the tests. 13 /usr/demo/ksh/tests/shtests <options> <varname=value> <testmodule> 33 The tests can be executed like this: 36 for t in /usr/demo/ksh/tests/*.sh ; do 37 $SHELL /usr/demo/ksh/tests/shtests -a "$t"
|
/titanic_44/usr/src/test/test-runner/cmd/ |
H A D | run.py | 353 tests=None): argument 356 self.tests = tests or [] 366 self.outputdir, self.tests, self.timeout, self.pre, pre_user, 405 for test in self.tests: 407 del self.tests[self.tests.index(test)] 412 return len(self.tests) is not 0 433 for fname in self.tests: 453 self.tests = {} 473 for key in sorted(self.tests.keys()): 474 s += '%s%s' % (self.tests[key].__str__(), '\n') [all …]
|