Searched refs:TestingConfig (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/lit/tests/ |
| H A D | unparsed-requirements.py | 6 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 D | discovery.py | 9 from lit.TestingConfig import TestingConfig 64 cfg = TestingConfig.fromdefaults(litConfig)
|
| H A D | TestingConfig.py | 5 class TestingConfig(object): class 88 return TestingConfig(None,
|
| H A D | LitConfig.py | 9 import lit.TestingConfig
|
| /llvm-project-15.0.7/libcxx/test/libcxx/selftest/dsl/ |
| H A D | dsl.sh.py | 66 self.config = lit.TestingConfig.TestingConfig.fromdefaults(self.litConfig)
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | lit.rst | 435 This is the config object (a *TestingConfig* instance) for the test suite, 565 However, if the ``recursiveExpansionLimit`` property of the ``TestingConfig``
|