Home
last modified time | relevance | path

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

1234

/titanic_44/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
33 The Utils Unit Test Suite runs under the testrunner framework (which can be
34 installed as pkg:/system/test/testrunner). To build both the Utils Unit Test
44 install the Utils Unit Test Suite.
[all …]
/titanic_44/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
28 This Unit Test Suite is for testing various libc interfaces. The suite
32 2. Building and installing this Unit Test Suite
34 This Test Suite runs under the testrunner framework (which can be installed
35 as pkg:/system/test/testrunner). To build both this Unit Test Suite and the
[all …]
/titanic_44/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.
41 Note, the framework will be installed automatically, as the OS Unit Test Suite
44 2. Running the OS Unit Test Suite
[all …]
/titanic_44/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
26 The ZFS Test Suite runs under the testrunner framework (which can be installed
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
[all …]
/titanic_44/usr/src/lib/libsqlite/test/
H A Dvacuum.test156 CREATE TABLE Test (TestID int primary key);
157 INSERT INTO Test VALUES (NULL);
158 CREATE VIEW viewTest AS SELECT * FROM Test;
162 INSERT INTO tempTest SELECT TestID, 1 FROM Test;
163 DROP TABLE Test;
164 CREATE TABLE Test(TestID int primary key, Test2 int NULL);
165 INSERT INTO Test SELECT * FROM tempTest;
H A Dprogress.test41 # Test that the progress callback is invoked.
51 # Test that the query is abandoned when the progress callback returns non-zero
61 # Test that the query is rolled back when the progress callback returns
89 # Test that an active transaction remains active and not rolled back after the
H A Dcopy.test85 # Test out the USING DELIMITERS clause
140 # Test the escape character mechanism
177 # Test the embedded NULL logic.
196 # Test the conflict resolution logic for COPY
H A Dfunc.test154 # Test the abs() and round() functions.
209 # Test the upper() and lower() functions
227 # Test the coalesce() and nullif() functions
246 # Test the last_insert_rowid() function
340 # Test the built-in sqlite_version(*) SQL function.
H A Dunique.test138 # Test the UNIQUE keyword as used on two or more fields.
204 # Test the error message generation logic. In particular, make sure we
/titanic_44/usr/src/pkg/manifests/
H A Ddriver-crypto-dprov.mf27 set name=pkg.description value="Kernel Crypto Framework Test Driver"
28 set name=pkg.summary value="Kernel Crypto Framework Test Driver"
39 legacy pkg=SUNWcryptoint desc="Kernel Crypto Framework Test Driver" \
40 name="Kernel Crypto Framework Test Driver"
H A Ddeveloper-driver-ftsafe.mf27 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.mf17 set name=pkg.description value="Test Runner"
18 set name=pkg.summary value="Unit Test Framework"
H A Dsystem-io-tests.mf57 legacy pkg=SUNWioth desc="I/O Test Header Files" name="I/O Test Header Files"
/titanic_44/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
/titanic_44/usr/src/cmd/krb5/kadmin/gui/native/
H A DMakefile60 test: Test.class
62 -classpath $(CLASSPATH) Test
/titanic_44/usr/src/ucbcmd/tset/
H A Dtset.c345 char Test; member
628 Map->Test = ALL; in main()
669 Map->Test |= GT; in main()
674 Map->Test |= LT; in main()
680 Map->Test |= EQ; in main()
704 Map->Test = (~(Map->Test))&ALL; in main()
762 Map->Test = ALL; /* at all baud rates */ in main()
1539 switch (Map->Test) {
1584 Map->Ident, Map->Test, Map->Speed, Map->Type); in prmap()
/titanic_44/usr/src/test/test-runner/cmd/
H A Drun.py271 class Test(Cmd): class
277 super(Test, self).__init__(pathname, outputdir, timeout, user)
348 class TestGroup(Test):
349 props = Test.props + ['tests']
486 test = Test(pathname)
487 for prop in Test.props:
501 for prop in Test.props:
548 test = Test(section)
549 for prop in Test.props:
/titanic_44/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.argtest.d.out1 Test passed; either arg0/arg1 is zero
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A Dpmtest28 /usr/bin/java com.sun.admin.pm.server.Test $1
H A DMakefile49 Test.class \
/titanic_44/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");
775 start("Test getprojent. Don't assume anything about the order it returns stuff in");
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");
[all …]
/titanic_44/usr/src/cmd/mdb/test/
H A DREADME1 MDB Test suite
/titanic_44/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6904575_cut_-d_with_multibyte_character_no_longer_works.sh172 … "mb.eucjp" | od -tx1' dummy "${cutcmd}" 2>&1 ) || err_exit "${testname}: Test failed with exit co…
H A Dsun_solaris_cr_6904878_join_-t_no_longer_works_with_multibyte_char_separator.sh169 …delim) input1 input2' dummy "${joincmd}" 2>&1 ) || err_exit "${testname}: Test failed with exit co…
/titanic_44/usr/src/test/
H A DREADME28 that have been ported from the Solaris Test Collection. Not all of the STC
68 STF (Solaris Test Framework)

1234