Searched refs:exec_root (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | TestTimes.py | 6 test_times_file = os.path.join(suite.exec_root, '.lit_test_times.txt') 24 if not t.suite.exec_root in times_by_suite: 25 times_by_suite[t.suite.exec_root] = read_test_times(t.suite) 31 times_by_suite[t.suite.exec_root]['/'.join(t.path_in_suite)] = t.result.elapsed
|
| H A D | Test.py | 204 def __init__(self, name, source_root, exec_root, config): argument 207 self.exec_root = exec_root 217 return os.path.join(self.exec_root, *components)
|
| H A D | discovery.py | 67 exec_root = os.path.realpath(cfg.test_exec_root or path) 68 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
|
| H A D | main.py | 157 print(' Exec Root : %s' % suite.exec_root)
|