Searched refs:test_exec_root (Results 1 – 23 of 23) sorted by relevance
/external/llvm/utils/lit/lit/ |
D | TestingConfig.py | 62 test_exec_root = None, 114 test_exec_root, test_source_root, excludes, argument 123 self.test_exec_root = test_exec_root 136 if self.test_exec_root is not None: 139 self.test_exec_root = str(self.test_exec_root)
|
D | discovery.py | 50 exec_root = os.path.realpath(cfg.test_exec_root or path)
|
/external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/obj/ |
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)
|
/external/llvm/utils/lit/tests/Inputs/exec-discovery/ |
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")
|
/external/compiler-rt/test/tsan/Unit/ |
D | lit.site.cfg.in | 13 config.test_exec_root = "@COMPILER_RT_BINARY_DIR@/lib/tsan/tests" 14 config.test_source_root = config.test_exec_root
|
/external/compiler-rt/test/sanitizer_common/Unit/ |
D | lit.site.cfg.in | 13 config.test_exec_root = os.path.join("@COMPILER_RT_BINARY_DIR@", "lib", 15 config.test_source_root = config.test_exec_root
|
/external/compiler-rt/test/msan/Unit/ |
D | lit.site.cfg.in | 13 config.test_exec_root = "@COMPILER_RT_BINARY_DIR@/lib/msan/tests" 14 config.test_source_root = config.test_exec_root
|
/external/llvm/test/Unit/ |
D | lit.cfg | 16 # test_exec_root: The root path where tests should be run. 19 config.test_exec_root = os.path.join(llvm_obj_root, 'unittests') 20 config.test_source_root = config.test_exec_root 46 if config.test_exec_root is None:
|
/external/compiler-rt/test/asan/Unit/ |
D | lit.site.cfg.in | 20 config.test_exec_root = "@COMPILER_RT_BINARY_DIR@/lib/asan/tests" 21 config.test_source_root = config.test_exec_root
|
/external/clang/test/Unit/ |
D | lit.cfg | 18 # test_exec_root: The root path where tests should be run. 21 config.test_exec_root = os.path.join(clang_obj_root, 'unittests') 22 config.test_source_root = config.test_exec_root 43 if config.test_exec_root is None:
|
/external/compiler-rt/test/profile/ |
D | lit.cfg | 14 config.test_exec_root = config.profile_lit_binary_dir 18 if config.test_exec_root is None:
|
/external/llvm/utils/lit/tests/Inputs/progress-bar/ |
D | lit.cfg | 6 config.test_exec_root = None
|
/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
D | lit.cfg | 6 config.test_exec_root = None
|
/external/llvm/utils/lit/tests/Inputs/discovery/subsuite/ |
D | lit.cfg | 6 config.test_exec_root = None
|
/external/llvm/utils/lit/tests/Inputs/unittest-adaptor/ |
D | lit.cfg | 6 config.test_exec_root = None
|
/external/llvm/utils/lit/tests/Inputs/shtest-format/ |
D | lit.cfg | 6 config.test_exec_root = None
|
/external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/ |
D | lit.cfg | 4 if config.test_source_root is None or config.test_exec_root is None:
|
/external/llvm/utils/lit/tests/Inputs/discovery/ |
D | lit.cfg | 11 #config.test_exec_root = None
|
/external/llvm/utils/lit/tests/Inputs/test-data/ |
D | lit.cfg | 43 config.test_exec_root = None
|
/external/llvm/utils/lit/tests/ |
D | lit.cfg | 24 config.test_exec_root = config.test_source_root
|
/external/clang/test/ |
D | lit.cfg | 57 # test_exec_root: The root path where tests should be run. 60 config.test_exec_root = os.path.join(clang_obj_root, 'test') 126 if config.test_exec_root is None: 374 handle, path = tempfile.mkstemp(prefix='case-test', dir=config.test_exec_root)
|
/external/llvm/test/ |
D | lit.cfg | 54 # test_exec_root: The root path where tests should be run. 57 config.test_exec_root = os.path.join(llvm_obj_root, 'test') 108 if config.test_exec_root is None:
|
/external/llvm/docs/CommandGuide/ |
D | lit.rst | 288 **test_exec_root** For out-of-dir builds, the path to the test suite root inside
|