Home
last modified time | relevance | path

Searched refs:TestingConfig (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/utils/lit/tests/
H A Dunparsed-requirements.py6 from lit.TestingConfig import TestingConfig
8 config = TestingConfig(None, "config", [".txt"], None, [], [], False, sys.argv[1], sys.argv[1], [],…
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Ddiscovery.py9 from lit.TestingConfig import TestingConfig
64 cfg = TestingConfig.fromdefaults(litConfig)
H A DTestingConfig.py5 class TestingConfig(object): class
88 return TestingConfig(None,
H A DLitConfig.py9 import lit.TestingConfig
/llvm-project-15.0.7/libcxx/test/libcxx/selftest/dsl/
H A Ddsl.sh.py66 self.config = lit.TestingConfig.TestingConfig.fromdefaults(self.litConfig)
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dlit.rst435 This is the config object (a *TestingConfig* instance) for the test suite,
565 However, if the ``recursiveExpansionLimit`` property of the ``TestingConfig``