| /llvm-project-15.0.7/clang-tools-extra/test/ |
| H A D | lit.cfg.py | 27 config.test_source_root = os.path.dirname(__file__) 40 config.test_source_root, "clang-tidy", "check_clang_tidy.py") 45 config.test_source_root, "..", "clang-tidy", "tool", "clang-tidy-diff.py") 50 config.test_source_root, "..", "clang-tidy", "tool", "run-clang-tidy.py") 55 config.test_source_root, "clang-tidy", "checkers", "Inputs", "Headers")
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | TestingConfig.py | 96 test_source_root = None, 143 test_exec_root, test_source_root, excludes, argument 155 self.test_source_root = test_source_root 190 if self.test_source_root is not None: 193 self.test_source_root = str(self.test_source_root)
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-timeout/ |
| H A D | lit.cfg | 27 config.test_source_root = os.path.dirname(__file__) 28 config.test_exec_root = config.test_source_root 30 src_root = os.path.join(config.test_source_root, '..')
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/obj/ |
| H A D | lit.site.cfg | 3 config.test_source_root = os.path.dirname(config.test_exec_root) 4 lit_config.load_config(config, os.path.join(config.test_source_root, "lit.cfg"))
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/py-config-discovery/ |
| H A D | lit.site.cfg.py | 4 config.test_source_root = os.path.join(os.path.dirname(config.test_exec_root), "discovery") 5 lit_config.load_config(config, os.path.join(config.test_source_root, "lit.cfg"))
|
| /llvm-project-15.0.7/bolt/test/ |
| H A D | lit.cfg.py | 37 config.test_source_root = os.path.dirname(__file__) 72 link_fdata_cmd = os.path.join(config.test_source_root, 'link_fdata.py') 75 config.test_source_root]
|
| /llvm-project-15.0.7/flang/test/NonGtestUnit/ |
| H A D | lit.cfg.py | 9 config.test_source_root = os.path.join(config.flang_obj_root, 'unittests') 10 config.test_exec_root = config.test_source_root
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/exec-discovery/ |
| H A D | lit.site.cfg | 4 config.test_source_root = os.path.join(os.path.dirname(config.test_exec_root), "discovery") 5 lit_config.load_config(config, os.path.join(config.test_source_root, "lit.cfg"))
|
| /llvm-project-15.0.7/lldb/test/Unit/ |
| H A D | lit.cfg.py | 19 config.test_source_root = os.path.join(config.lldb_obj_root, 'unittests') 20 config.test_exec_root = config.test_source_root
|
| /llvm-project-15.0.7/polly/test/UnitIsl/ |
| H A D | lit.cfg | 25 # test_source_root: The root path where tests are located. 26 config.test_source_root = os.path.dirname(__file__) 44 config.environment['srcdir'] = os.path.join(config.test_source_root,
|
| /llvm-project-15.0.7/flang/test/Unit/ |
| H A D | lit.cfg.py | 17 config.test_source_root = os.path.join(config.flang_obj_root, 'unittests') 18 config.test_exec_root = config.test_source_root
|
| /llvm-project-15.0.7/clang-tools-extra/test/Unit/ |
| H A D | lit.cfg.py | 13 config.test_source_root = config.extra_tools_obj_dir 14 config.test_exec_root = config.test_source_root
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/ |
| H A D | lit.cfg | 25 # test_source_root: The root path where tests are located. 26 config.test_source_root = os.path.dirname(__file__) 27 config.test_exec_root = config.test_source_root 33 # ``test_source_root`` may be in LLVM's binary build directory which does not contain 37 lit_path = os.path.join(config.test_source_root, '..') 64 config.test_source_root, 'Inputs')))
|
| /llvm-project-15.0.7/compiler-rt/test/profile/ |
| H A D | lit.cfg.py | 18 config.test_source_root = os.path.dirname(__file__) 97 exclude_unsupported_files_for_aix(config.test_source_root) 98 exclude_unsupported_files_for_aix(config.test_source_root + "/Posix")
|
| /llvm-project-15.0.7/compiler-rt/test/cfi/ |
| H A D | lit.cfg.py | 6 config.test_source_root = os.path.dirname(__file__) 35 dso += '-include ' + config.test_source_root + '/cross-dso/util/cfi_stubs.h '
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | lit.cfg.py | 18 config.test_source_root = os.path.dirname(__file__) 46 tsan_incdir = config.test_source_root + "/../"
|
| /llvm-project-15.0.7/openmp/tools/multiplex/tests/ |
| H A D | lit.cfg | 35 # test_source_root: The root path where tests are located. 36 config.test_source_root = os.path.dirname(__file__) 45 config.test_flags = " -I " + config.test_source_root + "/.."\
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | lit.local.cfg | 14 os.path.join(config.test_source_root, "MachO", "Inputs", "WatchOS.sdk")) 23 os.path.join(config.test_source_root, "MachO", "Inputs", "MacOSX.sdk"))
|
| /llvm-project-15.0.7/compiler-rt/test/lsan/ |
| H A D | lit.common.cfg.py | 20 config.test_source_root = os.path.dirname(__file__) 61 lsan_incdir = config.test_source_root + "/../"
|
| /llvm-project-15.0.7/clang/test/ |
| H A D | lit.cfg.py | 37 config.test_source_root = os.path.dirname(__file__) 105 config.test_source_root, "Analysis", "check-analyzer-fixit.py") 265 exclude_unsupported_files_for_aix(config.test_source_root + directory)
|
| /llvm-project-15.0.7/mlir/test/ |
| H A D | lit.cfg.py | 27 config.test_source_root = os.path.dirname(__file__) 50 config.test_source_root = os.path.dirname(__file__)
|
| /llvm-project-15.0.7/libunwind/test/ |
| H A D | lit.site.cfg.in | 42 # test_source_root: The root path where tests are located. 43 config.test_source_root = os.path.join(config.libunwind_src_root, 'test')
|
| /llvm-project-15.0.7/polly/test/Unit/ |
| H A D | lit.cfg | 20 # test_source_root: The root path where tests are located. 23 config.test_source_root = config.test_exec_root
|
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | lit.site.cfg.in | 46 # test_source_root: The root path where tests are located. 47 config.test_source_root = os.path.join(config.libcxxabi_src_root, 'test')
|
| /llvm-project-15.0.7/libcxx/test/configs/ |
| H A D | legacy.cfg.in | 48 # test_source_root: The root path where tests are located. 49 config.test_source_root = os.path.join(config.libcxx_src_root, 'test')
|