Home
last modified time | relevance | path

Searched refs:test_format (Results 1 – 25 of 50) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/utils/lit/lit/
DTestingConfig.py95 test_format = None,
145 def __init__(self, parent, name, suffixes, test_format, argument
154 self.test_format = test_format
Ddiscovery.py166 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/
Dlit.local.cfg2 config.test_format = lit.formats.ShTest(execute_external=True)
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/
Dlit.local.cfg2 config.test_format = lit.formats.ShTest(execute_external=True)
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/
Dlit.local.cfg2 config.test_format = lit.formats.ShTest(execute_external=False)
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-format/
Dlit.cfg3 config.test_format = lit.formats.GoogleTest('DummySubDir', 'Test')
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-discovery-failed/
Dlit.cfg3 config.test_format = lit.formats.GoogleTest('subdir', 'Test')
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-keyword-parse-errors/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/openbsd/src/gnu/llvm/llvm/utils/lit/examples/many-tests/
Dlit.cfg8 config.test_format = ManyTests.ManyTests()
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-output-printing/
Dlit.cfg4 config.test_format = lit.formats.ShTest(execute_external=False)
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-failures/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/progress-bar/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/unittest-adaptor/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/discovery/subsuite/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-used-features/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-result-codes/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/negative-integer/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/set-to-none/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format-argv0/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/not-an-integer/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-inject/
Dlit.cfg10 config.test_format = lit.formats.ShTest(preamble_commands=preamble_commands)
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-not/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/lit-opts/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/max-time/
Dlit.cfg4 config.test_format = lit.formats.ShTest()

12