Home
last modified time | relevance | path

Searched refs:test_source_root (Results 1 – 25 of 59) sorted by relevance

123

/aosp_15_r20/external/llvm/utils/lit/lit/
H A DTestingConfig.py70 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 Dlit.cfg22 # 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 Dlit.cfg27 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 Dlit.cfg23 # 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 Dlit.site.cfg3 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 Dlit.site.cfg4 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 Dlit.cfg.py37 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 Dlit.cfg.py36 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 Dlit.cfg.py36 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 Dlit.cfg8 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 Dlit.cfg9 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 Dorder-files.lit.cfg30 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 Dlit.cfg20 # 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/
Dlit.cfg25 # 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/
Dlit.cfg18 # 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 Dlit.cfg18 # 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 Dlit.cfg17 # 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 Dlit.cfg5 config.test_source_root = None
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/progress-bar/
H A Dlit.cfg5 config.test_source_root = None
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dlit.cfg5 config.test_source_root = None
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/unittest-adaptor/
H A Dlit.cfg5 config.test_source_root = None
/aosp_15_r20/external/llvm/lib/Fuzzer/test/unit/
H A Dlit.cfg7 config.test_source_root = config.test_exec_root
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/shtest-format/
H A Dlit.cfg5 config.test_source_root = None
/aosp_15_r20/external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/
H A Dlit.cfg4 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 Dlit.cfg12 config.test_source_root = None

123