annex | base | utils | lang | gui | im | om | internet | Total | |
Test Executed | 8 | 2 | 12 | 0 | 0 | 0 | 0 | 0 | 22 |
Succeeded | 2 | 0 | 7 | 0 | 0 | 0 | 0 | 0 | 9 |
Failed | 6 | 2 | 5 | 0 | 0 | 0 | 0 | 0 | 13 |
Warning | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Further Information | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Untested | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Unresolved | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Unreported | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
annex: Annex A. Environment Variables & Annex B. Supported locales and codesets
base: 3. Base Libraries
utils: 4. Shells and Utilities
lang: 5. Programming Languages
gui: 6. Graphical User Interface
im: 7. Input Methods
om: 8. Output Methods
internet: 10. Internet Tools
Succeeded:
Implementation satisfies the assertion.
Failed:
Implementation does not satisfy the assertion.
Warning:
Implementation does not satisfy the assertion. But the assertion is waived currently.
Further Information:
The specification does not require the implementation always satisfies the assertion.
But a document which explains how to satisfy the assertion is required when the implementation does not satisfy assertion.
Untested:
The situation described in the assertion is not occurred. So the test program does not exist.
Unresolved:
The test program of the assertion is terminated abnormally.
Unreported:
The test program of the assertion is terminated,
and the reason why it is terminated is ambiguous.
[Need some actions] |
Red Rows: The problem which you shall remove. |
Yellow Rows: You shall prepare a document which explains how to satisfy the assertion. |
[Does not need actions] |
Blue Rows: The problem which you should remove in the future. |
White Rows: Just information. |
Test name | No. | Result | Information |
env | 2 | Failed | * Verify that LC_COLLATE is defined according to LANG.
CheckSameValue[POSIX] [] |
env | 3 | Failed | * Verify that LC_CTYPE is defined according to LANG.
CheckSameValue[POSIX] [] |
env | 4 | Failed | * Verify that LC_MESSAGES is defined according to LANG.
CheckSameValue[POSIX] [] |
env | 5 | Failed | * Verify that LC_MONETARY is defined according to LANG.
CheckSameValue[POSIX] [] |
env | 6 | Failed | * Verify that LC_NUMERIC is defined according to LANG.
CheckSameValue[POSIX] [] |
env | 7 | Failed | * Verify that LC_TIME is defined according to LANG.
CheckSameValue[POSIX] [] |
Test name | No. | Result | Information |
strfmon | 1 | Failed | If a flag - is given, verify this function all fields are left-justified (padded to the right) rather than right-justified.
Test Locale is LTP_1.UTF-8 "%=*-#5n" is incorrectly evaluated.) |
strfmon | 2 | Failed | Verify this function replaces conversion specifier i with the double argument is formatted according to the locale's international currency format.
Test Locale is LTP_1.UTF-8 Incorrect return value for "-1074862512". Return Value:▲FUN67|8 Correct One :▲FUN 67|8 |
Test name | No. | Result | Information |
locale | 3 | Failed | * When LC_ALL is set, verify if this utility outputs the value of LC_ALL in all categories.
Can't print the value of LC_ALL in all categories. |
locale | 6 | Failed | * When -k option is specified, verify if this utility writes the names and values of selected keywords.
ctype-class-offset=71 should be ctype-class-offset=70 ctype-map-offset=90 should be ctype-map-offset=89 Can't print names and values of selected locale keyword. |
wc | 1 | Failed | * When -m option is specified, verify this utility outputs the number of characters in each input file even if the characters are multibyte characters.
Can't count number of characters. |
wc | 2 | Failed | * When this utility writes to the standard output the number of words, this utility correctly recognizes the boundaries of words. The boundaries are shown as white-space characters constituted in current locale.
Can't count number of words. |
ls-fh | 3 | Failed | * When -q option is specified, verify this utility force each instance of non-printable filename characters to be written as the question-mark '?' charcter.
Can't print non-printable character as `?'. |