Home
last modified time | relevance | path

Searched refs:TestFormat (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
H A Dbase.py7 class TestFormat(object): class
12 class FileBasedTest(TestFormat):
34 class OneCommandPerFileTest(TestFormat):
H A Dgoogletest.py10 from .base import TestFormat
14 class GoogleTest(TestFormat):
H A D__init__.py2 TestFormat,
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dgooglebenchmark.py9 from lit.formats.base import TestFormat
13 class GoogleBenchmark(TestFormat):
H A Dformat.py112 class CxxStandardLibraryTest(lit.formats.TestFormat):