Home | History | Annotate | Download | only in mozilla

Lines Matching refs:testcase

35 from testrunner.objects import testcase
86 case = testcase.TestCase(self, testname)
90 def GetFlagsForTestCase(self, testcase, context):
95 testfilename = testcase.path + ".js"
104 return testcase.flags + result
106 def GetSourceForTest(self, testcase):
107 filename = os.path.join(self.testroot, testcase.path + ".js")
111 def IsNegativeTest(self, testcase):
112 return testcase.path.endswith("-n")