Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/
H A Dtestharness_util.py46 for exfile in files:
48 if exfile.startswith("#") or exfile.startswith(".#"): continue
49 ext=os.path.splitext(exfile)[1]
53 fullex = os.path.join(root, exfile)
56 if exfile in d[root]:
57 for test in d[root][exfile]:
58 if 'args' in d[root][exfile][test]:
59 args = d[root][exfile][test]['args']
61 if 'subtests' in d[root][exfile][test]:
62 for s in d[root][exfile][test]['subtests']:
[all …]
/petsc/config/
H A Dgmakegentest.py296 def addToSources(self,exfile,rpath,srcDict): argument
301 relpfile=os.path.join(rpath,exfile)
302 lang=self.getLanguage(exfile)
315 objfile="${TESTDIR}/"+testsdir+getlangsplit(exfile)+'.o'
319 def addToTests(self,test,rpath,exfile,execname,testDict): argument
326 lang=self.getLanguage(exfile)
330 self.tests[pkg][lang][nmtest]['exfile']=os.path.join(rpath,exfile)
335 def getExecname(self,exfile,rpath): argument
343 execname=getlangsplit(exfile)
626 def genScriptsAndInfo(self,exfile,root,srcDict): argument
[all …]
H A Dquery_tests.py160 for exfile in dataDict[root]:
161 for test in dataDict[root][exfile]:
168 if field not in dataDict[root][exfile][test]: continue
169 values=dataDict[root][exfile][test][field]
226 for exfile in files:
228 if exfile.startswith("#") or exfile.startswith(".#"): continue
229 ext=os.path.splitext(exfile)[1]
233 fullex = os.path.join(root, exfile)