The Gaudi Framework
v30r3 (a5ef0a68)
|
Go to the source code of this file.
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 | |