Lines Matching refs:testcase
11 from testrunner.objects import testcase
25 testcase.TestCase(self, 'shell_test_runner'),
33 testcase.TestCase(self, 'benchmarks/' + name))
36 def GetFlagsForTestCase(self, testcase, context):
37 return (testcase.flags + context.mode_flags +
40 os.path.join(self.testroot, testcase.path + ".js"),
43 def GetSourceForTest(self, testcase):
44 filename = os.path.join(self.testroot, testcase.path + ".js")
48 def IsNegativeTest(self, testcase):