mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Document the fields of TestCasesOutcomes
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
		
							parent
							
								
									8d3c70a279
								
							
						
					
					
						commit
						3d863f2631
					
				@ -37,6 +37,10 @@ class TestCaseOutcomes:
 | 
				
			|||||||
    # pylint: disable=too-few-public-methods
 | 
					    # pylint: disable=too-few-public-methods
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def __init__(self):
 | 
					    def __init__(self):
 | 
				
			||||||
 | 
					        # Collect a list of witnesses of the test case succeeding or failing.
 | 
				
			||||||
 | 
					        # Currently we don't do anything with witnesses except count them.
 | 
				
			||||||
 | 
					        # The format of a witness is determined by the read_outcome_file
 | 
				
			||||||
 | 
					        # function; it's the platform and configuration joined by ';'.
 | 
				
			||||||
        self.successes = []
 | 
					        self.successes = []
 | 
				
			||||||
        self.failures = []
 | 
					        self.failures = []
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user