Searched refs:TestingConfig (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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], [],…
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| H A D | discovery.py | 9 from lit.TestingConfig import TestingConfig 65 cfg = TestingConfig.fromdefaults(litConfig)
|
| H A D | TestingConfig.py | 5 class TestingConfig(object): class 54 return TestingConfig(None,
|
| H A D | LitConfig.py | 9 import lit.TestingConfig
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | lit.rst | 383 This is the config object (a *TestingConfig* instance) for the test suite, 510 However, if the ``recursiveExpansionLimit`` property of the ``TestingConfig``
|