Actions
action #67525
open[MinimalVM] Extend test coverage of glibc_locale module
Status:
Workable
Priority:
Low
Assignee:
-
Target version:
-
Start date:
2020-06-01
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
Test case currently verifies that locale
persistent change from en_US to de_DE (LC_LANG variable) and back works as expected.
Missing test objects¶
- Sorting strings and characters or string comparision LC_COLLATE
- Date and time output formats LC_TIME
- Formatting and reading numbers LC_NUMERIC
- Formatting and reading money values LC_MONETARY
- Root lang setup ROOT_USES_LANG
- Workaround for missing forward of LANG and LC variables (e.g. ssh login connections) AUTO_DETECT_UTF8
Actions