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


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.

Reply via email to