Lines Matching refs:test
319 def addToTests(self,test,rpath,exfile,execname,testDict): argument
325 nmtest=os.path.join(rpath,test)
640 for test in srcDict.copy():
641 if test in self.buildkeys: continue
642 isRun=self._isRun(srcDict[test])
647 if 'SKIP' in srcDict[test]:
648 …allow = srcDict[test]['SKIP'] in [['Requires DATAFILESPATH'], ['PETSC_HAVE_PYVISTA requirement not…
650 del srcDict[test]
652 if 'TODO' in srcDict[test]:
653 del srcDict[test]
655 srcDict[test]['execname']=execname # Convenience in generating scripts
656 self.genRunScript(test,root,isRun,srcDict)
657 srcDict[test]['isrun']=isRun
658 self.addToTests(test,rpath,exfile,execname,srcDict[test])
835 for test in srcDict:
836 if test in self.buildkeys: continue
837 if debug: print(rpath, exfile, test)
838 if 'output_file' in srcDict[test]:
839 output_file=srcDict[test]['output_file']
841 defroot = testparse.getDefaultOutputFileRoot(test)
842 if 'TODO' in srcDict[test]: continue
872 for test in dataDict[root][exfile]:
873 if test in self.buildkeys: continue
874 line=indent*2+test
879 if key not in dataDict[root][exfile][test]: continue
880 line=indent*3+key+": "+str(dataDict[root][exfile][test][key])
1010 test=os.path.basename(ftest)
1012 testdeps.append(nameSpace(test,basedir))
1018 test=os.path.basename(ftest)
1021 nmtest=nameSpace(test,basedir)
1022 rundir=os.path.join(testdir,test)
1023 script=test+".sh"
1031 tmpfile=os.path.join(testdir,test,test+".tmp")