Lines Matching refs:self

174     def checkResult(self, out, err, stdErrResult, stdOutResult=""):
179 self.assertEqual(True, compareOuput(a1,a2,b1,b2))
181 def compileCheck(self, args, stdErrResult, stdOutResult="",
189 self.checkResult(out, err, stdErrResult, stdOutResult)
192 self.checkResult(out, "", stdErrResult, stdOutResult)
194 def compileCheckArm(self, args, result):
195 self.assertEqual(compileArm(args), result)
197 def testCompileReturnVal(self):
198 self.compileCheck(["data/returnval-ansi.bc"], "")
200 def testCompileOTCCANSII(self):
201 self.compileCheck(["data/otcc-ansi.bc"], "", "", ['x86'])
203 def testRunReturnVal(self):
204 self.compileCheck(["-c -R", "data/returnval-ansi.bc"],
207 def testStringLiteralConcatenation(self):
208 self.compileCheck(["-c -R", "data/testStringConcat.bc"],
211 def testRunOTCCANSI(self):
214 self.compileCheck(["-c -R", "data/otcc-ansi.bc", "data/returnval.c"],
218 def testRunOTCCANSI2(self):
221 self.compileCheck(["-c -R", "data/otcc-ansi.bc", "data/otcc.c", "data/returnval.c"],
224 def testRunConstants(self):
225 self.compileCheck(["-c -R", "data/constants.bc"],
230 def testRunFloat(self):
231 self.compileCheck(["-c -R", "data/float.bc"],
246 def testRunFlops(self):
247 self.compileCheck(["-c -R", "data/flops.bc"],
310 def testCasts(self):
311 self.compileCheck(["-c -R", "data/casts.bc"],
326 def testChar(self):
327 self.compileCheck(["-c -R", "data/char.bc"], """Executing compiled code:
331 def testPointerArithmetic(self):
332 self.compileCheck(["-c -R", "data/pointers.bc"], """Executing compiled code:
338 def testRollo3(self):
339 self.compileCheck(["-c -R", "data/rollo3.bc"], """Executing compiled code:
342 def testFloatDouble(self):
343 self.compileCheck(["-c -R", "data/floatdouble.bc"], """Executing compiled code:
346 def testIncDec(self):
347 self.compileCheck(["-c -R", "data/inc.bc"], """Executing compiled code:
359 def testIops(self):
360 self.compileCheck(["-c -R", "data/iops.bc"], """Executing compiled code:
387 def testFilm(self):
388 self.compileCheck(["-c -R", "data/film.bc"], """Executing compiled code:
393 def testpointers2(self):
394 self.compileCheck(["-c -R", "data/pointers2.bc"], """Executing compiled code:
403 def testassignmentop(self):
404 self.compileCheck(["-c -R", "data/assignmentop.bc"], """Executing compiled code:
424 def testcomma(self):
425 self.compileCheck(["-c -R", "data/comma.bc"], """Executing compiled code:
434 def testBrackets(self):
435 self.compileCheck(["-c -R", "data/brackets.bc"], """Executing compiled code:
441 def testShort(self):
442 self.compileCheck(["-c -R", "data/short.bc"], """Executing compiled code:
446 def testAssignment(self):
447 self.compileCheck(["-c -R", "data/assignment.bc"], """Executing compiled code:
451 def testArray(self):
452 self.compileCheck(["-c -R", "data/array.bc"], """Executing compiled code:
473 def testDefines(self):
474 self.compileCheck(["-c -R", "data/defines.bc"], """Executing compiled code:
478 def testFuncArgs(self):
479 self.compileCheck(["-c -R", "data/funcargs.bc"], """Executing compiled code:
483 def testB2071670(self):
484 self.compileCheck(["-c -R", "data/b2071670.bc"], """Executing compiled code:
488 def testStructs(self):
489 self.compileCheck(["-c -R", "data/structs.bc"], """Executing compiled code:
496 def testAddressOf(self):
497 self.compileCheck(["-c -R", "data/addressOf.bc"], """Executing compiled code: