/aosp_15_r20/external/llvm/utils/lit/lit/ |
H A 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)
|
/aosp_15_r20/frameworks/compile/slang/lit-tests/ |
D | lit.cfg | 22 # test_exec_root: The path where tests are located (default is the test suite 24 config.test_exec_root = os.path.join(config.base_path, 'out', 'tests', 'slang', 'lit-tests') 58 config.slang_options = "-emit-llvm -o " + config.test_exec_root \ 59 + " -output-dep-dir " + config.test_exec_root \ 60 + " -java-reflection-path-base " + config.test_exec_root 67 lit_config.note('using output directory: %r' % config.test_exec_root) 72 …filecheck-wrapper', ' ' + config.rs_filecheck_wrapper + ' ' + config.test_exec_root + ' ' + config… 73 …per', ' ' + config.scriptc_filecheck_wrapper + ' --output=' + config.test_exec_root + ' --filechec…
|
/aosp_15_r20/external/llvm/test/Unit/ |
H A 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:
|
/aosp_15_r20/external/clang/test/Unit/ |
H A 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:
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/ |
H A D | lit.local.cfg | 47 build = os.path.join(config.test_exec_root, "__config_module__") 52 + os.path.join(config.test_exec_root, "__config_module__/CMakeFiles/std.dir"), 76 config.test_exec_root, "__config_module__/CMakeFiles/std.compat.dir"
|
/aosp_15_r20/external/llvm/lib/Fuzzer/test/unit/ |
H A D | lit.cfg | 4 print config.test_exec_root 7 config.test_source_root = config.test_exec_root
|
H A D | lit.site.cfg.in | 1 config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
|
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/obj/ |
H A 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)
|
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/exec-discovery/ |
H A 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")
|
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/ |
H A 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
|
/aosp_15_r20/external/libcxx/benchmarks/ |
H A 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
|
/aosp_15_r20/external/compiler-rt/test/sanitizer_common/Unit/ |
H A 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
|
/aosp_15_r20/external/compiler-rt/test/tsan/Unit/ |
H A 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
|
/aosp_15_r20/external/compiler-rt/test/msan/Unit/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/tests/ |
H A D | lit.cfg.py | 40 config.test_exec_root = os.path.join(config.stablehlo_obj_root, 'test') 56 config.test_exec_root = os.path.join(config.stablehlo_obj_root, 'tests')
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tosa/tests/ |
H A D | lit.cfg.py | 39 config.test_exec_root = os.path.join(config.mlir_hlo_obj_root, 'test') 55 config.test_exec_root = os.path.join(config.mlir_hlo_obj_root, 'tests')
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/ |
H A D | lit.cfg.py | 39 config.test_exec_root = os.path.join(config.mlir_hlo_obj_root, 'test') 59 config.test_exec_root = os.path.join(config.mlir_hlo_obj_root, 'tests')
|
/aosp_15_r20/external/compiler-rt/test/asan/Unit/ |
H A 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
|
/aosp_15_r20/external/libcxx/test/ |
H A 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')
|
/aosp_15_r20/external/libcxxabi/test/ |
H A 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')
|
/aosp_15_r20/external/compiler-rt/test/profile/ |
H A 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:
|
/aosp_15_r20/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | lit.cfg | 50 config.test_exec_root = os.path.join(config.build_top, 'out', 'debug', 53 config.test_exec_root = os.path.join(config.build_top, 'out', 'target',
|
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/libcxx/test/ |
H A D | dsl.py | 55 cacheRoot = os.path.join(config.test_exec_root, "__config_cache__") 108 sourceRoot = os.path.join(config.test_exec_root, "__config_src__") 109 execRoot = os.path.join(config.test_exec_root, "__config_exec__")
|
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/discovery/subsuite/ |
H A D | lit.cfg | 6 config.test_exec_root = None
|
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/progress-bar/ |
H A D | lit.cfg | 6 config.test_exec_root = None
|