[
https://issues.apache.org/jira/browse/STDCXX-608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586494#action_12586494
]
Travis Vitek commented on STDCXX-608:
-------------------------------------
I think this is done. One change that we could implement would be to eliminate
{{rw_locales()}}, or at least implement it in terms of {{rw_locale_query()}}. I
opted to keep {{rw_locales()}} in place for the time being because it does
offer some functionality not provided by {{rw_locale_query()}} [namely ensuring
that the C locale appears at the head of the locale list], and to reduce the
number of tests modified.
> test driver support for canonical locale names
> ----------------------------------------------
>
> Key: STDCXX-608
> URL: https://issues.apache.org/jira/browse/STDCXX-608
> Project: C++ Standard Library
> Issue Type: Bug
> Components: Tests
> Affects Versions: 4.2.0
> Environment: IBM XLC++ 9.0/AIX 5.3
> Reporter: Martin Sebor
> Assignee: Travis Vitek
> Fix For: 4.2.1
>
> Original Estimate: 24h
> Time Spent: 9.5h
> Remaining Estimate: 0h
>
> When compiled with IBM XLC++ 9.0 on AIX 5.3, the majority of ctype tests
> appear to hang (or time out). The output below has been copied from a 12a log
> for the latest trunk:
> {noformat}
> 22.locale.ctype.is HUP 0 7.330
> 259.490 300.090
> 22.locale.ctype.narrow HUP 0 7.630
> 269.980 300.090
> 22.locale.ctype HUP 0 8.090
> 274.500 300.130
> 22.locale.ctype.scan 0 0 540926 2 99% 4.320
> 140.280 154.680
> 22.locale.ctype.tolower HUP 0 7.720
> 275.110 300.090
> 22.locale.ctype.toupper HUP 0 7.860
> 282.690 300.100
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.