Print this page
4964 nl_langinfo(CRNCYSTR) returns wrong alignment character
4999 libc test suite enhancements
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Approved by: TBD
@@ -23,11 +23,13 @@
--------------------------------------------------------------------------------
1. What this Unit Test Suite tests
-This Unit Test Suite is for testing various libc interfaces.
+This Unit Test Suite is for testing various libc interfaces. The suite
+will test both 32 and 64 bit versions, provided that your kernel supports
+both.
2. Building and installing this Unit Test Suite
This Test Suite runs under the testrunner framework (which can be installed
as pkg:/system/test/testrunner). To build both this Unit Test Suite and the
@@ -53,16 +55,16 @@
3. Running this Unit Test Suite
The pre-requisites for running the this Unit Test Suite are:
- Any user may perform these tests.
- - The en_US.UTF-8, ja_JP.UTF-8, de_DE.UTF-8, and ru_RU.UTF-8 locales
- must be installed.
+ - The en_US.UTF-8, en_GB.ISO8859-15, ja_JP.UTF-8, de_DE.UTF-8, and
+ ru_RU.UTF-8 locales must be installed.
-Once the pre-requisites are satisfied, simply run the ostest script:
+Once the pre-requisites are satisfied, simply run the libctest script:
- test_machine$ /opt/util-tests/bin/libctest
+ test_machine$ /opt/libc-tests/bin/libctest
4. Test results
While the Unit Test Suite is running, one informational line is printed at
the end of each test, and a results summary is printed at the end of the run.