Issue Details (XML | Word | Printable)

Key: STDCXX-821
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Travis Vitek
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

Some command line arguments don't work for tests

Created: 01/Apr/08 09:15 PM   Updated: 20/May/08 06:54 PM
Return to search
Component/s: Test Driver
Affects Version/s: 4.2.0
Fix Version/s: 4.2.2

Time Tracking:
Original Estimate: 2h
Original Estimate - 2h
Remaining Estimate: 2h
Remaining Estimate - 2h
Time Spent: Not Specified
Remaining Estimate - 2h

Severity: Incorrect Behavior


 Description  « Hide
Some allowed command line arguments don't appear to work for some programs. Here is an example...
$ 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

Clearly the option is there, but I cannot use it.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.