Home
last modified time | relevance | path

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

123

/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/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
DTestingConfig.py60 test_exec_root = None,
108 test_exec_root, test_source_root, excludes, argument
118 self.test_exec_root = test_exec_root
138 if self.test_exec_root is not None:
141 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/swiftshader/third_party/llvm-7.0/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-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/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/py-config-discovery/
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")
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/config-map-discovery/
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")
/external/swiftshader/third_party/llvm-7.0/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/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/libcxx/benchmarks/
Dlit.cfg.py18 config.test_exec_root = os.path.join(config.libcxx_obj_root, 'benchmarks')
19 config.test_source_root = config.test_exec_root
/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/swiftshader/third_party/llvm-7.0/llvm/test/Unit/
Dlit.cfg.py21 config.test_exec_root = os.path.join(config.llvm_obj_root, 'unittests')
22 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/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/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/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/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/libunwind_llvm/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/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:

123