[ https://issues.apache.org/jira/browse/STDCXX-644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539746
]
Martin Sebor commented on STDCXX-644:
-------------------------------------
Right. We could work around it. At the same time, it's thanks to the test that we discovered
the incompatibility (STDCXX-643), so I'm not sure we should completely wipe out all signs
of the problem. I guess this is another case where we could use the Expected Failure extension
to the test driver.
> 19.exceptions.mt test fails due to STDCXX-643
> ---------------------------------------------
>
> Key: STDCXX-644
> URL: https://issues.apache.org/jira/browse/STDCXX-644
> Project: C++ Standard Library
> Issue Type: Bug
> Components: Tests
> Affects Versions: 4.2
> Environment: AIX
> Reporter: Travis Vitek
> Priority: Minor
> Fix For: 4.2.1
>
>
> The test fails because a loop counter is trounced on every iteration, preventing the
loop condition from failing. A simple workaround would be to move the declaration of the loop
variable so as to avoid the problem so that the test can run.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|