Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/llvm/utils/lit/lit/
H A 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)
/aosp_15_r20/frameworks/compile/slang/lit-tests/
Dlit.cfg22 # 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 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:
/aosp_15_r20/external/clang/test/Unit/
H A 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:
/aosp_15_r20/external/cronet/third_party/libc++/src/test/
H A Dlit.local.cfg47 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 Dlit.cfg4 print config.test_exec_root
7 config.test_source_root = config.test_exec_root
H A Dlit.site.cfg.in1 config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/obj/
H A Dlit.site.cfg2 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 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")
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A Dlit.cfg.py18 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 Dlit.cfg.py18 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 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
/aosp_15_r20/external/compiler-rt/test/tsan/Unit/
H A Dlit.site.cfg.in12 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 Dlit.site.cfg.in12 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 Dlit.cfg.py40 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 Dlit.cfg.py39 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 Dlit.cfg.py39 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 Dlit.site.cfg.in23 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 Dlit.cfg29 # 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 Dlit.cfg39 # 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 Dlit.cfg23 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/
Dlit.cfg50 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 Ddsl.py55 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 Dlit.cfg6 config.test_exec_root = None
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/progress-bar/
H A Dlit.cfg6 config.test_exec_root = None

123