Lines Matching refs:path
63 tests.extend([os.path.join(root, test_file) for test_file in files if test_file.endswith('.js')])
66 dirname = os.path.dirname(test_list)
69 tests.append(os.path.normpath(os.path.join(dirname, test.rstrip())))
126 summary_list = [os.path.relpath(args.engine)]
130 summary_list.append(os.path.relpath(args.test_dir))
132 summary_list.append(os.path.relpath(args.test_list))
149 test_path = os.path.relpath(test)
150 is_expected_to_fail = os.path.join(os.path.sep, 'fail', '') in test
179 engine = os.path.splitext(args.engine)
188 test_path = os.path.relpath(test)
189 is_expected_to_fail = os.path.join(os.path.sep, 'fail', '') in test