Home
last modified time | relevance | path

Searched refs:test_exec_root (Results 1 – 25 of 104) sorted by relevance

12345

/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestingConfig.py95 test_exec_root = None,
143 test_exec_root, test_source_root, excludes, argument
154 self.test_exec_root = test_exec_root
186 if self.test_exec_root is not None:
189 self.test_exec_root = str(self.test_exec_root)
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/obj/
H A Dlit.site.cfg2 config.test_exec_root = os.path.dirname(__file__)
3 config.test_source_root = os.path.dirname(config.test_exec_root)
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/py-config-discovery/
H A Dlit.site.cfg.py3 config.test_exec_root = os.path.dirname(__file__)
4 config.test_source_root = os.path.join(os.path.dirname(config.test_exec_root), "discovery")
/llvm-project-15.0.7/bolt/test/Unit/
H A Dlit.cfg.py18 config.test_exec_root = os.path.join(config.bolt_obj_root, 'unittests')
19 config.test_source_root = config.test_exec_root
/llvm-project-15.0.7/compiler-rt/test/gwp_asan/unit/
H A Dlit.site.cfg.py.in7 config.test_exec_root = os.path.join("@COMPILER_RT_BINARY_DIR@",
9 config.test_source_root = config.test_exec_root
/llvm-project-15.0.7/compiler-rt/test/fuzzer/unit/
H A Dlit.site.cfg.py.in7 config.test_exec_root = os.path.join("@COMPILER_RT_BINARY_DIR@",
9 config.test_source_root = config.test_exec_root
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/config-map-discovery/
H A Dlit.alt.cfg8 config.test_exec_root = os.path.realpath(os.path.dirname(__file__))
9 config.test_source_root = os.path.join(config.test_exec_root, "tests")
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/exec-discovery/
H A Dlit.site.cfg3 config.test_exec_root = os.path.dirname(__file__)
4 config.test_source_root = os.path.join(os.path.dirname(config.test_exec_root), "discovery")
/llvm-project-15.0.7/libcxx/benchmarks/
H A Dlit.cfg.py18 config.test_exec_root = os.path.join(config.libcxx_obj_root, 'benchmarks')
19 config.test_source_root = config.test_exec_root
/llvm-project-15.0.7/mlir/test/Unit/
H A Dlit.cfg.py18 config.test_exec_root = os.path.join(config.mlir_obj_root, 'unittests')
19 config.test_source_root = config.test_exec_root
/llvm-project-15.0.7/compiler-rt/test/interception/Unit/
H A Dlit.site.cfg.py.in12 config.test_exec_root = os.path.join("@COMPILER_RT_BINARY_DIR@", "lib",
14 config.test_source_root = config.test_exec_root
/llvm-project-15.0.7/compiler-rt/test/msan/Unit/
H A Dlit.site.cfg.py.in12 config.test_exec_root = "@COMPILER_RT_BINARY_DIR@/lib/msan/tests"
13 config.test_source_root = config.test_exec_root
/llvm-project-15.0.7/polly/test/Unit/
H A Dlit.cfg21 # test_exec_root: The root path where tests should be run.
22 config.test_exec_root = os.path.join(config.polly_obj_root, 'unittests')
23 config.test_source_root = config.test_exec_root
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/Unit/
H A Dlit.site.cfg.py.in12 config.test_exec_root = os.path.join("@COMPILER_RT_BINARY_DIR@", "lib",
14 config.test_source_root = config.test_exec_root
/llvm-project-15.0.7/compiler-rt/test/scudo/standalone/unit/
H A Dlit.site.cfg.py.in11 config.test_exec_root = "@COMPILER_RT_BINARY_DIR@/lib/scudo/standalone/tests"
12 config.test_source_root = config.test_exec_root
/llvm-project-15.0.7/llvm/test/Unit/
H A Dlit.cfg.py18 config.test_exec_root = os.path.join(config.llvm_obj_root, 'unittests')
19 config.test_source_root = config.test_exec_root
/llvm-project-15.0.7/clang/test/Unit/
H A Dlit.cfg.py20 config.test_exec_root = os.path.join(config.clang_obj_root, 'unittests')
21 config.test_source_root = config.test_exec_root
/llvm-project-15.0.7/mlir/examples/standalone/test/
H A Dlit.cfg.py30 config.test_exec_root = os.path.join(config.standalone_obj_root, 'test')
45 config.test_exec_root = os.path.join(config.standalone_obj_root, 'test')
/llvm-project-15.0.7/compiler-rt/test/tsan/Unit/
H A Dlit.site.cfg.py.in12 config.test_exec_root = "@COMPILER_RT_BINARY_DIR@/lib/tsan/tests"
13 config.test_source_root = config.test_exec_root
/llvm-project-15.0.7/compiler-rt/test/scudo/standalone/unit/gwp_asan/
H A Dlit.site.cfg.py.in11 config.test_exec_root = "@COMPILER_RT_BINARY_DIR@/lib/scudo/standalone/tests"
12 config.test_source_root = config.test_exec_root
/llvm-project-15.0.7/polly/test/UnitIsl/
H A Dlit.cfg28 # test_exec_root: The root path where tests should be run.
31 config.test_exec_root = os.path.join(polly_obj_root, 'test')
/llvm-project-15.0.7/mlir/test/
H A Dlit.cfg.py30 config.test_exec_root = os.path.join(config.mlir_obj_root, 'test')
53 config.test_exec_root = os.path.join(config.mlir_obj_root, 'test')
/llvm-project-15.0.7/libunwind/test/
H A Dlit.site.cfg.in48 # Infer the test_exec_root from the build directory.
49 config.test_exec_root = os.path.join(config.libunwind_obj_root, 'test')
/llvm-project-15.0.7/libcxxabi/test/
H A Dlit.site.cfg.in52 # Infer the test_exec_root from the build directory.
53 config.test_exec_root = os.path.join(config.libcxxabi_obj_root, 'test')
/llvm-project-15.0.7/libcxx/test/configs/
H A Dlegacy.cfg.in54 # Infer the test_exec_root from the libcxx_object root.
55 config.test_exec_root = os.path.join(config.libcxx_obj_root, 'test')

12345