| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | TestingConfig.py | 95 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 D | lit.site.cfg | 2 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 D | lit.site.cfg.py | 3 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 D | lit.cfg.py | 18 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 D | lit.site.cfg.py.in | 7 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 D | lit.site.cfg.py.in | 7 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 D | lit.alt.cfg | 8 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 D | lit.site.cfg | 3 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 D | lit.cfg.py | 18 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 D | lit.cfg.py | 18 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 D | lit.site.cfg.py.in | 12 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 D | lit.site.cfg.py.in | 12 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 D | lit.cfg | 21 # 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 D | lit.site.cfg.py.in | 12 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 D | lit.site.cfg.py.in | 11 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 D | lit.cfg.py | 18 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 D | lit.cfg.py | 20 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 D | lit.cfg.py | 30 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 D | lit.site.cfg.py.in | 12 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 D | lit.site.cfg.py.in | 11 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 D | lit.cfg | 28 # 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 D | lit.cfg.py | 30 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 D | lit.site.cfg.in | 48 # 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 D | lit.site.cfg.in | 52 # 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 D | legacy.cfg.in | 54 # Infer the test_exec_root from the libcxx_object root. 55 config.test_exec_root = os.path.join(config.libcxx_obj_root, 'test')
|