mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 14:09:33 +01:00 
			
		
		
		
	Updated approval tests baselines
This commit is contained in:
		@@ -774,5 +774,5 @@ with expansion:
 | 
				
			|||||||
  "first" == "second"
 | 
					  "first" == "second"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
===============================================================================
 | 
					===============================================================================
 | 
				
			||||||
125 test cases - 38 failed (660 assertions - 93 failed)
 | 
					125 test cases - 38 failed (661 assertions - 93 failed)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3656,8 +3656,8 @@ not allowed
 | 
				
			|||||||
MiscTests.cpp:<line number>
 | 
					MiscTests.cpp:<line number>
 | 
				
			||||||
...............................................................................
 | 
					...............................................................................
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					MiscTests.cpp:<line number>:
 | 
				
			||||||
No assertions in test case 'not allowed'
 | 
					PASSED:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-------------------------------------------------------------------------------
 | 
					-------------------------------------------------------------------------------
 | 
				
			||||||
Process can be configured on command line
 | 
					Process can be configured on command line
 | 
				
			||||||
@@ -6991,5 +6991,5 @@ with expansion:
 | 
				
			|||||||
  true
 | 
					  true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
===============================================================================
 | 
					===============================================================================
 | 
				
			||||||
125 test cases - 54 failed (680 assertions - 113 failed)
 | 
					125 test cases - 53 failed (680 assertions - 112 failed)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
<testsuites>
 | 
					<testsuites>
 | 
				
			||||||
  <testsuite name="~_" errors="12" failures="101" tests="680" hostname="tbd" time="{duration}" timestamp="tbd">
 | 
					  <testsuite name="~_" errors="12" failures="100" tests="680" hostname="tbd" time="{duration}" timestamp="tbd">
 | 
				
			||||||
    <testcase classname="global" name="Some simple comparisons between doubles" time="{duration}"/>
 | 
					    <testcase classname="global" name="Some simple comparisons between doubles" time="{duration}"/>
 | 
				
			||||||
    <testcase classname="global" name="Approximate comparisons with different epsilons" time="{duration}"/>
 | 
					    <testcase classname="global" name="Approximate comparisons with different epsilons" time="{duration}"/>
 | 
				
			||||||
    <testcase classname="global" name="Approximate comparisons with floats" time="{duration}"/>
 | 
					    <testcase classname="global" name="Approximate comparisons with floats" time="{duration}"/>
 | 
				
			||||||
@@ -443,6 +443,7 @@ MiscTests.cpp:<line number>
 | 
				
			|||||||
      </failure>
 | 
					      </failure>
 | 
				
			||||||
    </testcase>
 | 
					    </testcase>
 | 
				
			||||||
    <testcase classname="A couple of nested sections followed by a failure" name="Outer/Inner" time="{duration}"/>
 | 
					    <testcase classname="A couple of nested sections followed by a failure" name="Outer/Inner" time="{duration}"/>
 | 
				
			||||||
 | 
					    <testcase classname="global" name="not allowed" time="{duration}"/>
 | 
				
			||||||
    <testcase classname="Process can be configured on command line" name="default - no arguments" time="{duration}"/>
 | 
					    <testcase classname="Process can be configured on command line" name="default - no arguments" time="{duration}"/>
 | 
				
			||||||
    <testcase classname="Process can be configured on command line" name="test lists/1 test" time="{duration}"/>
 | 
					    <testcase classname="Process can be configured on command line" name="test lists/1 test" time="{duration}"/>
 | 
				
			||||||
    <testcase classname="Process can be configured on command line" name="test lists/Specify one test case exclusion using exclude:" time="{duration}"/>
 | 
					    <testcase classname="Process can be configured on command line" name="test lists/Specify one test case exclusion using exclude:" time="{duration}"/>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7245,7 +7245,7 @@ there"
 | 
				
			|||||||
      </Section>
 | 
					      </Section>
 | 
				
			||||||
      <OverallResult success="true"/>
 | 
					      <OverallResult success="true"/>
 | 
				
			||||||
    </TestCase>
 | 
					    </TestCase>
 | 
				
			||||||
    <OverallResults successes="567" failures="113"/>
 | 
					    <OverallResults successes="568" failures="112"/>
 | 
				
			||||||
  </Group>
 | 
					  </Group>
 | 
				
			||||||
  <OverallResults successes="567" failures="113"/>
 | 
					  <OverallResults successes="568" failures="112"/>
 | 
				
			||||||
</Catch>
 | 
					</Catch>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -17,7 +17,7 @@ versionParser = re.compile( r'(.*?)Catch v[0-9]*.[0-9]* b[0-9]*(.*)' )
 | 
				
			|||||||
if len(sys.argv) == 2:
 | 
					if len(sys.argv) == 2:
 | 
				
			||||||
	cmdPath = sys.argv[1]
 | 
						cmdPath = sys.argv[1]
 | 
				
			||||||
else:
 | 
					else:
 | 
				
			||||||
	cmdPath = os.path.join( catchPath, 'projects/XCode4/CatchSelfTest/DerivedData/CatchSelfTest/Build/Products/Debug/CatchSelfTest' )
 | 
						cmdPath = os.path.join( catchPath, 'projects/XCode/CatchSelfTest/DerivedData/CatchSelfTest/Build/Products/Debug/CatchSelfTest' )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
overallResult = 0
 | 
					overallResult = 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user