Home | History | Annotate | Download | only in benchmarks

Lines Matching full:path

110     if testcase.path.startswith("kraken"):
111 result.append(os.path.join(self.testroot, "%s-data.js" % testcase.path))
112 result.append(os.path.join(self.testroot, "%s.js" % testcase.path))
113 elif testcase.path.startswith("octane"):
114 result.append(os.path.join(self.testroot, "octane/base.js"))
115 result.append(os.path.join(self.testroot, "%s.js" % testcase.path))
116 if testcase.path.startswith("octane/gbemu"):
117 result.append(os.path.join(self.testroot, "octane/gbemu-part2.js"))
118 elif testcase.path.startswith("octane/typescript"):
119 result.append(os.path.join(self.testroot,
121 result.append(os.path.join(self.testroot, "octane/typescript-input.js"))
122 elif testcase.path.startswith("octane/zlib"):
123 result.append(os.path.join(self.testroot, "octane/zlib-data.js"))
125 elif testcase.path.startswith("sunspider"):
126 result.append(os.path.join(self.testroot, "%s.js" % testcase.path))
130 filename = os.path.join(self.testroot, testcase.path + ".js")
138 if os.path.exists(revision_file):
145 if os.path.exists(target_dir):
148 if os.path.exists(archive_file):
167 os.chdir(os.path.abspath(self.root))