Lines Matching full:join
47 config_path = os.path.join(script_dir, 'config.py')
54 tests_rel_path = os.path.join(systemc_rel_path, 'tests')
55 json_rel_path = os.path.join(tests_rel_path, 'tests.json')
80 return os.path.join(self.build_dir, tests_rel_path, self.path)
83 return os.path.join(script_dir, self.path)
86 return os.path.join(self.src_dir(), 'expected_returncode')
89 return os.path.join(self.src_dir(), 'golden')
92 return '.'.join([self.name, self.suffix])
95 return os.path.join(self.dir(), self.bin())
98 return os.path.join(self.dir(), 'm5out.' + self.suffix)
101 return os.path.join(self.m5out_dir(), 'returncode')
193 tp.join()
227 diff_file = '.'.join([ref_file, 'diff'])
228 diff_path = os.path.join(self.out_dir, diff_file)
245 filts = '|'.join(filts)
310 self.path = os.path.join(path, e_path)
326 platform_name = '.'.join([ name, self.platform ])
401 print('\n'.join(causes))
454 log_file = '.'.join([test.name, 'log'])
456 simout_path = os.path.join(out_dir, 'simout')
464 test_path = os.path.join(out_dir, name)
475 self.failed(test, 'missing output', ' '.join(missing))
481 self.failed(test, 'failed diffs', ' '.join(tags))
493 result_path = os.path.join(os.getcwd(), 'results.json')
558 json_path = os.path.join(main_args.build_dir, json_rel_path)
561 scons('--directory', main_args.scons_dir, os.path.join(json_path))