/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/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
D | TestingConfig.py | 60 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/ |
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/swiftshader/third_party/llvm-7.0/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-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/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/py-config-discovery/ |
D | lit.site.cfg.py | 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/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/config-map-discovery/ |
D | lit.alt.cfg | 8 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/ |
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/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/libcxx/benchmarks/ |
D | lit.cfg.py | 18 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/test/Unit/ |
D | lit.cfg.py | 21 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/ |
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/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/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/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/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/libunwind_llvm/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/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:
|