/aosp_15_r20/external/llvm/utils/lit/lit/ |
H A D | TestingConfig.py | 70 test_source_root = None, 121 test_exec_root, test_source_root, excludes, argument 132 self.test_source_root = test_source_root 154 if self.test_source_root is not None: 157 self.test_source_root = str(self.test_source_root)
|
/aosp_15_r20/external/llvm/utils/lit/tests/ |
H A D | lit.cfg | 22 # test_source_root: The root path where tests are located. 23 config.test_source_root = os.path.dirname(__file__) 24 config.test_exec_root = config.test_source_root 28 src_root = os.path.join(config.test_source_root, '..')
|
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/shtest-timeout/ |
H A D | lit.cfg | 27 config.test_source_root = os.path.dirname(__file__) 28 config.test_exec_root = config.test_source_root 30 src_root = os.path.join(config.test_source_root, '..')
|
/aosp_15_r20/external/libcxxabi/test/ |
H A D | lit.cfg | 23 # test_source_root: The root path where tests are located. 24 config.test_source_root = os.path.dirname(__file__) 31 libcxx_src_root = os.path.join(config.test_source_root, '../../libcxx')
|
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/obj/ |
H A D | lit.site.cfg | 3 config.test_source_root = os.path.dirname(config.test_exec_root) 4 lit_config.load_config(config, os.path.join(config.test_source_root, "lit.cfg"))
|
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/exec-discovery/ |
H A D | lit.site.cfg | 4 config.test_source_root = os.path.join(os.path.dirname(config.test_exec_root), "discovery") 5 lit_config.load_config(config, os.path.join(config.test_source_root, "lit.cfg"))
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/tests/ |
H A D | lit.cfg.py | 37 config.test_source_root = os.path.dirname(__file__) 53 config.test_source_root = os.path.dirname(__file__)
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tosa/tests/ |
H A D | lit.cfg.py | 36 config.test_source_root = os.path.dirname(__file__) 52 config.test_source_root = os.path.dirname(__file__)
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/ |
H A D | lit.cfg.py | 36 config.test_source_root = os.path.dirname(__file__) 56 config.test_source_root = os.path.dirname(__file__)
|
/aosp_15_r20/external/swiftshader/third_party/subzero/crosstest/ |
H A D | lit.cfg | 8 config.test_source_root = os.path.dirname(__file__) 9 config.test_exec_root = config.test_source_root
|
/aosp_15_r20/external/compiler-rt/test/esan/ |
H A D | lit.cfg | 9 config.test_source_root = os.path.dirname(__file__) 17 esan_incdir = config.test_source_root + "/../../lib"
|
/aosp_15_r20/external/clang/utils/perf-training/ |
H A D | order-files.lit.cfg | 30 dtrace_wrapper = '%s %s/perf-helper.py dtrace' % (config.python_exe, config.test_source_root) 31 …ce_wrapper_cc1 = '%s %s/perf-helper.py dtrace --cc1' % (config.python_exe, config.test_source_root)
|
/aosp_15_r20/external/libcxx/test/ |
H A D | lit.cfg | 20 # test_source_root: The root path where tests are located. 21 config.test_source_root = os.path.dirname(__file__)
|
/aosp_15_r20/frameworks/compile/libbcc/tests/libbcc/ |
D | lit.cfg | 25 # test_source_root: The path where tests are located (default is the test suite 27 config.test_source_root = None
|
/aosp_15_r20/frameworks/compile/slang/lit-tests/ |
D | lit.cfg | 18 # test_source_root: The path where tests are located (default is the test suite 20 config.test_source_root = None
|
/aosp_15_r20/external/llvm/test/Unit/ |
H A D | lit.cfg | 18 # test_source_root: The root path where tests are located. 23 config.test_source_root = config.test_exec_root
|
/aosp_15_r20/external/clang/test/Unit/ |
H A D | lit.cfg | 17 # test_source_root: The root path where tests are located. 22 config.test_source_root = config.test_exec_root
|
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/discovery/subsuite/ |
H A D | lit.cfg | 5 config.test_source_root = None
|
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/progress-bar/ |
H A D | lit.cfg | 5 config.test_source_root = None
|
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
H A D | lit.cfg | 5 config.test_source_root = None
|
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/unittest-adaptor/ |
H A D | lit.cfg | 5 config.test_source_root = None
|
/aosp_15_r20/external/llvm/lib/Fuzzer/test/unit/ |
H A D | lit.cfg | 7 config.test_source_root = config.test_exec_root
|
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/shtest-format/ |
H A D | lit.cfg | 5 config.test_source_root = None
|
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/ |
H A D | lit.cfg | 4 if config.test_source_root is None or config.test_exec_root is None:
|
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/testrunner-custom-parsers/ |
H A D | lit.cfg | 12 config.test_source_root = None
|