Home
last modified time | relevance | path

Searched refs:test (Results 101 – 125 of 598) sorted by relevance

12345678910>>...24

/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
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dlogapi.shlib61 # Execute a positive test and exit $STF_FAIL is test fails
71 # Execute a negative test and exit $STF_FAIL if test passes
81 # Execute a positive test but retry the command on failure if the output
83 # $STF_FAIL is test fails.
146 # Execute a positive test and exit $STF_FAIL is test fails after being
156 # Execute a negative test with keyword expected, and exit
157 # $STF_FAIL if test passes
394 # Execute custom callback scripts on test failure
404 log_note "Performing test-fail callback ($callback)"
/illumos-gate/usr/src/test/elf-tests/doc/
H A DREADME28 installed as pkg:/system/test/testrunner). To build both the ELF/SGS 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/elftest
57 the end of each test, and a results summary is printed at the end of the run.
/illumos-gate/usr/src/cmd/fm/dicts/
H A DZFS.po42test\n id: 12743384782310107047\n state: ONLINE\naction: The pool can be imported using its nam…
58test\n state: DEGRADED\nstatus: One or more devices could not be opened. Sufficient replicas exis…
74test\n state: FAULTED\nstatus: One or more devices could not be opened. There are insufficient\n …
90test\n state: DEGRADED\nstatus: One or more devices could not be used because the label is missing…
106test\n state: FAULTED\nstatus: One or more devices could not be used because the the label is miss…
122test\n id: 13783646421373024673\n state: FAULTED\nstatus: One or more devices are missing from …
138test\n id: 13783646421373024673\n state: FAULTED\nstatus: The pool metadata is corrupted and ca…
154test\n state: ONLINE\nstatus: One or more devices has experienced an error and no valid replicas\n…
170test\n state: ONLINE\nstatus: One or more devices has experienced an unrecoverable error. An\n …
186test\n state: FAULTED\nstatus: The ZFS version for the pool is incompatible with the software runn…
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.S37 ENTRY(test) function
62 SET_SIZE(test)
74 call test
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dlib185 static char test[] = "test\n";
187 char buf[sizeof(test)];
189 if (write(io[1], test, sizeof(test)) != sizeof(test)) return 1;
190 if (read(io[0], buf, sizeof(test)) != sizeof(test)) return 1;
191 if (strcmp(test, buf)) return 1;
192 if (write(io[0], test, sizeof(test)) != sizeof(test)) return 1;
193 if (read(io[1], buf, sizeof(test)) != sizeof(test)) return 1;
194 if (strcmp(test, buf)) return 1;
218 cmd[1] = "test";
289 cmd[1] = "test";
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-elftest.p5m14 set name=pkg.fmri value=pkg:/system/test/elftest@$(PKGVERS)
29 file path=opt/elf-tests/tests/assert-deflib/test-deflib mode=0555
78 file path=opt/elf-tests/tests/mapfiles/assert/test-assert mode=0555
95 file path=opt/elf-tests/tests/mapfiles/parser/test-parser mode=0555
136 file path=opt/elf-tests/tests/tls/amd64/ie/Makefile.test mode=0444
137 file path=opt/elf-tests/tests/tls/amd64/ie/amd64-ie-test mode=0555
152 file path=opt/elf-tests/tests/tls/i386/ld/Makefile.test mode=0444
154 file path=opt/elf-tests/tests/tls/i386/ld/i386-ld-test mode=0555
156 license usr/src/test/elf-tests/THIRDPARTYLICENSE \
157 license=usr/src/test/elf-tests/THIRDPARTYLICENSE
[all …]
/illumos-gate/usr/src/test/smbsrv-tests/include/
H A Ddefault.cfg20 export SMBT_SHARE="test"
21 export SMBT_USER="test"
22 export SMBT_PASS="test"
/illumos-gate/usr/src/common/ficl/test/
H A Dficltest.fr1 \ test file for ficl
2 \ test ANSI CORE stuff first...
22 \ test double stuff
33 \ Now test ficl extras and optional word-sets
/illumos-gate/usr/src/cmd/factor/
H A Dfactor.c55 int test = 1; in main() local
68 test = 0; in main()
72 while(test == 1){ in main()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmisc1.test15 # left out of other test files.
317 sqlite db2 test.db
456 file exists ./test.db-journal
459 file exists ../test.db-journal
465 file exists ./test.db-journal
497 } {1 {table test already exists}}
505 INSERT INTO test VALUES(1);
506 SELECT rowid, a FROM test;
511 INSERT INTO test VALUES(5);
512 SELECT rowid, a FROM test;
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dregexpbrack2.ok1 "test: "
2 "test: "
H A Dregexpbrack2.in1 test: \\; \\? \\!
2 test: \\; \\? \\!
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsizeof-builtin.c1 int test(void);
2 int test(void) in test() function
/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/files/
H A Dgout.t6.101 test.lL.0:1
2 test.lL.1:0
H A Dgout.t6.151 test.lL.0
2 test.lL.1
H A Dgout.t6.21 test.lL.0
2 test.lL.1
H A Dgout.t6.31 test.lL.0
2 test.lL.1
H A Dgout.t6.41 test.lL.0
2 test.lL.1
H A Dgout.t6.91 test.lL.0:1
2 test.lL.1:0
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A DREADME78 > logon test test test
88 test
89 > mount test
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE3 12-06-20 package.sh: use $KSH for rt in "results test"
33 11-11-11 C+probe: test for .so before .sl
223 06-02-14 package.sh: "results failed test" == "results test failed"
269 05-03-29 package.sh: test -e path => test -f path -o -d path
330 iffe.sh: fix key test reports
338 iffe.sh: add '! test ...' negation
374 04-03-31 Makefile: add intl :MAPLIB: test
818 iffe.sh: fix read -r test
822 iffe: do test -w . after option parse
872 regress: `EXEC' repeats previous test
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.basic.d.out1 This test is a simple profile-n provider test
H A Dtst.profilehz.d.out1 This test is a simple profile-hz provider test

12345678910>>...24