You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2008/05/20 20:55:55 UTC

[jira] Updated: (STDCXX-821) Some command line arguments don't work for tests

     [ https://issues.apache.org/jira/browse/STDCXX-821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor updated STDCXX-821:
--------------------------------

         Fix Version/s: 4.2.2
    Remaining Estimate: 2h
     Original Estimate: 2h

Target 4.2.2.

> Some command line arguments don't work for tests
> ------------------------------------------------
>
>                 Key: STDCXX-821
>                 URL: https://issues.apache.org/jira/browse/STDCXX-821
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Test Driver
>    Affects Versions: 4.2.0
>            Reporter: Travis Vitek
>            Priority: Minor
>             Fix For: 4.2.2
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Some allowed command line arguments don't appear to work for some programs. Here is an example...
> {noformat}
> $ 22.locale.messages --help stress_test
> Unknown option "stress_test"
> $ 22.locale.messages --help stress-test
> 	--stress-test | --stress-test=<int>, with 0 <= <int> <= 0
> 	(each occurence evaluated)
> $ 22.locale.messages --stress-test
> unknown option: --stress-test
> $ 22.locale.messages --stress-test=0
> unknown option: --stress-test=0
> {noformat}
> Clearly the option is there, but I cannot use it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.