Home
last modified time | relevance | path

Searched refs:test_source_root (Results 1 – 25 of 127) sorted by relevance

123456

/llvm-project-15.0.7/clang-tools-extra/test/
H A Dlit.cfg.py27 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 DTestingConfig.py96 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 Dlit.cfg27 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 Dlit.site.cfg3 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 Dlit.site.cfg.py4 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 Dlit.cfg.py37 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 Dlit.cfg.py9 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 Dlit.site.cfg4 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 Dlit.cfg.py19 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 Dlit.cfg25 # 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 Dlit.cfg.py17 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 Dlit.cfg.py13 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 Dlit.cfg25 # 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 Dlit.cfg.py18 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 Dlit.cfg.py6 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 Dlit.cfg.py18 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 Dlit.cfg35 # 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 Dlit.local.cfg14 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 Dlit.common.cfg.py20 config.test_source_root = os.path.dirname(__file__)
61 lsan_incdir = config.test_source_root + "/../"
/llvm-project-15.0.7/clang/test/
H A Dlit.cfg.py37 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 Dlit.cfg.py27 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 Dlit.site.cfg.in42 # 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 Dlit.cfg20 # 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 Dlit.site.cfg.in46 # 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 Dlegacy.cfg.in48 # test_source_root: The root path where tests are located.
49 config.test_source_root = os.path.join(config.libcxx_src_root, 'test')

123456