Home | History | Annotate | Download | only in test262-es6

Lines Matching full:join

53     self.testroot = os.path.join(self.root, *TEST_262_SUITE_PATH)
54 self.harnesspath = os.path.join(self.root, *TEST_262_HARNESS_PATH)
55 self.harness = [os.path.join(self.harnesspath, f)
57 self.harness += [os.path.join(self.root, "harness-adapt.js")]
74 testname = os.path.join(dirname[len(self.testroot) + 1:],
83 [os.path.join(self.testroot, testcase.path + ".js")])
87 root = os.path.join(self.root, *TEST_262_TOOLS_PATH)
111 includes = [os.path.join(self.harnesspath, f)
118 filename = os.path.join(self.testroot, testcase.path + ".js")
134 archive_name = os.path.join(self.root, "tc39-test262-%s.tar.gz" % revision)
135 directory_name = os.path.join(self.root, "data")
136 directory_old_name = os.path.join(self.root, "data.old")
159 os.rename(os.path.join(self.root, "tc39-test262-%s" % revision),