Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/lit/lit/formats/
H A Dbase.py7 class TestFormat(object): class
12 class FileBasedTest(TestFormat):
34 class OneCommandPerFileTest(TestFormat):
H A D__init__.py2 TestFormat,
H A Dgoogletest.py12 from .base import TestFormat
16 class GoogleTest(TestFormat):
/llvm-project-15.0.7/lldb/test/API/
H A Dlldbtest.py9 from lit.formats.base import TestFormat
12 class LLDBTest(TestFormat):
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Dgooglebenchmark.py9 from lit.formats.base import TestFormat
13 class GoogleBenchmark(TestFormat):
H A Dformat.py96 class CxxStandardLibraryTest(lit.formats.TestFormat):