The Gaudi Framework  v30r3 (a5ef0a68)
BaseTest.py File Reference

Go to the source code of this file.

Classes

class  GaudiTesting.BaseTest.BaseTest
 
class  GaudiTesting.BaseTest.Result
 
class  GaudiTesting.BaseTest.BasicOutputValidator
 
class  GaudiTesting.BaseTest.FilePreprocessor
 
class  GaudiTesting.BaseTest.FilePreprocessorSequence
 
class  GaudiTesting.BaseTest.LineSkipper
 
class  GaudiTesting.BaseTest.BlockSkipper
 
class  GaudiTesting.BaseTest.RegexpReplacer
 
class  GaudiTesting.BaseTest.LineSorter
 
class  GaudiTesting.BaseTest.SortGroupOfLines
 
class  GaudiTesting.BaseTest.ReferenceFileValidator
 

Namespaces

 GaudiTesting.BaseTest
 

Functions

def GaudiTesting.BaseTest.sanitize_for_xml (data)
 
def GaudiTesting.BaseTest.dumpProcs (name)
 
def GaudiTesting.BaseTest.kill_tree (ppid, sig)
 
def GaudiTesting.BaseTest.ROOT6WorkAroundEnabled (id=None)
 
def GaudiTesting.BaseTest.RationalizePath (p)
 
def GaudiTesting.BaseTest.which (executable)
 
def GaudiTesting.BaseTest.findTTreeSummaries (stdout)
 
def GaudiTesting.BaseTest.cmpTreesDicts (reference, to_check, ignore=None)
 
def GaudiTesting.BaseTest.getCmpFailingValues (reference, to_check, fail_path)
 
def GaudiTesting.BaseTest._parseTTreeSummary (lines, pos)
 
def GaudiTesting.BaseTest.parseHistosSummary (lines, pos)
 
def GaudiTesting.BaseTest.findHistosSummaries (stdout)
 
def GaudiTesting.BaseTest.PlatformIsNotSupported (self, context, result)
 
def GaudiTesting.BaseTest.GetPlatform (self)
 
def GaudiTesting.BaseTest.isWinPlatform (self)
 

Variables

 GaudiTesting.BaseTest.maskPointers = RegexpReplacer("0x[0-9a-fA-F]{4,16}", "0x########")
 
 GaudiTesting.BaseTest.normalizeDate
 
 GaudiTesting.BaseTest.normalizeEOL = FilePreprocessor()
 
 GaudiTesting.BaseTest.__processLine__
 
 GaudiTesting.BaseTest.skipEmptyLines = FilePreprocessor()
 
 GaudiTesting.BaseTest.normalizeExamples = maskPointers+normalizeDate
 
 GaudiTesting.BaseTest.lineSkipper
 
 GaudiTesting.BaseTest.regexps
 
 GaudiTesting.BaseTest.h_count_re