Lines Matching refs:testcase
440 'TESTNAME_FILE=$DIR/testcase.$$.name\n\n')
485 f = open(self.log_dir + ("/testcase.%d.name" % ppid))
994 testcases = glob.glob(self.log_dir + "/testcase.*.logs")
996 # "testcase.wrapper_PID.name".
1004 f = open("%s/testcase.%s.name" % (self.log_dir, ppid))
1018 ppid_filenames = glob.glob("%s/testcase.%s.logs/*/results.txt" %
1040 def Report(self, files, testcase, check_sanity=False):