mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Rebase baselines to take into account the removed test
This commit is contained in:
		| @@ -1002,6 +1002,6 @@ with expansion: | |||||||
|   "first" == "second" |   "first" == "second" | ||||||
|  |  | ||||||
| =============================================================================== | =============================================================================== | ||||||
| test cases: 174 | 124 passed | 46 failed |  4 failed as expected | test cases: 173 | 123 passed | 46 failed |  4 failed as expected | ||||||
| assertions: 908 | 793 passed | 94 failed | 21 failed as expected | assertions: 907 | 792 passed | 94 failed | 21 failed as expected | ||||||
|  |  | ||||||
|   | |||||||
| @@ -3380,16 +3380,6 @@ ExceptionTests.cpp:<line number>: FAILED: | |||||||
| due to unexpected exception with message: | due to unexpected exception with message: | ||||||
|   custom exception |   custom exception | ||||||
|  |  | ||||||
| ------------------------------------------------------------------------------- |  | ||||||
| NotImplemented exception |  | ||||||
| ------------------------------------------------------------------------------- |  | ||||||
| ExceptionTests.cpp:<line number> |  | ||||||
| ............................................................................... |  | ||||||
|  |  | ||||||
| ExceptionTests.cpp:<line number>: |  | ||||||
| PASSED: |  | ||||||
|   REQUIRE_THROWS( thisFunctionNotImplemented( 7 ) ) |  | ||||||
|  |  | ||||||
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ||||||
| Objects that evaluated in boolean contexts can be checked | Objects that evaluated in boolean contexts can be checked | ||||||
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ||||||
| @@ -8894,6 +8884,6 @@ MiscTests.cpp:<line number>: | |||||||
| PASSED: | PASSED: | ||||||
|  |  | ||||||
| =============================================================================== | =============================================================================== | ||||||
| test cases: 174 | 123 passed | 47 failed |  4 failed as expected | test cases: 173 | 122 passed | 47 failed |  4 failed as expected | ||||||
| assertions: 910 | 793 passed | 96 failed | 21 failed as expected | assertions: 909 | 792 passed | 96 failed | 21 failed as expected | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||||||
| <testsuitesspanner> | <testsuitesspanner> | ||||||
|   <testsuite name="<exe-name>" errors="15" failures="82" tests="911" hostname="tbd" time="{duration}" timestamp="{iso8601-timestamp}"> |   <testsuite name="<exe-name>" errors="15" failures="82" tests="910" 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="# A test name that starts with a #" time="{duration}"/> | ||||||
|     <testcase classname="<exe-name>.global" name="#748 - captures with unexpected exceptions/outside assertions" time="{duration}"> |     <testcase classname="<exe-name>.global" name="#748 - captures with unexpected exceptions/outside assertions" time="{duration}"> | ||||||
|       <error type="TEST_CASE"> |       <error type="TEST_CASE"> | ||||||
| @@ -336,7 +336,6 @@ custom exception | |||||||
| ExceptionTests.cpp:<line number> | ExceptionTests.cpp:<line number> | ||||||
|       </error> |       </error> | ||||||
|     </testcase> |     </testcase> | ||||||
|     <testcase classname="<exe-name>.global" name="NotImplemented exception" time="{duration}"/> |  | ||||||
|     <testcase classname="<exe-name>.global" name="Objects that evaluated in boolean contexts can be checked" time="{duration}"/> |     <testcase classname="<exe-name>.global" name="Objects that evaluated in boolean contexts can be checked" time="{duration}"/> | ||||||
|     <testcase classname="<exe-name>.global" name="Operators at different namespace levels not hijacked by Koenig lookup" time="{duration}"/> |     <testcase classname="<exe-name>.global" name="Operators at different namespace levels not hijacked by Koenig lookup" time="{duration}"/> | ||||||
|     <testcase classname="<exe-name>.global" name="Ordering comparison checks that should fail" time="{duration}"> |     <testcase classname="<exe-name>.global" name="Ordering comparison checks that should fail" time="{duration}"> | ||||||
|   | |||||||
| @@ -3702,17 +3702,6 @@ re>" | |||||||
|       </Exception> |       </Exception> | ||||||
|       <OverallResult success="false"/> |       <OverallResult success="false"/> | ||||||
|     </TestCase> |     </TestCase> | ||||||
|     <TestCase name="NotImplemented exception" tags="[!throws]" filename="projects/<exe-name>/ExceptionTests.cpp" > |  | ||||||
|       <Expression success="true" type="REQUIRE_THROWS" filename="projects/<exe-name>/ExceptionTests.cpp" > |  | ||||||
|         <Original> |  | ||||||
|           thisFunctionNotImplemented( 7 ) |  | ||||||
|         </Original> |  | ||||||
|         <Expanded> |  | ||||||
|           thisFunctionNotImplemented( 7 ) |  | ||||||
|         </Expanded> |  | ||||||
|       </Expression> |  | ||||||
|       <OverallResult success="true"/> |  | ||||||
|     </TestCase> |  | ||||||
|     <TestCase name="Objects that evaluated in boolean contexts can be checked" tags="[SafeBool][Tricky]" filename="projects/<exe-name>/TrickyTests.cpp" > |     <TestCase name="Objects that evaluated in boolean contexts can be checked" tags="[SafeBool][Tricky]" filename="projects/<exe-name>/TrickyTests.cpp" > | ||||||
|       <Expression success="true" type="CHECK" filename="projects/<exe-name>/TrickyTests.cpp" > |       <Expression success="true" type="CHECK" filename="projects/<exe-name>/TrickyTests.cpp" > | ||||||
|         <Original> |         <Original> | ||||||
| @@ -9780,7 +9769,7 @@ spanner      <OverallResult success="true"/> | |||||||
|       </Section> |       </Section> | ||||||
|       <OverallResult success="true"/> |       <OverallResult success="true"/> | ||||||
|     </TestCase> |     </TestCase> | ||||||
|     <OverallResults successes="793" failures="97" expectedFailures="21"/> |     <OverallResults successes="792" failures="97" expectedFailures="21"/> | ||||||
|   </Group> |   </Group> | ||||||
|   <OverallResults successes="793" failures="96" expectedFailures="21"/> |   <OverallResults successes="792" failures="96" expectedFailures="21"/> | ||||||
| </Catch> | </Catch> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský