Home | History | Annotate | Download | only in test262

Lines Matching full:join

50     self.testroot = os.path.join(root, "data", "test", "suite")
51 self.harness = [os.path.join(self.root, "data", "test", "harness", f)
53 self.harness += [os.path.join(self.root, "harness-adapt.js")]
69 testname = os.path.join(dirname[len(self.testroot) + 1:],
77 [os.path.join(self.testroot, testcase.path + ".js")])
80 filename = os.path.join(self.testroot, testcase.path + ".js")
95 archive_name = os.path.join(self.root, "tc39-test262-%s.tar.gz" % revision)
96 directory_name = os.path.join(self.root, "data")
97 directory_old_name = os.path.join(self.root, "data.old")
120 os.rename(os.path.join(self.root, "tc39-test262-%s" % revision),