Searched refs:TestingConfig (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/ |
| D | unparsed-requirements.py | 6 from lit.TestingConfig import TestingConfig 8 config = TestingConfig(None, "config", [".txt"], None, [], [], False, sys.argv[1], sys.argv[1], [],…
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/lit/ |
| D | discovery.py | 9 from lit.TestingConfig import TestingConfig 64 cfg = TestingConfig.fromdefaults(litConfig)
|
| D | TestingConfig.py | 5 class TestingConfig(object): class 92 return TestingConfig(None,
|
| D | LitConfig.py | 9 import lit.TestingConfig
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | lit.rst | 438 This is the config object (a *TestingConfig* instance) for the test suite,
|