Searched refs:srcfile (Results 1 – 2 of 2) sorted by relevance
| /petsc/config/ |
| H A D | testparse.py | 67 def _stripIndent(block,srcfile,entireBlock=False,fileNums=[]): argument 73 ext = getlangext(srcfile) 84 …raise Exception("Formatting error: Cannot find test in file: "+srcfile+" at line: "+str(lineNum)+"… 110 err="Formatting error in file "+srcfile+" at line: " +line+"\n" 124 err="Formatting subtest error in file "+srcfile+" at line: " +line+"\n" 389 def parseTest(testStr,srcfile,verbosity): argument 395 basename=os.path.basename(srcfile) 406 striptest=_stripIndent(testStr,srcfile) 421 … raise Exception("\n\nError in test harness parsing file: "+srcfile+"\nMissing : in line: "+line) 426 …raise Exception("\n\nError in test harness parsing file: "+srcfile+"\n"+var+" from: "+line+" is no… [all …]
|
| H A D | gmakegentest.py | 75 def nameSpace(srcfile,srcdir): argument 80 if srcfile.startswith('run'): srcfile=re.sub('^run','',srcfile) 82 nameString=prefix+srcfile 178 def getLanguage(self,srcfile): argument 184 srcext = getlangext(srcfile)
|