Home
last modified time | relevance | path

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

/external/llvm/utils/lit/lit/
DTestingConfig.py62 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)
Ddiscovery.py50 exec_root = os.path.realpath(cfg.test_exec_root or path)
/external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/obj/
Dlit.site.cfg2 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/
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")
/external/compiler-rt/test/tsan/Unit/
Dlit.site.cfg.in13 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/
Dlit.site.cfg.in13 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/
Dlit.site.cfg.in13 config.test_exec_root = "@COMPILER_RT_BINARY_DIR@/lib/msan/tests"
14 config.test_source_root = config.test_exec_root
/external/llvm/test/Unit/
Dlit.cfg16 # 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/
Dlit.site.cfg.in20 config.test_exec_root = "@COMPILER_RT_BINARY_DIR@/lib/asan/tests"
21 config.test_source_root = config.test_exec_root
/external/clang/test/Unit/
Dlit.cfg18 # 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/
Dlit.cfg14 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/
Dlit.cfg6 config.test_exec_root = None
/external/llvm/utils/lit/tests/Inputs/shtest-shell/
Dlit.cfg6 config.test_exec_root = None
/external/llvm/utils/lit/tests/Inputs/discovery/subsuite/
Dlit.cfg6 config.test_exec_root = None
/external/llvm/utils/lit/tests/Inputs/unittest-adaptor/
Dlit.cfg6 config.test_exec_root = None
/external/llvm/utils/lit/tests/Inputs/shtest-format/
Dlit.cfg6 config.test_exec_root = None
/external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/
Dlit.cfg4 if config.test_source_root is None or config.test_exec_root is None:
/external/llvm/utils/lit/tests/Inputs/discovery/
Dlit.cfg11 #config.test_exec_root = None
/external/llvm/utils/lit/tests/Inputs/test-data/
Dlit.cfg43 config.test_exec_root = None
/external/llvm/utils/lit/tests/
Dlit.cfg24 config.test_exec_root = config.test_source_root
/external/clang/test/
Dlit.cfg57 # 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/
Dlit.cfg54 # 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/
Dlit.rst288 **test_exec_root** For out-of-dir builds, the path to the test suite root inside