Home
last modified time | relevance | path

Searched refs:Test (Results 1 – 25 of 96) sorted by relevance

1234

/illumos-gate/usr/src/test/util-tests/doc/
H A DREADME17 Utils Unit Test Suite README
19 1. What the Utils Unit Test Suite tests
20 2. Building and installing the Utils Unit Test Suite
21 3. Running the Utils Unit Test Suite
22 4. Test results
26 1. What the Utils Unit Test Suite tests
31 2. Building and installing the Utils Unit Test Suite
44 install the Utils Unit Test Suite.
51 3. Running the Utils Unit Test Suite
53 The pre-requisites for running the OS Unit Test Suite are:
[all …]
/illumos-gate/usr/src/test/libc-tests/doc/
H A DREADME17 libc Unit Test Suite README
19 1. What this Unit Test Suite tests
20 2. Building and installing this Unit Test Suite
21 3. Running this Unit Test Suite
22 4. Test results
26 1. What this Unit Test Suite tests
32 2. Building and installing this Unit Test Suite
45 install the Utils Unit Test Suite.
56 3. Running this Unit Test Suite
58 The pre-requisites for running the this Unit Test Suite are:
[all …]
/illumos-gate/usr/src/test/elf-tests/doc/
H A DREADME17 ELF Software Generation Utilities Unit Test Suite README
19 1. Building and installing the ELF/SGS Unit Test Suite
20 2. Running the ELF/SGS Unit Test Suite
21 3. Test results
25 1. Building and installing the ELF/SGS Unit Test Suite
27 The ELF/SGS Unit Test Suite runs under the testrunner framework (which can be
28 installed as pkg:/system/test/testrunner). To build both the ELF/SGS Unit Test Suite
38 install the ELF/SGS Unit Test Suite.
45 2. Running the ELF/SGS Unit Test Suite
47 The pre-requisites for running the ELF/SGS Unit Test Suite are:
[all …]
/illumos-gate/usr/src/test/os-tests/doc/
H A DREADME16 OS Unit Test Suite README
18 1. Building and installing the OS Unit Test Suite
19 2. Running the OS Unit Test Suite
20 3. Test results
24 1. Building and installing the OS Unit Test Suite
26 The OS Unit Test Suite runs under the testrunner framework (which can be
27 installed as pkg:/system/test/testrunner). To build both the OS Unit Test Suite
37 install the OS Unit Test Suite.
44 2. Running the OS Unit Test Suite
46 The pre-requisites for running the OS Unit Test Suite are:
[all …]
/illumos-gate/usr/src/test/crypto-tests/doc/
H A DREADME17 KCF/PKCS Unit Test Suite README
19 1. Building and installing the KCF/PKCS Unit Test Suite
20 2. Running the KCF/PKCS Unit Test Suite
21 3. Test results
25 1. Building and installing the KCF/PKCS Unit Test Suite
27 The KCF/PKCS Unit Test Suite runs under the testrunner framework (which can be
28 installed as pkg:/system/test/testrunner). To build both the KCF/PKCS Unit Test Suite
38 install the KCF/PKCS Unit Test Suite.
45 2. Running the KCF/PKCS Unit Test Suite
47 The pre-requisites for running the KCF/PKCS Unit Test Suite are:
[all …]
/illumos-gate/usr/src/test/zfs-tests/doc/
H A DREADME16 ZFS Test Suite README
18 1. Building and installing the ZFS Test Suite
19 2. Running the ZFS Test Suite
20 3. Test results
24 1. Building and installing the ZFS Test Suite
27 as pkg:/system/test/testrunner). To build both the ZFS Test Suite and the
37 install the ZFS Test Suite.
41 Note, the framework will be installed automatically, as the ZFS Test Suite
44 2. Running the ZFS Test Suite
46 The pre-requisites for running the ZFS Test Suite are:
[all …]
/illumos-gate/usr/src/test/libmlrpc-tests/doc/
H A DREADME17 libmlrpc Unit Test Suite README
19 1. Building and installing this Unit Test Suite
20 2. Running this Unit Test Suite
21 3. Test results
25 1. Building and installing this Unit Test Suite
27 This Test Suite runs under the testrunner framework (which can be installed
28 as pkg:/system/test/testrunner). To build both this Unit Test Suite and the
38 install the Utils Unit Test Suite.
45 2. Running this Unit Test Suite
47 The pre-requisites for running the this Unit Test Suite are:
[all …]
/illumos-gate/usr/src/test/smbsrv-tests/doc/
H A DREADME16 SMB Server Test Suite README
18 1. Building and installing the SMB Server Test Suite
19 2. Running the SMB Server Test Suite
20 3. Test Results
24 1. Building and installing the SMB Server Test Suite
85 3. Running the SMB Server Test Suite
115 4. Test Results
117 While the SMB Server Test Suite is running, one informational line is
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dvacuum.test154 CREATE TABLE Test (TestID int primary key);
155 INSERT INTO Test VALUES (NULL);
156 CREATE VIEW viewTest AS SELECT * FROM Test;
160 INSERT INTO tempTest SELECT TestID, 1 FROM Test;
161 DROP TABLE Test;
162 CREATE TABLE Test(TestID int primary key, Test2 int NULL);
163 INSERT INTO Test SELECT * FROM tempTest;
H A Dprogress.test39 # Test that the progress callback is invoked.
49 # Test that the query is abandoned when the progress callback returns non-zero
59 # Test that the query is rolled back when the progress callback returns
87 # Test that an active transaction remains active and not rolled back after the
H A Dcopy.test83 # Test out the USING DELIMITERS clause
138 # Test the escape character mechanism
175 # Test the embedded NULL logic.
194 # Test the conflict resolution logic for COPY
H A Dfunc.test152 # Test the abs() and round() functions.
207 # Test the upper() and lower() functions
225 # Test the coalesce() and nullif() functions
244 # Test the last_insert_rowid() function
338 # Test the built-in sqlite_version(*) SQL function.
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-crypto-dprov.p5m27 set name=pkg.summary value="Kernel Crypto Framework Test Driver"
28 set name=pkg.description value="Kernel Crypto Framework Test Driver"
41 legacy pkg=SUNWcryptoint desc="Kernel Crypto Framework Test Driver" \
42 name="Kernel Crypto Framework Test Driver"
H A Ddeveloper-driver-ftsafe.p5m28 set name=pkg.description value="Driver Hardening Test Harness"
47 legacy pkg=SUNWftdur desc="Driver Hardening Test Harness" \
49 legacy pkg=SUNWftduu desc="Driver Hardening Test Harness (usr)" \
H A Dsystem-test-testrunner.p5m18 set name=pkg.summary value="Unit Test Framework"
19 set name=pkg.description value="Test Runner"
H A Dsystem-io-tests.p5m60 legacy pkg=SUNWioth desc="I/O Test Header Files" name="I/O Test Header Files"
/illumos-gate/usr/src/test/test-runner/stf/
H A DREADME16 This directory contains shell libraries used by the Solaris Test
18 the ZFS Test Suite) that were written for STF to be easily ported
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c344 char Test; member
633 Map->Test = ALL; in main()
674 Map->Test |= GT; in main()
679 Map->Test |= LT; in main()
685 Map->Test |= EQ; in main()
709 Map->Test = (~(Map->Test))&ALL; in main()
767 Map->Test = ALL; /* at all baud rates */ in main()
1540 switch (Map->Test) {
1585 Map->Ident, Map->Test, Map->Speed, Map->Type); in prmap()
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun355 class Test(Cmd):
362 super(Test, self).__init__(pathname, **kwargs)
442 class TestGroup(Test):
443 props = Test.props + ['tests']
591 test = Test(pathname)
592 for prop in Test.props:
606 for prop in Test.props:
708 test = Test(section)
709 for prop in Test.props:
733 for prop in Test.props:
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.argtest.d.out1 Test passed; either arg0/arg1 is zero
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t55 print "# Starting Test $test: @_\n" if (@_);
346 # Test projf_write, write each successfully read file.
758 start("Test getprojid");
762 start("Test fgetprojent");
790 start("Test getprojent when at end");
795 start("Test endprojent/getprojent");
800 start("Test setprojent/getprojent");
806 start("Test getprojbyname");
814 start("Test getprojbyid");
822 start("Test getprojidbyname");
[all …]
/illumos-gate/usr/src/test/crypto-tests/tests/digest/data/
H A DREADME1 These files are comprised of the NIST Test Vectors.
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.set_props.zcp67 -- Test properties that should work
97 -- Test properties that should fail
/illumos-gate/usr/src/test/util-tests/tests/mdb/
H A DREADME1 MDB Test suite
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.recursive.zcp16 -- Test recursion in LUA. Deep recursion should work because it does

1234