Lines Matching refs:path
50 args.test_dir = os.path.join(args.test_dir, 'es2015')
52 args.test_dir = os.path.join(args.test_dir, 'es51')
58 if os.path.isdir(os.path.join(args.test_dir, '.git')):
78 shutil.copyfile(os.path.join('tests', 'test262-es6-excludelist.xml'),
79 os.path.join(args.test_dir, 'excludelist.xml'))
81 return_code = subprocess.call(['git', 'apply', os.path.join('..', '..', 'test262-es6.patch')],
88 path_to_remove = os.path.join(args.test_dir, 'test', 'suite', 'bestPractice')
89 if os.path.isdir(path_to_remove):
92 path_to_remove = os.path.join(args.test_dir, 'test', 'suite', 'intl402')
93 if os.path.isdir(path_to_remove):
109 [os.path.join(args.test_dir, 'tools/packaging/test262.py'),
117 with open(os.path.join(os.path.dirname(args.engine), 'test262.report'), 'w') as output_file: