Home
last modified time | relevance | path

Searched refs:testDict (Results 1 – 3 of 3) sorted by relevance

/petsc/lib/petsc/bin/maint/
H A Dexampleslog.py101 testDict={}
102 testDict['info']={'branch':logDict['branch']}
103 testDict['info']['errors']={}
116 if not fname in testDict:
117 testDict[fname]={}
118 testDict[fname]['gitPerson']=str(self.getGitPerson(filename))
120 if testname in testDict[fname]:
121 if error in testDict[fname][testname]['errors']:
122 testDict[fname][testname]['errors'][error].append(lfile)
124 testDict[fname][testname]['errors'][error]=[lfile]
[all …]
/petsc/config/
H A Dgmakegentest.py271 def getArgLabel(self,testDict): argument
280 argStr=("" if 'args' not in testDict else testDict['args'])
281 if 'subtests' in testDict:
282 for stest in testDict["subtests"]:
283 sd=testDict[stest]
319 def addToTests(self,test,rpath,exfile,execname,testDict): argument
332 self.tests[pkg][lang][nmtest]['argLabel']=self.getArgLabel(testDict)
346 def getSubstVars(self,testDict,rpath,testname): argument
352 if 'nsize' not in testDict: testDict['nsize'] = '1'
353 if 'timeoutfactor' not in testDict: testDict['timeoutfactor']="1"
[all …]
H A Dtestparse.py145 def _getLoopVars(testDict): argument
155 if 'nsize' in testDict:
156 varset=testDict['nsize']
162 if 'args' not in testDict: return loopVars
163 for varset in re.split(r'(^|\W)-(?=[a-zA-Z])',testDict['args']):
193 def _getVarVals(findvar,testDict): argument
202 varset=testDict[findvar]
206 for varset in re.split('-(?=[a-zA-Z])',testDict['args']):
479 testDict={}
488 testDict['build']={}
[all …]