mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Cleaned up the output a bit
- removed [!shouldfail] test from "green" path - changed "spanner" to more descriptive text
This commit is contained in:
		| @@ -885,7 +885,8 @@ MiscTests.cpp:<line number>: FAILED: | ||||
| with expansion: | ||||
|   false | ||||
|  | ||||
| spanner------------------------------------------------------------------------------- | ||||
| loose text artifact | ||||
| ------------------------------------------------------------------------------- | ||||
| just failure | ||||
| ------------------------------------------------------------------------------- | ||||
| MessageTests.cpp:<line number> | ||||
|   | ||||
| @@ -6600,7 +6600,8 @@ MiscTests.cpp:<line number> | ||||
| MiscTests.cpp:<line number>: | ||||
| PASSED: | ||||
|  | ||||
| spanner------------------------------------------------------------------------------- | ||||
| loose text artifact | ||||
| ------------------------------------------------------------------------------- | ||||
| just failure | ||||
| ------------------------------------------------------------------------------- | ||||
| MessageTests.cpp:<line number> | ||||
|   | ||||
| @@ -1,5 +1,6 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <testsuitesspanner> | ||||
| <testsuitesloose text artifact | ||||
| > | ||||
|   <testsuite name="<exe-name>" errors="15" failures="87" tests="902" hostname="tbd" time="{duration}" timestamp="{iso8601-timestamp}"> | ||||
|     <testcase classname="<exe-name>.global" name="# A test name that starts with a #" time="{duration}"/> | ||||
|     <testcase classname="<exe-name>.global" name="#748 - captures with unexpected exceptions/outside assertions" time="{duration}"> | ||||
|   | ||||
| @@ -4,7 +4,7 @@ | ||||
|     <TestCase name="# A test name that starts with a #" filename="projects/<exe-name>/MiscTests.cpp" > | ||||
|       <OverallResult success="true"/> | ||||
|     </TestCase> | ||||
|     <TestCase name="#748 - captures with unexpected exceptions" tags="[!shouldfail][!throws]" filename="projects/<exe-name>/ExceptionTests.cpp" > | ||||
|     <TestCase name="#748 - captures with unexpected exceptions" tags="[!shouldfail][!throws][.][failing][hide]" filename="projects/<exe-name>/ExceptionTests.cpp" > | ||||
|       <Section name="outside assertions" filename="projects/<exe-name>/ExceptionTests.cpp" > | ||||
|         <Info> | ||||
|           answer := 42 | ||||
| @@ -117,7 +117,7 @@ | ||||
|       </Expression> | ||||
|       <OverallResult success="true"/> | ||||
|     </TestCase> | ||||
|     <TestCase name="#835 -- errno should not be touched by Catch" tags="[!shouldfail]" filename="projects/<exe-name>/MiscTests.cpp" > | ||||
|     <TestCase name="#835 -- errno should not be touched by Catch" tags="[!shouldfail][.][failing][hide]" filename="projects/<exe-name>/MiscTests.cpp" > | ||||
|       <Expression success="false" type="CHECK" filename="projects/<exe-name>/MiscTests.cpp" > | ||||
|         <Original> | ||||
|           f() == 0 | ||||
| @@ -7398,7 +7398,8 @@ Message from section two | ||||
|       <OverallResult success="true"/> | ||||
|     </TestCase> | ||||
|     <TestCase name="has printf" filename="projects/<exe-name>/TrickyTests.cpp" > | ||||
| spanner      <OverallResult success="true"/> | ||||
| loose text artifact | ||||
|       <OverallResult success="true"/> | ||||
|     </TestCase> | ||||
|     <TestCase name="just failure" tags="[.][fail][hide][isolated info][messages]" filename="projects/<exe-name>/MessageTests.cpp" > | ||||
|       <Failure filename="projects/<exe-name>/MessageTests.cpp" > | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash