Home
last modified time | relevance | path

Searched defs:test_info (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/unittests/tools/lldb-server/tests/
H A DTestBase.cpp16 const auto *test_info = in getLogFileName() local
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h639 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()
808 static bool TestPassed(const TestInfo* test_info) { in TestPassed()
813 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped()
818 static bool TestFailed(const TestInfo* test_info) { in TestFailed()
824 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled()
829 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()
834 static bool TestReportable(const TestInfo* test_info) { in TestReportable()
839 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h674 TestInfo* test_info) { in AddTestInfo()
1177 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
1181 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
H A Dgtest.cc2768 TestInfo* const test_info = in MakeAndRegisterTestInfo() local
2962 void TestSuite::AddTestInfo(TestInfo* test_info) { in AddTestInfo()
3333 static void PrintFullTestCommentIfPresent(const TestInfo& test_info) { in PrintFullTestCommentIfPresent()
3464 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart()
3471 void PrettyUnitTestResultPrinter::OnTestDisabled(const TestInfo& test_info) { in OnTestDisabled()
3493 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
3557 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintFailedTests() local
3606 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintSkippedTests() local
3711 void BriefUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
4225 const TestInfo& test_info) { in OutputXmlTestInfo()
[all …]
/llvm-project/lldb/unittests/Interpreter/
H A DTestCompletion.cpp68 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info(); in SetUp() local
/llvm-project/third-party/unittest/googlemock/src/
H A Dgmock-spec-builders.cc696 const TestInfo* const test_info = in RegisterUseByOnCallOrExpectCall() local
/llvm-project/llvm/utils/UpdateTestChecks/
H A Dcommon.py2449 find_arg_in_test(test_info, get_arg_to_check, arg_string, is_global) global() argument
2480 dump_input_lines(output_lines, test_info, prefix_set, comment_string) global() argument
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h558 std::shared_ptr<TestInfo> test_info = *test_it; in RegisterTests() local