mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Build 8
- includes command line tweaks and fixes for durations
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
|  | ||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||
| CatchSelfTest is a Catch v1.0 b7 host application. | ||||
| CatchSelfTest is a Catch v1.0 b8 host application. | ||||
| Run with -? for options | ||||
|  | ||||
| ------------------------------------------------------------------------------- | ||||
| @@ -712,7 +712,7 @@ with expansion: | ||||
|  | ||||
|  | ||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||
| CatchSelfTest is a Catch v1.0 b7 host application. | ||||
| CatchSelfTest is a Catch v1.0 b8 host application. | ||||
| Run with -? for options | ||||
|  | ||||
| ------------------------------------------------------------------------------- | ||||
| @@ -5067,8 +5067,9 @@ TestMain.cpp: | ||||
| PASSED: | ||||
|   REQUIRE_THAT( parseIntoConfigAndReturnError( argv, config ) Contains( "greater than zero" ) ) | ||||
| with expansion: | ||||
|   "Value after -x or --abortAfter must be greater than zero while parsing: (-x, | ||||
|   --abortx <number of failures>)" contains: "greater than zero" | ||||
|   "Value after -x or --abortAfter must be greater than zero | ||||
|   - while parsing: (-x, --abortx <number of failures>)" contains: "greater than | ||||
|   zero" | ||||
|  | ||||
| ------------------------------------------------------------------------------- | ||||
| Process can be configured on command line | ||||
| @@ -5082,8 +5083,8 @@ TestMain.cpp: | ||||
| PASSED: | ||||
|   REQUIRE_THAT( parseIntoConfigAndReturnError( argv, config ) Contains( "-x" ) ) | ||||
| with expansion: | ||||
|   "Unable to convert oops to destination type while parsing: (-x, --abortx | ||||
|   <number of failures>)" contains: "-x" | ||||
|   "Unable to convert oops to destination type | ||||
|   - while parsing: (-x, --abortx <number of failures>)" contains: "-x" | ||||
|  | ||||
| ------------------------------------------------------------------------------- | ||||
| Process can be configured on command line | ||||
| @@ -11903,7 +11904,8 @@ An error | ||||
|               parseIntoConfigAndReturnError( argv, config ) Contains( "greater than zero" ) | ||||
|             </Original> | ||||
|             <Expanded> | ||||
|               "Value after -x or --abortAfter must be greater than zero while parsing: (-x, --abortx <number of failures>)" contains: "greater than zero" | ||||
|               "Value after -x or --abortAfter must be greater than zero | ||||
| - while parsing: (-x, --abortx <number of failures>)" contains: "greater than zero" | ||||
|             </Expanded> | ||||
|           </Expression> | ||||
|           <OverallResults successes="1" failures="0"/> | ||||
| @@ -11917,7 +11919,8 @@ An error | ||||
|               parseIntoConfigAndReturnError( argv, config ) Contains( "-x" ) | ||||
|             </Original> | ||||
|             <Expanded> | ||||
|               "Unable to convert oops to destination type while parsing: (-x, --abortx <number of failures>)" contains: "-x" | ||||
|               "Unable to convert oops to destination type | ||||
| - while parsing: (-x, --abortx <number of failures>)" contains: "-x" | ||||
|             </Expanded> | ||||
|           </Expression> | ||||
|           <OverallResults successes="1" failures="0"/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash