Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/utils/lit/lit/
DTestingConfig.py38 test_exec_root = None,
67 test_exec_root, test_source_root, excludes, argument
77 self.test_exec_root = test_exec_root
89 self.test_exec_root, self.test_source_root,
102 if self.test_exec_root is not None:
105 self.test_exec_root = str(self.test_exec_root)
/external/llvm/utils/lit/lit/
DTestingConfig.py69 test_exec_root = None,
121 test_exec_root, test_source_root, excludes, argument
131 self.test_exec_root = test_exec_root
150 if self.test_exec_root is not None:
153 self.test_exec_root = str(self.test_exec_root)
/external/llvm/lib/Fuzzer/test/unit/
Dlit.cfg4 print config.test_exec_root
7 config.test_source_root = config.test_exec_root
Dlit.site.cfg.in1 config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
/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.in12 config.test_exec_root = "@COMPILER_RT_BINARY_DIR@/lib/tsan/tests"
13 config.test_source_root = config.test_exec_root
/external/compiler-rt/test/sanitizer_common/Unit/
Dlit.site.cfg.in12 config.test_exec_root = os.path.join("@COMPILER_RT_BINARY_DIR@", "lib",
14 config.test_source_root = config.test_exec_root
/external/compiler-rt/test/msan/Unit/
Dlit.site.cfg.in12 config.test_exec_root = "@COMPILER_RT_BINARY_DIR@/lib/msan/tests"
13 config.test_source_root = config.test_exec_root
/external/compiler-rt/test/asan/Unit/
Dlit.site.cfg.in23 config.test_exec_root = os.path.join("@COMPILER_RT_BINARY_DIR@",
26 config.test_source_root = config.test_exec_root
/external/swiftshader/third_party/LLVM/test/Unit/
Dlit.cfg14 # test_exec_root: The root path where tests should be run.
17 config.test_exec_root = os.path.join(llvm_obj_root, 'unittests')
18 config.test_source_root = config.test_exec_root
34 if config.test_exec_root is None:
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/
Dlit.cfg18 # test_exec_root: The path where tests are located (default is the test suite
20 config.test_exec_root = None
/external/llvm/test/Unit/
Dlit.cfg19 # test_exec_root: The root path where tests should be run.
22 config.test_exec_root = os.path.join(llvm_obj_root, 'unittests')
23 config.test_source_root = config.test_exec_root
49 if config.test_exec_root is None:
/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/libcxx/test/
Dlit.cfg29 # Infer the test_exec_root from the libcxx_object root.
41 config.test_exec_root = os.path.join(obj_root, 'test')
/external/libcxxabi/test/
Dlit.cfg39 # Infer the test_exec_root from the libcxx_object root.
54 config.test_exec_root = os.path.join(obj_root, 'test')
/external/compiler-rt/test/profile/
Dlit.cfg23 config.test_exec_root = os.path.join(config.profile_lit_binary_dir, config.name)
27 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/unittest-adaptor/
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/shtest-shell/
Dlit.cfg6 config.test_exec_root = None
/external/llvm/lib/Fuzzer/test/
Dlit.site.cfg.in1 config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
/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/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/
Dlit.cfg20 # test_exec_root: The root path where tests should be run.
23 config.test_exec_root = os.path.join(llvm_obj_root, 'test')
30 if config.test_exec_root is None:

12