Searched refs:test_exec_root (Results 1 – 25 of 46) sorted by relevance
12
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | TestingConfig.py | 38 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/ |
D | TestingConfig.py | 69 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/ |
D | lit.cfg | 4 print config.test_exec_root 7 config.test_source_root = config.test_exec_root
|
D | lit.site.cfg.in | 1 config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
|
/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 | 12 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/ |
D | lit.site.cfg.in | 12 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/ |
D | lit.site.cfg.in | 12 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/ |
D | lit.site.cfg.in | 23 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/ |
D | lit.cfg | 14 # 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/ |
D | lit.cfg | 18 # test_exec_root: The path where tests are located (default is the test suite 20 config.test_exec_root = None
|
/external/llvm/test/Unit/ |
D | lit.cfg | 19 # 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/ |
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/libcxx/test/ |
D | lit.cfg | 29 # Infer the test_exec_root from the libcxx_object root. 41 config.test_exec_root = os.path.join(obj_root, 'test')
|
/external/libcxxabi/test/ |
D | lit.cfg | 39 # 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/ |
D | lit.cfg | 23 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/ |
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/discovery/subsuite/ |
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/lib/Fuzzer/test/ |
D | lit.site.cfg.in | 1 config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
|
/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/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/ |
D | lit.cfg | 20 # 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