Searched refs:test_format (Results 1 – 25 of 50) sorted by relevance
12
| /openbsd/src/gnu/llvm/llvm/utils/lit/lit/ |
| D | TestingConfig.py | 95 test_format = None, 145 def __init__(self, parent, name, suffixes, test_format, argument 154 self.test_format = test_format
|
| D | discovery.py | 166 and lc.test_format is not None 170 for res in lc.test_format.getTestsInDirectory(ts, test_dir_in_suite, 198 if lc.test_format is not None: 199 for res in lc.test_format.getTestsInDirectory(ts, path_in_suite,
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/ |
| D | lit.local.cfg | 2 config.test_format = lit.formats.ShTest(execute_external=True)
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/ |
| D | lit.local.cfg | 2 config.test_format = lit.formats.ShTest(execute_external=True)
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/ |
| D | lit.local.cfg | 2 config.test_format = lit.formats.ShTest(execute_external=False)
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-format/ |
| D | lit.cfg | 3 config.test_format = lit.formats.GoogleTest('DummySubDir', 'Test')
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-discovery-failed/ |
| D | lit.cfg | 3 config.test_format = lit.formats.GoogleTest('subdir', 'Test')
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-keyword-parse-errors/ |
| D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/examples/many-tests/ |
| D | lit.cfg | 8 config.test_format = ManyTests.ManyTests()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-output-printing/ |
| D | lit.cfg | 4 config.test_format = lit.formats.ShTest(execute_external=False)
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-failures/ |
| D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/progress-bar/ |
| D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/unittest-adaptor/ |
| D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/subsuite/ |
| D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-used-features/ |
| D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-result-codes/ |
| D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/negative-integer/ |
| D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/set-to-none/ |
| D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format-argv0/ |
| D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/not-an-integer/ |
| D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-inject/ |
| D | lit.cfg | 10 config.test_format = lit.formats.ShTest(preamble_commands=preamble_commands)
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/ |
| D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/lit-opts/ |
| D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-time/ |
| D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
12