Home
last modified time | relevance | path

Searched refs:additional_parsers (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dformat.py86 scriptInTest = lit.TestRunner.parseIntegratedTestScript(test, additional_parsers=parsers,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTestRunner.py1407 def _parseKeywords(sourcepath, additional_parsers=[], argument
1432 for parser in additional_parsers:
1476 def parseIntegratedTestScript(test, additional_parsers=[], argument
1491 parsed = _parseKeywords(test.getSourcePath(), additional_parsers,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/unit/
H A DTestRunner.py78 additional_parsers=parser_list, require_script=False)